Own border in client area
C / C++ / MFC
3
Posts
3
Posters
22
Views
1
Watching
-
Hi, I want to create my own border in the client area of a dialog and could freely move it on the parent. Can you plz suggest any refence?
-
Hi, I want to create my own border in the client area of a dialog and could freely move it on the parent. Can you plz suggest any refence?
You'll have to draw a frame manually (CDC::Rectangle) and handle all the mouse click events to be able to move it. What exactly are you trying to do ?
CI/CD = Continuous Impediment/Continuous Despair