Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX Control + Context Menu

Status
Not open for further replies.

kettch

Programmer
Mar 5, 2001
110
US
If I place any activeX control on a form, and then associate a context menu with it, I can get the context menu to appear but when I click on a MenuItem in the context menu, then the event associated with that item does not fire. Does anybody know if there is something else I should be doing?

-Thanks
 
double check that your events from the menuitems are wired up. Then insert a breakpoint on the ActiveX control's contextmenu_popup event. Step through it from there.

If you still can't fix it... post some code. This is not a common problem that I know of.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top