' Rapid-Q by William Yu (c)1999-2000 . ' ================================================================================ ' Upload_il_tuo_script_su_Rapidq.it ' Application ****** APPLICATION Component ****** This object is global, and need not be created. Application Properties Field Type R/W Default Support =============== =============== =============== =============== =============== ExeName STRING R WXG The executable name of the application, path name is excluded (use COMMAND$(0) for full path information). Handle INTEGER R W hInstance of the application. HelpFile STRING RW W HelpFile specifies the name of the file the application uses to display help. HintColor INTEGER RW clInfoBk W HintColor determines the color of the hint boxes for the Help Hints. HintHidePause INTEGER RW 2500 W HintHidePause specifies the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item. HintPause INTEGER RW 500 W HintPause specifies the time interval that passes before the control's Help Hint appears when the user places the mouse pointer on a control or menu item. HintShortPause INTEGER RW 50 W HideShortPause specifies the pause to wait before bringing up a hint if a hint has already been shown. Icon STRING RW W Specify an icon filename to appear as the default icon of your application. IcoHandle RESOURCE W W Specify an icon resource to appear as the default icon of your application. Example: $RESOURCE game_ICO AS 'game.ico' Application.IcoHandle = game_ICO ShowHint INTEGER RW True W Title STRING RW W Application Methods Method Type Description Params Support =============== =============== =============== =============== =============== HelpCommand SUB (Command AS Accesses the WORD, Data AS Help commands 2 W LONG) in the WinHelp API HelpContext Bring up the SUB (Context AS Application's LONG) HelpFile at 1 W specifed Context ID HelpJump Brings up the HelpFile and SUB (JumpID AS displays the 1 W STRING) screen in the Help file that has the JumpID Minimize SUB Minimize 0 W Application Terminate SUB Terminates 0 WXG Application Application Examples Application.HintColor = &H00FF00 CREATE Form AS QFORM CREATE Button AS QBUTTON Hint = 'Button Hint' ShowHint = 1 END CREATE ShowModal END CREATE ' =============================================================================== ' 2003 Holyguard.net - 2007_Abruzzoweb