buttons in a view mfc & manifest

Started by
-1 comments, last by GoldenMustang 16 years, 3 months ago
I've got a problem: I want to make a standard type of menu in a view of mfc without using any dialogs. So I use smth like that: public: CButton* m_cButton; m_cButton=new CButton(); m_cButton->Create(..........); but I'm not satisfied with the style of buttons. I heard or read that it's necessary to use Manifest. But I don't know how to do it. Could smb help me?

This topic is closed to new replies.

Advertisement