|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Loading ...Please Wait QuestionAnyone has some good ideas about creating "Loading ...please wait" form or
control. Thanks What about using the progress bar
Show quoteHide quote "Arne Beruldsen" <ArneBeruld***@discussions.microsoft.com> wrote in message news:666A8A8F-1D3A-40E8-A8AB-13895F87EB04@microsoft.com... > Anyone has some good ideas about creating "Loading ...please wait" form or > control. > > Thanks I would consider doing the loading in a thread an display a dialog "Please
Wait" form which has a progress bar on it and a cancel button. You can update the dialog from the thread doing the loading using pinvoke and set a variable accessable by both the thread and the main UI program. -- Show quoteHide quoteDennis in Houston "Arne Beruldsen" wrote: > Anyone has some good ideas about creating "Loading ...please wait" form or > control. > > Thanks Arne,
The most simple one as you see often done by Microsoft: play a GIF in a picturebox. AFAIK is there one in the SDK that is included in Visual Studio Net. Cor Show quoteHide quote "Arne Beruldsen" <ArneBeruld***@discussions.microsoft.com> schreef in bericht news:666A8A8F-1D3A-40E8-A8AB-13895F87EB04@microsoft.com... > Anyone has some good ideas about creating "Loading ...please wait" form or > control. > > Thanks |
|||||||||||||||||||||||