how to access class and its functions from another class
Posted
by vbNewbie
on Stack Overflow
See other posts from Stack Overflow
or by vbNewbie
Published on 2010-04-13T01:38:34Z
Indexed on
2010/04/13
1:42 UTC
Read the original article
Hit count: 336
This is my first major application using multiple classes. It is written in vb and I know about creating objects of the class and using that instance to call functions of the class. But how do I create an object with constructors to allow another program written in C# to access my classes and functions and accept things from the program.
Hope this makes sense.
© Stack Overflow or respective owner