June 1999
Intermediate to advanced
1368 pages
29h 45m
English
The ProgressBar ActiveX control provides you with another way to inform users of the progress of processes that might take some time to perform. Using the ProgressBar control to show a task's progress is a great addition to a professional user interface.
In the past, you could use the SysCmd() function to display a progress bar on the Access status bar. Creating a status bar by using SysCmd() is pretty straightforward. On the WindowsCommonControlsProgressBar form, the code in Listing 14.5 is attached to the OnClick event of the cmdShowOldProgress command button.
Private Sub ... |
Read now
Unlock full access