Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right Clicking a text box and the copy and paste menu
Message
From
01/12/2005 01:05:53
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01073198
Message ID:
01073573
Views:
14
>>But I want the menu to appear... and it doesnt....
>>
>>When I right click in the form's textbox or editbox... I want the right click menu to appear... for example.... if i highlight or select some text in that textbox, and I right click it... I want the menu to appear with copy, and paste options. :)
>>
>>Sorry if dont understand... I am still a rook with VFP
>>
>>hope you can help me.
>
>If you want the menu to appear, you need to ACTIVATE the appropriate popup:
>
>ACTIVATE POPUP _MEDIT

nah. He wants to have menu that pops up upon the rightclick on textbox.
what he should do is to create new menu and select shortcut menu as type of menu.
Then add items like copy/paste/cut/etc and assign SYS(1500) calls with appropriate parameters for each
item. also, for professional appearance, these menu items should be enebled/disabled according current state of clipboard
. for example, for Paste item it would be empty(_cliptext) so if nothing is put to clipboard it will be disabled.
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Previous
Reply
Map
View

Click here to load this message in the networking platform