Subscribe
Tutorial search

Visual Basic Key Tutorials


Sort by:
CommandButton and OptionButton Controls in Visual Basic 6
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.
Difficulty:
Key trapping - Tell what keys your users are pressing
Key trapping - Tell what keys your users are pressing
Key trapping - Tell what keys your users are pressing
Difficulty:
Polymorphism in VB.NET
Polymorphism in VB.NET
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:
Dynamic Usage of Event Handlers in VB.NET
Dynamic Usage of Event Handlers in VB.NET
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:
Key trapping
Key trapping
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:
Search Term(s) (1): key