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.
 
Back
Top