Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shortcut menu on main screen
Message
From
13/02/2003 05:48:35
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
13/02/2003 05:21:45
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00752615
Message ID:
00752619
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform