Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBScript Show Progress
Name: Michael J (by mjdamato) Date: April 6, 2006 at 08:42:44 Pacific OS: Windows XP Pro CPU/Ram: N/A Product: Me
Comment:
I have some VBScripts that I use in Windows to automate some functions. However some of these take a bit of time to complete and while they are running there is nothing to show that they are running.
Is there a way to create a visual display that can be changed to show current status of the running script? If I use MsgBox, the script halts until that MsgBox is acted upon. What I would like to do is have a MsgBox type display where I can show the current folder that the script is working on.
Summary: Hi everybody, I am having a difficult time getting the progress bar control to move with the main application. When I move the main window, I would like the progress bar to move with it. Right now i...
Summary: In my application I have a loop that enters every directory in a listbox. Before the loop starts I have a label become visible and a progressbar starting. But the label won't show until the loop is o...
Summary: I'm trying to create an HTA on a closed system (so security isn't an issue) that will ping several devices and output the results on the HTA. The actual pinging is handled by a batch file, and everyt...