README.md
December 5, 2022 ยท View on GitHub
Description
This code allows you to embed a sub form unto a "main" form. Supports loading/unloading. Uses tabs to load and unload 3 simple sub forms.
This allows you to have cleaner code by splitting UIs into different forms instead of having invisible frames on the same form
More Info
Takes mouse input for tabs, could be converted for buttons, images etc or keystrokes.
1: Sometimes there is a slight flicker when changing forms.
2: If you do not unload an embedded form when closing the program it will stay in memory.
| Submitted On | 2008-02-27 15:04:24 |
| By | James Chesterson |
| Level | Beginner |
| User Rating | 4.7 (14 globes from 3 users) |
| Compatibility | VB 6.0 |
| Category | Custom Controls/ Forms/ Menus |
| World | Visual Basic |
| Archive File | Embedded_F210429312008.zip |
API Declarations
Private Declare Function SetParent Lib "user32" _
(ByVal hWndChild As Long, _
ByVal hWndNewParent As Long) As Long