vb6 - Continuous Progress Bar -
using vb6
i want show continuous progress bar during code running time.
progress bar continuously should run. once coding process completed, progress should invisible.
how make code continuous progress bar
need vb6 code help
this tricky if have continuously running code, since vb6 single threaded.
i've tried doing myself (setting width of label control coloured background), gui tends not re-draw. ended dividing work sections , calling doevents
@ end of each section. gui update rather coarse.
there ways of running multiple threads in vb6 - need careful handling - , there might able run code in 1 thread , update gui in another.
Comments
Post a Comment