Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shortcut menu on main screen
Message
De
13/02/2003 05:48:35
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
13/02/2003 05:21:45
Denis Filer
University of Oxford
Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752615
Message ID:
00752619
Vues:
11
It is a method, I have the code from here (I don't know who posted it)
_screen.addobject('ScreenHook','Sh')


define class ScreenHook as custom  
oScreenRef = _screen

PROCEDURE oScreenRef.RightClick
	WAIT WINDOW 'Right Click' nowait
	*your code here...
ENDPROC 

PROCEDURE oScreenRef.Resize
	WAIT WINDOW 'Resize' nowait
ENDPROC 

enddefine
>Is it possible to add a right click shortcut menu to the main FoxPro background window e.g. to allow users to set _screen.picture on/off on the fly? Thanks, Denis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform