How do I determine if a form is loaded? I tried to use
if form.visible = true then
'code here
end if
but that caused the form's load sub routine to be executed and I can't have that. Someone out there have a good idea?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Determine if a form is loaded?Threaded View
|
Click Here to Expand Forum to Full Width |