
Problem with customized File Open Dialog
To define additional controls for an Open or Save As dialog box I used
stc32 for the child control identifier. Everything seems to work but the
DDX/DDV mechanism. Choosing a valid filename and returning with the 'Open'
button
does not update the member variable used for my custom control (an edit
box).
Does anyone have an idea?
Would appreciate any help!