Changes

Jump to: navigation, search

Building a Visual Basic Status Bar

415 bytes added, 16:50, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Building a Visual Basic Toolbar|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Visual Basic Modules and Procedures|Next]]</td>
<tr>
<td width="20%">Building a Visual Basic Toolbar<td align="center">Visual Basic Modules and Procedures<td width="20%" align="right"></td>
</table>
<hr>
 
 
The status bar provides a location for the application developer to convey information to the user about what is happening in an application. For example, when an application is reading a file the status bar might display text which reads "Opening file....". Many applications provide a status bar across the bottom of forms and this is often where a user will lok for feedback on what an application is doing. For this reason alone, it is well worth learning how to add a status bar to your applications.

Navigation menu