Results 1 to 2 of 2

Thread: DLL Not working...Please help me!!!!

  1. #1

    Thread Starter
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    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.

    ------------------
    [email protected]
    ICQ: 45714766
    http://venkat.iscool.net

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width