Results 1 to 2 of 2

Thread: Opening a program, and that program should be the child of... ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 1999
    Posts
    87
    How do I start a program, and put that program INSIDE my program ?

    So it will be the child of my program ?

    Thank you, Jerry.

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: Contact Me

  2. #2
    Guest
    This code will display forms within a form..also can be used for other applications.

    Code:
    Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal
    hWndNewParent As Long) As Long
    
    SetParent(Me.hWnd, Form1.hWnd)

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