JezB
Tue Mar 15 03:44:18 CST 2005
Useful to know - thanks.
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:%23WzuLfLKFHA.1476@TK2MSFTNGP09.phx.gbl...
> "JezB" <jezbroadsword@blueyonder.co.uk> schrieb:
>> Oh hang on though, the combination of both :
>>
>> this.Show();
>> Application.DoEvents();
>>
>> from the form's constructor DOES work. Thanks for the input.
>
> Typically forms are not shown when they are initialized. They are shown
> by either calling their 'Show' or 'ShowDialog' methods from outside the
> form. The "skeleton drawing" problem seems to occur on some systems only.
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/>
> V B <URL:
http://classicvb.org/petition/>