Hello, Can any one tell me how to create a simple class and how to call this class in programm Thanks
Add a class module to your program, Add some code to the module create a new instance of the class in your general (module / form) code. Code: Dim myClass as New class1
Dim myClass as New class1
Regards Matt Brown Hamilton, NZ VB6 C++ in Visual Studio 6sp4 VB.net Beta 1
Forum Rules