Visual Basic – Understanding Controls – Part I
Visual Basic programming can be said as programming the controls that are used in the form. But behind the curtains, there are some fundamental programming concepts on the basis of which our project...
View ArticleVisual Basic – Understanding Controls – Part II
In our previous article, we considered few of the many controls in Visual Basic. In this article, we aim at understanding other standard controls and basic programming techniques and standard...
View ArticleVisual Basic – Menus and Advanced Controls
With this article, we tend to look higher with/in Visual Basic. This article introduces to the reader, the method to introduce menu system, and some advanced controls like Rich TextBox, Toolbar,...
View ArticleVisual Basic – File & Database Management
File Management A software must be able to store and retrieve the data that user enters while execution of software. In this article, we shall understand the different ways to access the file...
View ArticleVisual Basic – Reports and ActiveX Controls
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. And sometimes, some modules made for one...
View ArticleVisual Basic – Application Programming Interface
Dynamic Link Libraries Windows has many in-built functions that we haven’t yet used and these functions are defined in libraries, which are called as Dynamic Link Libraries (DLL’s). These libraries...
View ArticleVisual Basic – Multimedia Programming
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 this article so that we can do justice with...
View ArticleVisual Basic – Registry Programming
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. This can be done either by keeping a separate...
View ArticleVisual Basic – Application Design and Development
In this article, we shall focus something other than what we have covered in our previous articles. We shall not deal with Database Management though it is important part of application designing....
View ArticleCapturing Webcam using Visual Basic
While I write this article, I am referring to a real-time system that captures the images when needed through a web cam, placed in one corners of the library. The need of the hour was to keep a...
View Article