i wanna write a class for my owner-drawn menus.. the problem is how could i get the class to get all the menus(and sub-menus) on the window, and then allow a function such as AttachMenus(HWND hwnd) to modify all of them to the way i want using other functions in teh class...how would i get all the menus to subclass at run time?
Thanks




Reply With Quote