Newbie needs help with DLL calling... 
Author Message
 Newbie needs help with DLL calling...

Hi...

I've compiled the CenterForm and other sub's in a file called
"HelpSource.Dll" without any trouble. Now I'm wondering how to call it from
another project?

- A little hint is better than no hint at all -

---------------------------------
With regards...

----- Kim Simonsen

--- http://www.*-*-*.com/
-- ICQ : 1396049
- SBN Level 2
==========================



Tue, 07 Mar 2000 03:00:00 GMT  
 Newbie needs help with DLL calling...

Quote:
> I've compiled the CenterForm and other sub's in a file called
> "HelpSource.Dll" without any trouble. Now I'm wondering how to call it
from
> another project?

> - A little hint is better than no hint at all -

xxxClass  is the name of the class that you use in your HelpSource.dll

dim test As New xxxClass

test.Centerform Me

or

R = test.AnotherFunction (param1, param2...)

JM



Wed, 08 Mar 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. newbie needs help with calling a DLL

2. Newbie needs help calling DLL

3. HELP: Need help with wininet.dll calls!

4. Newbie to VB4 needs help w/ API call to DestroyWindow

5. Newbie needs help in reading installed programs from the registry using RegObj.dll

6. Newbie needs help in reading installed programs from the registry using RegObj.dll

7. I need help on DLL's for a newbie

8. Newbie needs help in reading installed programs from the registry using RegObj.dll

9. Newbie needs help in reading installed programs from the registry using RegObj.dll

10. Newbie needs help with VC++ DLL

11. Dll Calls: Need Help Learning How To.

 

 
Powered by phpBB® Forum Software