D
DBC User
Hi,
I have windows form program. While that form is building to show, I
want to show another window (kinda splash screen so I can show the user
the program is loading..)
Can someone suggest a good approach?
I did the following at present and is not working.
In the main form (CAB project) right before base.run(), I started a
seperate thread and launched a windows form and it did show up (in the
task bar not the window though) and closes immediatly.
Is there something I need to know how to show a window in a seperate
thread?
Thanks.
I have windows form program. While that form is building to show, I
want to show another window (kinda splash screen so I can show the user
the program is loading..)
Can someone suggest a good approach?
I did the following at present and is not working.
In the main form (CAB project) right before base.run(), I started a
seperate thread and launched a windows form and it did show up (in the
task bar not the window though) and closes immediatly.
Is there something I need to know how to show a window in a seperate
thread?
Thanks.