Reputation: 2281
I've derived a class from CStatic in MFC. But I don't know how to add it to my dialog window. This mfc application that I'm working on is a dialog based application.
In Gtk+ or Qt we could use layouts and add our widgets to them, but in mfc it doesn't seem to be such a mechanism. I'm wondering how is it possible for an custom made control to be added to another GUI element!!!
Please give me a simple example if you can. thank you
Upvotes: 0
Views: 1136