Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Rich Textbox Control and the Application Menu
Message
 
To
16/12/2004 17:03:46
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00969853
Message ID:
00969864
Views:
8
Try to define _msm_edit PAD & put Cut Copy & paste in it
DEFINE PAD _msm_edit OF _MSYSMENU PROMPT "Edit" COLOR SCHEME 3 ;
	NEGOTIATE  NONE, LEFT ;
	KEY ALT+E, "" ;
	MESSAGE "Edits text or current selection"
ON PAD _msm_edit OF _MSYSMENU ACTIVATE POPUP _medit
DEFINE POPUP _medit MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR _med_cut OF _medit ...
DEFINE BAR _med_copy OF _medit ...
DEFINE BAR _med_paste OF _medit ...
I am not sure if ot works but in Solutions come with VFP You can Cut, Copy & Paste in RTF Control.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform