|
-
Jan 13th, 2003, 04:13 AM
#1
Thread Starter
Junior Member
convert c#'~' to vb.net
I find this c# and I want to translate it into vb.net code but I could. I found inside msdn it says it is an OnesComplement. I post the code in c# and if any one know hor to convert this to vb.net code please help me.
~TwCapability()
{
if( Handle != IntPtr.Zero )
Twain.GlobalFree( Handle );
}
Thanks
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
|