RobSchultz
Programmer
I have a problem with a timer (VB6 SP3). Pseudo code as follows...
The timer/progress bar work fine outside of the MS Common Dialog / Excel.Application object parsing. I've set the timer routine to call the form.textbox.text as well as the standard textbox.text (there is only one form in the program so far).
Any help would be greatly appreciated, [sig]<p>Rob<br><a href=mailto:robschultz@yahoo.com>robschultz@yahoo.com</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
"Focus on the solution to the problem,<br>
not the obstacles in the way."<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[/sig]
Code:
User clicks a button that...
Instantiates a MS Common Dialog box...
User selects an Excel spreadsheet...
Timer is enabled (the problem is it doesn't start)...
The excel file is parsed for the necessary information...
While this is happening the timer is supposed to be drawing a progress bar in a text box status bar on the form (but doesn't)...
Finishes parsing the file...
Disables the timer...
Displays the results...
The timer/progress bar work fine outside of the MS Common Dialog / Excel.Application object parsing. I've set the timer routine to call the form.textbox.text as well as the standard textbox.text (there is only one form in the program so far).
Any help would be greatly appreciated, [sig]<p>Rob<br><a href=mailto:robschultz@yahoo.com>robschultz@yahoo.com</a><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
"Focus on the solution to the problem,<br>
not the obstacles in the way."<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[/sig]