|
-
Sep 7th, 2002, 09:08 PM
#1
how can I use a VB.NET file in C#?
I have a VB.NET class, I added it to a C# project and I tried to make an instance of that class in C#.....
I'm getting this error: "The type or namespace name 'Resizer' could not be found (are you missing a using directive or an assembly reference?)"
Rezier is the name of my VB class and this is my code:
Resizer a;
I dont even know if this is possible or not I just gave it a try....so is it possible? if so, what am I doing wrong?
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
|