C++ - win32: when i owndrawed menus, can i show it with left mark?

Started by
1 comment, last by cambalinho 7 years, 5 months ago

when we draw a menu, the left side isn't showed(where we draw a bitmap and we see the vertical line). can i show these area, or i must create it manualy?

Advertisement
AFAIR for menus there's no nice partial owner draw as with list controls for example.

You could take a look at www.codeproject.com for pre-built code. Owner drawing a control is everything else but simple.

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

i found the vertical bar:

class name: "MENU";

part: MENU_POPUPGUTTER

state: 0.

some tutorials are limited and don't explain it correctly. but yes it's easy create our own menu style if we understand how to use it.

i have notice several conciderations about these, that we can doing wrong and the tutorials don't explain it.

This topic is closed to new replies.

Advertisement