README.md

December 5, 2022 ยท View on GitHub

Embedded Forms (Tabbed, 2 forms 1 window)

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 On2008-02-27 15:04:24
ByJames Chesterson
LevelBeginner
User Rating4.7 (14 globes from 3 users)
CompatibilityVB 6.0
CategoryCustom Controls/ Forms/ Menus
WorldVisual Basic
Archive FileEmbedded_F210429312008.zip

API Declarations

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