|
|
|||||||
|
Visual Basic Printing App A small application which you can build to login to a domain print server on a non domain machine, for example, a laptop which a user takes home. VB.NET - Building Dynamic Forms at Runtime Sometimes you won't know in advance how many instances of a given control might be required on a form. For these situations, it is possible to design dynamic forms, which are populated at runtime. VB TextBox - The TextBox Control in Visual Basic.NET The TextBox control is the primary mechanism for displaying and entering text. It is a small text editor that provides all the basic text-editing facilities: inserting and selecting text, scrolling if... VB Forms - Forms in Visual Basic.NET 2008 Applications are made up of one or more forms — usually more than one. You should craft your forms carefully, make them functional, and keep them simple and intuitive. Variables in Visual Basic.NET In Visual Basic, as in any other programming language, variables store values during a program’s execution. A variable has a name and a value. Multidimensional Arrays in Visual Basic.NET In some situations, you will want to store sequences of multidimensional data. You can store the same data more conveniently in an array of as many dimensions as needed. Arrays in Visual Basic.NET A standard structure for storing data in any programming language is the array. Whereas individual variables can hold single entities, such as one number, one date, or one string, arrays can hold sets... VB.NET 2008 Tutorial Learn Visual Basic 2008 on your own. Free tutorials with examples and source code samples. Accessing Text and Images from the Clipboard this tuts explain how to access text and images in the clipboard via visual basic How to Create an Image Map in Visual Basic.NET This tutorial will show how to use the ImageMap control in Visual Basic.NET. |
||||||||