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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -