Window Position
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
I want my dialog to appear at the bottom left corner of desktop window. How can i do this ???
-
I want my dialog to appear at the bottom left corner of desktop window. How can i do this ???
SetWindowPos()
? Rickard Andersson8 Here is my card, contact me later! UIN: 50302279 E-Mail: nikado@pc.nu Interests: C++, ADO, SQL, Winsock, 0s and 1s -
I want my dialog to appear at the bottom left corner of desktop window. How can i do this ???
-
I want my dialog to appear at the bottom left corner of desktop window. How can i do this ???
SetWindowPos() and MoveWindow() are but two ways.