Hi Kevin, Thanks for the additional information. I've adopted the changes you suggestion to add support for the MF_MENUBARBREAK menu item style. You can download the latest code as a snapshot from the Code section. Best regards, David
Hi Kevin, Thanks for the suggestion. I've updated CWnd::Create to set the window class name as follows: // Prefer the classname specified in PreRegisterClass over the one // specified in PreCreate. The class name will default to "Win32++ Window" // if neither PreRegisterClass nor PreCreate specify a class name. LPCTSTR className = wc.lpszClassName ? wc.lpszClassName : cs.lpszClass; Best regards, David
Added support for the MF_MENUBARBREAK menu item style.
Hi Kevin, Thanks for the pictures, but I still need to see the code you use to create the menu to troubleshoot this issue. Best regards, David
Minor update to wxx_setup.h and some samples.
Dynamic-Link Library Security
Most calls to LoadLibrary have been replaced with GetModuleHandle. The remaining calls to LoadLibrary use the path provided by ::GetSystemDirectory.