Hello,
I derived a CDialog class to create a class abble to create sub controls dynamically. Problem is that i want to catch when user click somewhere to handle changes.
Do someone know which message, or virtual function to control to do this ?
< Chris >
Ok, i found myself the way to do this.
Using CDialog::CreateIndirect.
Problem is that these function return an error and i don't know why. If i use InitModalIndirect it returns no error. Than i use DoModal and it returns an error.
So is my Template right and something else wrong ?
Help,
<...
Hello,
I would like to create dynamically some dialog in function of string, values,... without using a ressource.
This means i can add a string and a combo box for example in a dialog box.
One time dialog can be like this :
Option1 v
Option2 16
And the other time :
Option1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.