Hello anyone know how i can Have a Progress bar show the status of a "Save" so when the program is saving the Text entered it will show the progress of the save ?
Printable View
Hello anyone know how i can Have a Progress bar show the status of a "Save" so when the program is saving the Text entered it will show the progress of the save ?
that's a rather broad question to be asking...
it depends on what your code looks like.. if for example, your code loops through writing lines to a file or something like that, you could simply put some code in the loop that would update the progress bar each time...
you really need to provide some more information on your save routine for anyone to make suggestions..
Ok
Im Useing the Save file Dlg to Save text from a Rich Text Box with the rtbNAME.SaveFile to save the text in the RTB
* and LoadFile()