Dll Object

  • Thread starter Thread starter Developer
  • Start date Start date
D

Developer

Hello All
I Create A Dll Class In VB6 And I Want To Use It In Access XP But Without
Set Is As A Reference So Can I Use The Create Object Methode To Create It As
An Object In My Form
As We Use The Create Object With Excel , If Yes What The Parameters Should
Be Given To THe Method And Thanks For Every One For This Help

Thanks Again
Rabea Khalil
 
VB6 can only create ActiveX DLLs, so you must use regsvr32.exe to register
the DLL. Then, as Peter suggested, you use Late Binding. Since there are
entries in the registry pertaining to the DLL, you can save it anywhere you
want.
 
Dear Peter

It Seems That You Dont Understand Me Well
I Use The Create Object Method For Calling My DLL And Create It As An Object
But The Problem Is This I Cannot Specify The Path Of My DLL Because To Use
Create Object Method The DLL File Must Be Saved In Windows/System32

So How Can I Get The DLL From An Other Path

Thank You For Your Concern And Happy New Year For You And All Othrs
 
Back
Top