Click to See Complete Forum and Search --> : DLL's
iamatallone
Aug 18th, 2000, 10:54 AM
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.
Mad Compie
Aug 19th, 2000, 04:20 AM
Also pay attention to the Declare prefix: Public or Private.
In a Form, use Private, otherwise Public.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.