Progress Bar
-
hi there, i put a progress bar in my app, its working well, but when i click outside the app then app becomes white, that mean it look like the non responding prog. but its working in backgroud i wanna know how can i make it that it should look working app?
Becoming Programmer...
-
hi there, i put a progress bar in my app, its working well, but when i click outside the app then app becomes white, that mean it look like the non responding prog. but its working in backgroud i wanna know how can i make it that it should look working app?
Becoming Programmer...
-
To xmen_xwk, you can use "Application.DoEvent();" at each loop.
--------------------------------- Believe what you saw!
-
hi there, i put a progress bar in my app, its working well, but when i click outside the app then app becomes white, that mean it look like the non responding prog. but its working in backgroud i wanna know how can i make it that it should look working app?
Becoming Programmer...
Use a backgroundworker to do the work, which can then report progress to the gui thread so you can update the progress bar
I have no blog...