<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
All,<BR>
&nbsp;<BR>
I am attempting to add a progress bar to my application.&nbsp;&nbsp;What is prompting the progress bar to be displayed is the pressing of a button.&nbsp; This button performs an action, and for the sake of an example, lets say&nbsp;that it is printing one&nbsp;million words to the screen.&nbsp; While these words are printing to the screen, I want a progress bar to be running.&nbsp; I want the bar to fill completely, then go blank, and fill completely over and over again until all of the words are printed to the screen.&nbsp; Once all of the words are printed, I want the progress bar to stop its routine. I have the progress bar up and running, but my problem is that I am using a while loop to continuously fill the bar, so in turn it is running infinitely, and the code that comes after it, the words printing,&nbsp;is never being executed.&nbsp; I can elaborate if necessary.&nbsp; Thanks in advance for all of your&nbsp;assistance.<BR>
&nbsp;<BR>
- Shelton<RTE_TEXT></RTE_TEXT><BR><br /><hr />Send e-mail anywhere. No map, no compass. <a href='http://windowslive.com/oneline/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_anywhere_122008' target='_new'>Get your HotmailŪ account now.</a></body>
</html>