|
-
Nov 23rd, 2003, 02:08 AM
#1
is there a proper CLOSE method for usercontrols?
I'm just calling the dispose method. I guess I could also do a ParentForm.Controls.Remove to remove the usercontrol from the form...
is it bad to call dispose? which one should I use when I want to remove a usercontrol? (the code is called from the usercontrol itself not from the form)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 23rd, 2003, 08:30 AM
#2
I wonder how many charact
From what I have seen, if you call dispose on the usercontrol itself, it does not show up in the Parent's control collection. So I stuck with Me.Dispose.
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
|