Basically I am not using the Microsoft Visual Basic software to create my project.
I build the application using command prompt using vbc.exe which works well except I am not sure how to to interact with other separate class files I have and can only work with one file. Ofc using the
wouldn't work in this situation. So I am assuming you have to import it but I am not familiar with this in my own classes and not using any IDE.
I build the application using command prompt using vbc.exe which works well except I am not sure how to to interact with other separate class files I have and can only work with one file. Ofc using the
Code:
Public ... As New ...