Rezide dialog based application window
-
This is a simple question. I have a dialog based application window and i want to resize it before displayed on the screen. I used the
PreCreateWindow
and theSetWindowPos
withinOnInitDialog
but without success. What i'm doing wrong? -
This is a simple question. I have a dialog based application window and i want to resize it before displayed on the screen. I used the
PreCreateWindow
and theSetWindowPos
withinOnInitDialog
but without success. What i'm doing wrong?You have to resize it when it's already created: OnInitDialog is a good place. Try MoveWindow if SetWindowPos doesn't work. Marc Soleda. ... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
-
This is a simple question. I have a dialog based application window and i want to resize it before displayed on the screen. I used the
PreCreateWindow
and theSetWindowPos
withinOnInitDialog
but without success. What i'm doing wrong?calling the SetWindowPos() at the OnInitDialog should do!..... can u show us the code? cheerz.... :-D "faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13
-
calling the SetWindowPos() at the OnInitDialog should do!..... can u show us the code? cheerz.... :-D "faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13