Setting a checkmark to the system menu item.

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

Ok, I've managed to add a new menu item to the system menu.

intRet = AppendMenu(this.Handle.ToInt32, MF_STRING, ID_ON_TOP, "Always
On Top");

How can I now add or remove a checkmark to this menu item.

Thanks.
 
Back
Top