README.md

December 4, 2022 ยท View on GitHub

Flash button in VB forms

Description

This sample app demonstrate how to use the designed button constructed under Flash and incorporated it with vb6

in a way that such button shall behave the way a vb6 normal button does (Click Event in this example).

Please vote..thanks.

In this way we shall be able to add more better look for the interface which we would think would only be applicable

on the web browsers. by default, shockwave control add-in in vb application does not support click event.

More Info

Flash-made buttons

Note:

on the construction of the Flash button be sure to add the script below:

on (release)

{

fscommand("ButtonClick", "value");

}

'


that script shall allow he click event later if used on the vb6 interface.

Submitted On2005-02-21 20:20:08
ByWCM
LevelBeginner
User Rating4.5 (18 globes from 4 users)
CompatibilityVB 6.0
CategoryCustom Controls/ Forms/ Menus
WorldVisual Basic
Archive FileFlash_butt1856132212005.zip