home *** CD-ROM | disk | FTP | other *** search
- Example on how tho use the VOnTop activex control.
-
-
- Private Sub Form_Load()
- '************************************
- '* VSoft VOntop ActiveX control
- '* Example
- '************************************
- VOnTop1.FormTopMost (Me.hWnd) 'makes the form the topmost form
- 'vontop1.FormNormal (me.hWnd) 'makes the form act normal again
- End Sub
-
-
-
- Vegard Myklebusthaug
- Varleitesvingen 14
- 6065 Ulsteinvik
- Norway
-
- E-Mail : vmyklebu@online.no
-
-
-
-