|
-
May 8th, 2004, 12:39 PM
#1
Thread Starter
Fanatic Member
Forms in VB.NET
Dear All,
In VB6 .. I can run below codes to close all opened forms..
For Each xForm In Forms
Unload(xForm)
Next xForm
How about in VB.NET? .. I need advice .. thanks
Winanjaya
-
May 8th, 2004, 04:31 PM
#2
PowerPoster
Hi,
There is no Forms Collection in .NET. You will have to create your own. See MSDN Help, Forms Collection Changes.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|