![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jul 2004
Location: Hampshire
Posts: 56
Rep Power: 5
![]() |
Opening a .frm within a .frm
I would like to open a .frm within another form, not just ontop!
I would like the first form to be of form border style "FixedSingle" and the second of "SizableToolSingle" Which I have already set in the forms properties. I just want to be able to open the second form in the first form at a specific position and size in the fixed single form, which the user can move and re-size if they want to (only within the first form though.) Could someone please explain how I weould acheive this? Thanks |
|
|
|
|
|
#2 |
|
Expert Programmer
|
Use MDI Forms or SetParent API (http://www.programmingforums.org/for...6&postcount=4), the latter allowing you to contain visible windows within hwnd-ed controls like pictureboxes.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Jul 2004
Location: Hampshire
Posts: 56
Rep Power: 5
![]() |
Thanks
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|