mozart90 Posted January 8, 2007 Posted January 8, 2007 Hi I've got a question. I would like to have a working progressbar on my gui while a com object is working. The progressbar isnt't to indicate the right percentage - it's just to show the whole programm is still working... My problem is the progressbar is only working while the com object hasn't been started or has finished ... I have to mention that my gui is always on top and the com object opens some windows ... How can I manage it that the progressbar is update during the com object is working? Greetings mozart90 Func myadlib() $NProgress= $NProgress+1 if $NProgress > 100 then $NProgress=1 guictrlsetdata($Progress,$NProgress) EndFunc func doComWorks() AdlibEnable("myadlib", 100); run several com objects ... endfunc Easy Zip Compression using XP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now