Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing Class Browser Addin With Right Click?
Message
 
To
02/03/1999 18:03:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00193145
Message ID:
00193505
Views:
12

>>Is there a way to show class browser addins when right clicking on a class rather than having to click on a class, then right clicking on the toolbar, then clicking on addins, then clicking on the addin item?
>>

>
>You can call your add-in from any event for any object in the class browser. Just include the object and method as the 3rd parameter when you register the add-in:
>
>_oBrowser.Addin("My Add-in", "C:\vfp\Myaddin","cmdRemove.RightClick")
>
>The full syntax for the Browser add-in method, including optional parameters, is:
>
>_oBrowser.Addin("Add-in Name","Program Name","Method Name","active for what files","platform","comment")


Thanks for the info Eric. I am familiar with Addin(). However, what I was trying to do was to add my own menu item to the menu list when you right click on a class. Using the menu items already availabe isn't too useful and having to go through the addin menu option isn't very pretty.

Thanks again!

Michael G. Emmons
memmons@nc.rr.com
Previous
Reply
Map
View

Click here to load this message in the networking platform