Board index » Visual Studio » Ctl3dAutoSubClass not in ctl3d32.dll?
|
Windooz
|
Ctl3dAutoSubClass not in ctl3d32.dll?
Visual Studio273
I am converting a VB 3.0 application to VB 6.0. The VB 3.0 declaration is Declare Function Ctl3dAutoSubClass Lib "ctl3d.dll" (ByVal hInstApp) In the VB 6.0 version I changed it to: Declare Function Ctl3dAutoSubClass Lib "ctl3d32.dll" (ByVal hInstApp As Long) As Long I get the run-time error: Run-tim error '453': Can't find DLL entry point Ctl3dAutoSubClass in ctl3d32.dll Is Ctl3dAutoSubClass obsolete? Where can I get information about the official contents and declaration of ctl3d32.dll? Thanks. - |
