Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing Class Browser Addin With Right Click?
Message
 
À
02/03/1999 18:03:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00193145
Message ID:
00193504
Vues:
17

>>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 add-in. 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform