Dialog Position
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Hi khlins, In dialog proc use MoveWindow(...) on "WM_INITDIALOG" message. This would position the dialog box where you wanted. Have fun ! Cheers, Vishal
-
khlins wrote: How to set the initial position of Dialog? In Continuation With Mr. Vishal :), SetWindowPos(...) api will also help in this case :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Hi khlins, In dialog proc use MoveWindow(...) on "WM_INITDIALOG" message. This would position the dialog box where you wanted. Have fun ! Cheers, Vishal