Rebar control, chevron menu, wrapping native menu

  • Thread starter Thread starter jwallison
  • Start date Start date
J

jwallison

Is there any way to "wrap" a native HMENU with a .Net context menu?

For example, to construct a ContextMenu or derived class that utilizes an
existing HMENU a la MFC?


--
Regards,

Jim Allison
(e-mail address removed)
(de-mung by removing '.1')
 
Dear Jim,

We can interop the unmanaged HMENU handle and use in the managed code.
But we can't mixed with .NET framework Menu class.

Thanks

Jian Shen

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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