specify parent window in Windows Resource Script file(*.rc)
- by welemon
Hi,
I'm looking for a method to specify parent window in *.rc file.
In *.rc file, it contains the layout and controls of a dialog. Any new control added into it, will automatically become a child window of Dialog itself.
But I want to add a custom draw window into dialog, and some other controls which has that "custom draw window" as parent…