Results 1 to 7 of 7

Thread: Form in ActiveX Control

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Janaka's Avatar
    Join Date
    Nov 2001
    Posts
    277

    Smile Form in ActiveX Control

    I designed an ActiveX control and include a form in it
    For a particular event in the ActiveX control I should show the form

    This is the method I use to display

    VB Code:
    1. If Not frmClassOCXLoader.Visible Then
    2.             frmClassOCXLoader.Show
    3.             frmClassOCXLoader.SetFocus
    4. End If
    But the problem is this form is shown underneath the from, that contains the ActiveX control.

    What I want to show is the form in the ActiveX Control above the form that contains the ActiveX control.
    Last edited by Janaka; Jun 19th, 2002 at 10:59 PM.

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