Example 1: Using ActiveArea (Trap
Mouse Pointer Movement)
Filename : Sample1.vbp (project file),
frmSample1.frm (Form)
This will show you how to use ActiveArea control to trap mouse pointer movement.
Example 2: Using ActiveArea (Trap Event)
Filename : Sample2.vbp (project file),
frmSample2.frm (Form)
This will show you how to trap event for all controls inside ActiveArea control.
Example 3: ActiveTextBox, ActiveComboBox, ActiveListBox,
ActiveCheckBox, ActiveOptionButton, ActiveLabel, ActiveCommandButton
Filename : Sample3.vbp (project file),
frmSample3.frm (Form)
This will show you how to use enhanced windows common control provide by
ActiveControl.
Example 4: Using ActiveImageButton
Filename : Sample4.vbp (project file),
frmSample4.frm (Form)
This will show you how to use ActiveImageButton to create fully-graphics user
interface.
|