Initializnig a dialogbox dimensions??
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How to define a specific dialog window dimensions when the application (dialog based) starts? I could 't find such property in the property tabs. Please help
-
How to define a specific dialog window dimensions when the application (dialog based) starts? I could 't find such property in the property tabs. Please help
Try
SetWindowPos()
orMoveWindow()
.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
How to define a specific dialog window dimensions when the application (dialog based) starts? I could 't find such property in the property tabs. Please help