|
-
May 2nd, 2002, 11:02 PM
#1
Thread Starter
New Member
objects
Anyone know how to insert a C# object into Visual basic.net program?
-
May 3rd, 2002, 12:23 AM
#2
Addicted Member
I "think" you can add an entire module from C# and access the class the same as any VB class.
That which does not kill us, only makes us stronger. 
-
May 3rd, 2002, 08:35 AM
#3
compile the object, out it into the same directory as your VB app and use it like you would any other object
Dim myobj As namepsace.classname
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
|