T
Tomaz Koritnik
I have a worker thread doing some long calculation and I'd like to report
progress (percent done,...). One easy way it to call Control.Invoke(). But
is there another way of doing this without using controls that are
associated with window handles?
regards
Tomaz
progress (percent done,...). One easy way it to call Control.Invoke(). But
is there another way of doing this without using controls that are
associated with window handles?
regards
Tomaz