how i can add a checkbox to a menu? .. or
I have never tried to add REAL checkboxes to a menu,
but it is easy to put checkmarks next to menu items.
Look for CheckMenuItem in your API Reference.
Hi,
anon is right, you've just to invoke 'CheckMenuRadioItem' for a radiomenu and 'SetMenuItemInfo' with 'MFT_RADIOCHECK' as item type. If you want it to be explainful, have a look at my prog called 'ArretZindows' on my site at www.vombonjour.fr.st. It uses the both item type.
hope this will help :)