javaguru007
Programmer
Hello people.
I am a newbie in VB and just want to know, how to create an instance of a Class written in C in VB ?
Problem:
I have created a class in C that will be called in VB. The problem is that one of the parameters in the functions that I created is a class written in C. (The class is basically just a storage)
Can anybody tell me how to create an instance of this class in VB to be passed to the functions or methods that I created so that I won't have to redesign my class. THANKS IN ADVANCE.
I am a newbie in VB and just want to know, how to create an instance of a Class written in C in VB ?
Problem:
I have created a class in C that will be called in VB. The problem is that one of the parameters in the functions that I created is a class written in C. (The class is basically just a storage)
Can anybody tell me how to create an instance of this class in VB to be passed to the functions or methods that I created so that I won't have to redesign my class. THANKS IN ADVANCE.