L
Lars Netzel
Hi
I have a Form that on Form_Load() does some heavy database reading and I
want to show that as a progressbar ontop of the main window..
I want to create a smaller Form with a progressbar.. and then in the main
form, start a new thread that opens that small form and for each progress
the heavy operation send a new value to the small form thru an event.
I have managed to run a function or a sub in another thread but I can't
figure out how to load a whole window in a new thread and keep sending new
messages to it?
Working with VB.NET and framework 1.1
best regards/
Lars Netzel
I have a Form that on Form_Load() does some heavy database reading and I
want to show that as a progressbar ontop of the main window..
I want to create a smaller Form with a progressbar.. and then in the main
form, start a new thread that opens that small form and for each progress
the heavy operation send a new value to the small form thru an event.
I have managed to run a function or a sub in another thread but I can't
figure out how to load a whole window in a new thread and keep sending new
messages to it?
Working with VB.NET and framework 1.1
best regards/
Lars Netzel