Popup menu without context?

  • Thread starter Thread starter mttc
  • Start date Start date
M

mttc

I need popup menu in center of screen, that arise by code,
without any context?
 
mttc said:
I need popup menu in center of screen, that arise by code,
without any context?

Inside your form (notice that the form doesn't necessarily need to be
visible):

\\\
Me.ContextMenu1.Show(Me, New Point(100, 100))
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top