Everybody, please help me! I have problem with using OnDblClick event in VBScript (DesktopX pro 3.1, Windows XP 32 bit), the code does not work when i double click on the object, i think the syntax of the event is incorrect, the code is below, please help me correct it, thanks.
Code: vbscript
- Sub Object_OnDblClick()
- DesktopX.Object("MainFrame").Opacity = 29
- End Sub