Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Visual Basic TagsVisual Basic Pong
Visual Basic Coding
Visual Basic Multimedia
Visual Basic Excel
Visual Basic Conditional Statements
Visual Basic Ics
Visual Basic Text
Visual Basic Animation
Visual Basic Mine
Visual Basic Visual Basic
Visual Basic Timer
Visual Basic Log
Visual Basic Key
Visual Basic Forms
Visual Basic Source Code
Visual Basic Ping
Visual Basic Software
Visual Basic Video
Visual Basic Set
Visual Basic Wav
Visual Basic Coding
Visual Basic Multimedia
Visual Basic Excel
Visual Basic Conditional Statements
Visual Basic Ics
Visual Basic Text
Visual Basic Animation
Visual Basic Mine
Visual Basic Visual Basic
Visual Basic Timer
Visual Basic Log
Visual Basic Key
Visual Basic Forms
Visual Basic Source Code
Visual Basic Ping
Visual Basic Software
Visual Basic Video
Visual Basic Set
Visual Basic Wav
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
Tutorials
Stuff
Affiliates
Visual Basic Key Tutorials

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.
Difficulty: 


Key trapping - Tell what keys your users are pressing
Difficulty: 


Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.
Difficulty: 


In VB.NET we can receive and handle events in 2 ways. The first one is using WithEvents and Handles keywords, and the second way is to use the AddHandler method and dynamically add event handlers through our code and with RemoveHandler dynamically remove them.
Difficulty: 


How do you tell what keys your users are pressing? This tutorial teaches you a rock solid method that you can build in games and advanced applications.
Difficulty: 

