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
Printable View
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
VB Code:
Private Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long 'Usage SetParent Form2.Frame1.hWnd, Me.hWnd
TQ...
It work well. Hope can help me next time.
:)