Results 1 to 3 of 3

Thread: objects

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    9

    objects

    Anyone know how to insert a C# object into Visual basic.net program?

  2. #2
    Addicted Member wolfofthenorth's Avatar
    Join Date
    Jan 2001
    Location
    Tatooine
    Posts
    169
    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.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width