PDA

Click to See Complete Forum and Search --> : DLL Not working...Please help me!!!!


venkatraman_r
Jan 12th, 2000, 01:47 PM
Hello Guys,

with the help of Mr. Mark, I managed to prepared an user control that resizes all the controls in the form when the form is resized. I altered and made the code as ActiveX Dll. I made a reference to the dll in a new project. But it is not working. What could be the reaons? Where i am wrong? Someone please help me out...

Here is the code i used in the exe project where the dll reference is made.

General Declaration:
-------------------
Dim resize As New FormResize.ResizeClass
-------
Private Sub Form_Resize()
resize.venkatIt
End Sub

Venkat.

------------------
venkatraman_r@hotmail.com
ICQ: 45714766
http://venkat.iscool.net

WadeD
Jan 12th, 2000, 10:54 PM
Have you tried opening the original dll project and adding the new project (File > Add Project...), then selecting the new project as the startup and stepping through to see where it's going wrong?

Regards,
Wade