> "Rob R. Ainscough" <robains@pacbell.net> schrieb:
>>I can't seem to make my form not visible. During the Load event I
[quoted text clipped - 4 lines]
> property. Don't call the form's 'Show'/'ShowDialog' method in order to
> prevent it from getting visible.
"Rob R. Ainscough" <robains@pacbell.net> schrieb:
> How about using the Activated event to set Visible ?
I suggest to describe the scenario in more detail. Maybe there is even a
better solution, for example, performing the tests on instantiaton instead
of performing it when the form is intended to get visible.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Rob R. Ainscough - 10 Aug 2006 23:58 GMT
I could, but I'd have to change a lot of code, not sure I want to do that.
The Activated event is working well enough.
Thanks, Rob.
> "Rob R. Ainscough" <robains@pacbell.net> schrieb:
>> How about using the Activated event to set Visible ?
>
> I suggest to describe the scenario in more detail. Maybe there is even a
> better solution, for example, performing the tests on instantiaton instead
> of performing it when the form is intended to get visible.