VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Display forms within a form

by Waty Thierry (60 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Tue 30th March 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Display forms within a form

API Declarations


' * Programmer Name : Waty Thierry
' * Web Site : www.geocities.com/ResearchTriangle/6311/
' * E-Mail : [email protected]
' * Date : 13/10/98
' * Time : 10:24
' * Module Name : Form_Module
' * Module Filename : Form.bas
' **********************************************************************
' * Comments : Display forms within a form
' *
' **********************************************************************

Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long


Rate Display forms within a form



' * Programmer Name  : Waty Thierry
' * Web Site         : www.geocities.com/ResearchTriangle/6311/
' * E-Mail           : [email protected]
' * Date             : 13/10/98
' * Time             : 10:24
' * Module Name      : Form_Module
' * Module Filename  : Form.bas
' **********************************************************************
' * Comments         : Display forms within a form
' * 
' **********************************************************************

SetParent(Me.hWnd, Form1.hWnd)



Download this snippet    Add to My Saved Code

Display forms within a form Comments

No comments have been posted about Display forms within a form. Why not be the first to post a comment about Display forms within a form.

Post your comment

Subject:
Message:
0/1000 characters