|
-
Mar 7th, 2003, 02:44 AM
#1
Unload event for a control?
is there such a thing? should I just put my code in the Dispose() funciton?
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!!
-
Mar 7th, 2003, 11:28 AM
#2
A control is no different from a class or form at its base level, dispose will be the best way to clear up un-wanted resources.
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
|