Hey Folks,
I am building a scrolling container control that automatically labels its controls and have run into a problem. When I move controls around, my "DrawText"ed labels are left in the old location as well as the new(since I'm only repainting the area under the control, to reduce flicker). This problem would be solved if there was a way to "read" the control move from the container. I am already subclassing the container window's WM_PARENTNOTIFY (WM_CREATE & WM_DESTROY) I was wondering if there is a was any way to "see" the contained control move from the container...Oh here's an add-on...Is there a way to tell from the control, if it is in design mode or execution mode? Am sure this is a simple Q but I was asleep in class that day.
Regards