Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System menu
Message
 
To
15/07/1998 07:14:53
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00117506
Message ID:
00117522
Views:
20
>When I made a user defined menu as system menu
>is it possible to have the toolbar on. If possible how?
>
>If possible then can I make it for selected controls like
>print,cut,paste etc.
>
>And is it possible to write code on the click event
>of that control?
>
>
>regards
>kulkarni

Kulkarni,

You can create a toolbar class with buttons in it to do what you want. For copy the Click of the button would be SYS(1500,"_med_copy","_medit"). The sys(1500) function is documented in the help file. You canuse sys(2013) to find out what the VFP system menu names are.

You would then need to CREATEOBJECT("Toolbar1","YourToolbarClass") to create the toolbar.
Previous
Reply
Map
View

Click here to load this message in the networking platform