problem in movement of the group control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i have a group control on a dialog box. this group control has two edit boxes. i have written code to resize the dialog box and all the controls along with it. the problem is that when i move the group control, the controls within it move twice, once with the group control and the next time individually. this is causing the movement of the edit boxes to be seen twice causing some kind of flickering? also can u tell me how i can move all the controls within the dialog box simultaneously. right now i move each of the controls along with the resizing of the dialog box but there is some time lag in the movement of each of the controls. can any one tell me a solution?:confused: