Wilson Kutegeka

Microsoft MVP - Visual Basic www.clinicmaster.net

Browse by Tags

All Tags » VB Code Sample (RSS)
Code Generation; Generate Visual Basic Code Automatically
Introduction If you develop multitier applications that use a consistent data access framework, you will realize that most of your codes follow a certain pattern, and can be generated automatically. This code generator is based on a Data Access Framework...
Custom Controls - Smart Picture Box
Introduction SmartPictureBox Control : A picture box control is one of the most popular controls to display and received an image from a user. However, most of the time you’ll find yourself writing repetitive tasks such as Load an image from file...
Operator equal to (=) Overloading example
Well I’ve not encountered many scenarios where I really needed to overload an operator. However operator overloading can save you a lot of coding time like in the double data entered application example I worked on and applied the concept. This...