|
-
Jan 18th, 2003, 06:37 PM
#1
internal, sealed, extern?
what are these in vb.net? I'm just converting a c# code and I want to know what are the equivalent keywords for this 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!!
-
Jan 18th, 2003, 07:57 PM
#2
Frenzied Member
Sealed = NotInheritable
Internal = Friend
I dont know if there is an equivalent for extern.
Dont gain the world and lose your soul
-
Jan 18th, 2003, 08:19 PM
#3
tnx what does extern mean in c# anyways
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!!
-
Jan 18th, 2003, 08:41 PM
#4
Frenzied Member
It tells the compiler to look for a function in an external file.
Dont gain the world and lose your soul
-
Jan 21st, 2003, 01:21 AM
#5
Member
if I not mistaken extern means "Shared" in VB.net
-
Jan 21st, 2003, 01:52 AM
#6
tnx
I wish they would have picked one name for all these
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
|