Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing Class Browser Addin With Right Click?
Message
From
02/03/1999 18:03:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00193145
Message ID:
00193369
Views:
13
>>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?
>
>
>Anyone using addins in the class browser? Surely I'm not the only one..?

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")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform