I don't like visible checkboxes in a well-designed GUI (transparent dialog with photograph as a background, for instance). They spoil the effect. Instead, I can use a menu with options that have either the %MF_CHECKED or the %MF_UNCHECKED state. It works, but for the user it may not be very clear what happens, because the checkmarks disappear/reappear "under water", so to speak.
Now I want to try to create a menu with checkboxes inside, replacing the normal checked/unchecked options. I guess that I should create an owner drawn menu. Unfort., I have not the slightest idea, where to start. Are there samples around here? A search for "checkbox menu" did not deliver anything usable, nor did a search for "owner drawn menu".
Thanks for any hint, help or code sample.
Now I want to try to create a menu with checkboxes inside, replacing the normal checked/unchecked options. I guess that I should create an owner drawn menu. Unfort., I have not the slightest idea, where to start. Are there samples around here? A search for "checkbox menu" did not deliver anything usable, nor did a search for "owner drawn menu".
Thanks for any hint, help or code sample.
Comment