Results 1 to 3 of 3

Thread: Call Frame From Other Form

  1. #1

    Thread Starter
    Addicted Member g.mie's Avatar
    Join Date
    Jan 2001
    Location
    EarTh
    Posts
    134

    Call Frame From Other Form

    Hello guys.....

    I have a question here. How to view/visible Frame1 in Form2 onto Form1 by clicking CommandButton1 in Form1.

    Please, help me on this.

    TQ

  2. #2
    Megatron
    Guest
    VB Code:
    1. Private Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
    2.  
    3. 'Usage
    4. SetParent Form2.Frame1.hWnd, Me.hWnd

  3. #3

    Thread Starter
    Addicted Member g.mie's Avatar
    Join Date
    Jan 2001
    Location
    EarTh
    Posts
    134

    TQ

    TQ...

    It work well. Hope can help me next time.


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