Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / December 2007

Tip: Looking for answers? Try searching our database.

get dll class

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Developer - 30 Dec 2007 09:01 GMT
Hello All
I Create A Dll Class In VB6 And I Want To Use Its functions 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
Peter Doering - 30 Dec 2007 11:20 GMT
> I Create A Dll Class In VB6 And I Want To Use Its functions 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

The method you are looking for is called Late Binding, and it does not
require a stored reference as in Early Binding.

However, Late Binding is only available for classes listed in reqistry
under HKEY_CLASSES_ROOT. So the least you have to do is getting your DLL
registered using regsrv32.

Signature

Peter Doering [MVP Access]

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.