-
Can I let a class ( it has it's own region and some graphical methods ,so it can display on any DC and can be dragged or scaled,just like a control but can't handle
any messages ,i had to build a message-process method in the class and call the method in the events of the control who is used to show the class) has hwnd?
-
I can't see what you're going at here, but if it's what I think, then no.
For something like this you'd have to use a control.
-
You can use the CreateWindowEx API function to create a window as use that as your control.