
|
|

|


|

|

|
CareerAcademy.com Expert-led Computer Training Videos & CBT
offer topics on IT Certification, .NET Programming, Databases and LAN/WAN Networking
CBT Nuggets
Our training helps you prep for tech industry certifications, plus teaches you real on-the-job skills that employers value. Certifications include Microsoft, Cisco, CompTIA, PMP, CWNA, CISSP, LPI, Oracle, Citrix and more. Check out the free videos.
Train Signal - FastTrack Video Labs for Serious IT Students & Professionals
Learn Web servers, file servers; master DNS, Active Directory, wireless, and more. Learn to practice theories essential to network administrators.
|

|

|
|

|


|

|

|
|
Total Tutorials: 4508 | Added today: 1 |
Tutorials updated: 03/18/2010 |



Menu controls expose only one event, Click. As you expect, this event fires when the user clicks on the menu. You can manipulate menu items at run time through their Checked, Visible, and Enabled properties.
Added: 05/29/2009,
Hits: 315,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
The information in this chapter provides a basic acquaintance of VB6 ActiveX control programming.
Added: 08/12/2008,
Hits: 522,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
The first article in Peter’s Advanced Visual Basic series provides a detailed overview of using Visual Basic in conjunction with SQL Server through the use of ADO, and how ADO is implementing in a Visual Basic application.
Added: 05/06/2003,
Hits: 263,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
The ADO (ActiveX Data Object) data control is the primary interface between a Visual Basic application and a database.
Added: 09/26/2008,
Hits: 285,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Introductory lesson to programming with ArcGIS, ArcObjects, and VBA. This is the third lesson in the series, but the first to delve into ArcObjects.
Added: 06/02/2008,
Hits: 351,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
The seventh article in Peter’s Learn Visual Basic series outlines the concept of an array, providing examples of the purpose that arrays serve in a Visual Basic program.
Added: 05/06/2003,
Hits: 278,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
An array is a consecutive group of memory locations that all have the same name and the same type. To refer to a particular location or element in the array, we specify the array name and the array element position number.
Added: 08/01/2008,
Hits: 1,001,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Although binary files may at first seem rather primitive, reading and writing bytes one by one, they can be immensely useful, and make it relatively easy to create your own file formats. This tutorial shows you the ins and outs of Binary files, serialization (converting variables to binary) and deserialization (converting binary files to readable variables).
Added: 05/02/2002,
Hits: 264,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
This tutorial takes you through the steps of creating a C++ dll and then calling it from VB.
Added: 05/02/2002,
Hits: 253,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Using CommandButton controls is trivial. In most cases, you just draw the control on the form's surface, set its Caption property to a suitable string (adding an & character to associate a hot key with the control if you so choose), and you're finished, at least with user-interface issues.
Added: 05/29/2009,
Hits: 264,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
A control array is a group of controls that share the same name type and the same event procedures. Adding controls with control arrays uses fewer resources than adding multiple control of same type at design time.
Added: 08/01/2008,
Hits: 340,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Control Statements are used to control the flow of program's execution. Visual Basic supports control structures such as if... Then, if...Then ...Else, Select...Case, and Loop structures such as Do While...Loop, While...Wend, For...Next etc method
Added: 09/26/2008,
Hits: 184,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Create and configure a MenuStrip component on a Windows Form, inlcuding images, shortcut keys, checkable items, merging menus and more.
Added: 06/30/2007,
Hits: 205,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Besides the enhanced ASP features, an ASP file also contains normal HTML script. In the preceding listing example, note the beginning and ending <BODY> and <HTML> tags, as well as the HTML text with bold formatting (<B>…</B>) tags toward the beginning and end of the file.
Added: 10/25/2008,
Hits: 360,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Main objectives of this tutorial are display and manipulate data by using custom controls. Controls include ListView, ImageList, ToolBar, and StatusBar.
Added: 10/24/2008,
Hits: 201,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Create and use custom dialog boxes in Windows Forms Visual Basic applications.
Added: 06/13/2007,
Hits: 195,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Visual Basic also supports pop-up menus, those context-sensitive menus that most commercial applications show when you right-click on an user interface object.
Added: 05/29/2009,
Hits: 234,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
These events fire toward the end of a form's life. Their event procedures are therefore good places to put "cleanup" code.
Added: 10/25/2008,
Hits: 266,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
The ninth article in Peter’s Learn Visual Basic series outlines the use of decisions in Visual Basic, including the purpose of “If-then-else” and “case select” statements.
Added: 05/06/2003,
Hits: 158,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
A DHTML page is implemented as an ActiveX DLL and support files that are transferred to the machine where the user’s browser resides.
Added: 10/25/2008,
Hits: 424,
Rating: 0,
Votes: 0
Add To Favorites
| Add Rating

|
|
Page:
1
2
3
4
5
6
|
Items Per Page:
|
|

|
|

|
|

|