Recent Posts

Visual Basic - Registry Programming

12 minute read

One of the most required tasks these days for software is to remember the configuration and the settings as changed by the user and function accordingly. Thi...

Visual Basic - Multimedia Programming

21 minute read

Multimedia Programming can be done in two ways; using Multimedia Control or by using various API’s.  We shall concentrate more on using Multimedia Control in...

Visual Basic - Reports and ActiveX Controls

20 minute read

When we store data, we sometimes like to have its report in printed format with the layout as desired by us. This can be achieved by using Data Environment. ...