|
-
Jun 30th, 2002, 12:39 AM
#1
Cancel a form's unload
in VB6 I could say Cancel = True when the form was unloading, how can I do that in VB.NET
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!!
-
Jun 30th, 2002, 09:28 AM
#2
Hyperactive Member
In the forms closing event set e.Cancel = true but obviously within some logic that decides whether to set it to true or not as you will want to close most of the time
-
Jun 30th, 2002, 01:36 PM
#3
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
|