Hi,
I'm trying to add a progress bar showing the progress of the installation of 3 files, anyone can help me?
This is the code to install the files, one by one:
result = File.Run("AutoPlay\\setup\\file1.msi", "", "", SW_SHOWNORMAL,...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
6 results in 0.0587 seconds.
Keywords
Members
Tags
-
Progress bar installing files
-
Progress Bars - Is there a way to make them step back or set them back to 0?
I have a page with a list of checkboxes and a progress bar and each time a checkbox is checked it incriments the progress bar up by 1 so the progress bar reaches 100% when all checkboxes are checked. I want to put a reset button on the page which unchecks all the checkboxes (which I already figured...
-
Marquee...
It will bi nice when in future version "marquee" progress will be included...
-
Progress Bar in Batch file
Im having an issue and extreemmmeellyyyy newbie to batch files. Im trying to make a very basic batchfile that copies anything from one hard drive that has .mpg as an extension to a flash drive with a progress bar. Here is my code so far "without" the progress bar.
Code:xcopy "C:\Program
-
Progress ???
I found exellent activex control (zip and crypt). It is absolutelly free!
My question is: Can I use progress bar from SF8 with these activex progress and how? Site is:
Thanks!
-
Progress bar - problems
I'm rather newbie in writting scripts in AMS.
Well, my app should copy some files from internal - Docs folder into given location and show progress, precents in progressbar. I had not so good idea how to do it so I read so some posts and examples on forum. And I copied almost whole function...