How to get the window position and update to other windows?
Posted
by Rakesh
on Stack Overflow
See other posts from Stack Overflow
or by Rakesh
Published on 2010-03-19T03:51:36Z
Indexed on
2010/03/19
4:01 UTC
Read the original article
Hit count: 189
Hi all..I have 2 dialog boxes in which I will display 1 dialogbox at a time..If I click NEXT in the first dialog box,I will hide the first dialog box and display the second dialog and vice versa...Now say If I move the dialog box after clicking NEXT in the first dialog..and when I click BACK(in the second dialog) ...it goes back to its previous position(to diaplay the first dialog box)..so I have decided to get the current window's position and update to the other window position so that it doesnt move even If I click next/back..I am not sure how to get the windows position and update to other..please help me if you guys know about this..
© Stack Overflow or respective owner