|
-
Apr 14th, 2005, 12:18 AM
#2
Re: returning a structure from a form
structures are "value types" and you cant use IS with them. It's like having an integer and trying to check to see if the integeger Is Nothing.... it just wont work 
either make it a class instead of a structure, or write a function that'd check to see if the fields in the structure have their default values
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!!
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
|