TechTutorials - Free Computer Tutorials  






Visual Basic

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.






Tutorials (103)

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



Sort Tutorials By:


Accessing Menus at Run Time in Visual Basic 6
 
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



ActiveX controls in Visual Basic
 
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



ActiveX Data Objects
 
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



ADO (ActiveX Data Object) data control
 
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



ArcObjects Introduction
 
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



Arrays
 
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



Arrays in Visual Basic 6.0 Hot
 
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



Binary Files
 
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



Calling a C++ DLL from Visual Basic
 
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



CommandButton and OptionButton Controls in Visual Basic 6
 
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



Control Arrays in Visual Basic
 
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 Structures in Visual Basic
 
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 menus
 
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



Creating a Simple ASP Page in Visual Basic
 
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



Creating Data Input Forms and Dialog Boxes in Visual Basic
 
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



Creating Dialog Boxes in VB.NET
 
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



Creating Pop-up Menus in Visual Basic 6
 
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



DeActivate, Unload, QueryUnload, and Terminate Events in Visual Basic (VB)
 
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



Decisions in Visual Basic
 
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



DHTML Applications in Visual Basic (VB6)
 
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:







IT Showcase