how can i make frame in the center of the screen
-
i want to make the frame of the application in the center of the screen ,when the application is started. how can i do it? thank you! libo
-
i want to make the frame of the application in the center of the screen ,when the application is started. how can i do it? thank you! libo
MoveWindow() SkyWalker
-
i want to make the frame of the application in the center of the screen ,when the application is started. how can i do it? thank you! libo
If this is an MFC application, have you considered
CenterWindow()
?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
If this is an MFC application, have you considered
CenterWindow()
?
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
i want to make the frame of the application in the center of the screen ,when the application is started. how can i do it? thank you! libo
R u doing MFC? If so then Do u mean the Main Window or the child window There is a good application in codeproject for child window so search that & study .I had just gone throught it but cant remember the URL Vikas Amin Embin Technology Bombay vikas.amin@embin.com
-
R u doing MFC? If so then Do u mean the Main Window or the child window There is a good application in codeproject for child window so search that & study .I had just gone throught it but cant remember the URL Vikas Amin Embin Technology Bombay vikas.amin@embin.com
vikas amin wrote: Do u mean the Main Window or the child window I Believe he is asking for some Function or api that help him to Center his Window to the desktop/Monitor.
"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