Search This Blog

Advance Control in Visual Basic

To add advance control in the form we have to PROJECT menu then select Component or simply use ctrl +T . 



Progress bar

A progress bar is used to inform the user about processing. It shows the user the status of computations, and depicts that the application has not gone into a "not responding" state. A large number of applications, such as setups, database-driven applications, and file transfer tools, swear by progress bars. Under Visual Basic, the progress bar can be included on forms through the Microsoft Windows Common Controls component. I have personally used progress bar for my own application like "developing login screen ,administrative window and in some database connectivity part .