I program with vb4 & 5.whenever i go to get a dll procedure the god dam thing givs me a error.HELP!!!!!!
Printable View
I program with vb4 & 5.whenever i go to get a dll procedure the god dam thing givs me a error.HELP!!!!!!
what DLL are you trying to use, and what error message do you get?
If you mean using the Declare, make sure you are using a Standard DLL. If you are using a DLL made with VB, it wont work because VB can only create OLE DLLs.
Also pay attention to the Declare prefix: Public or Private.
In a Form, use Private, otherwise Public.