Results 1 to 2 of 2

Thread: Newbie Question: Classes

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2001
    Posts
    17

    Unhappy Newbie Question: Classes

    I am trying to create an activex dll that will load an activex control and set properties for the control.

    How do I call or reference the control in my class module?

    Thanks
    ML

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    just add the component to the project like you would a standard exe and then use something like this:
    Private withevents m_Control as TextBox

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