#CDialog startup
11-Jul-94 21:27:59
Sb: #30539-#CDialog startup
Fm: Pat Collado 71612,3010
To: Kit Kauffmann 73363,447
The problem with OnInitDialog is that it is called before ShowWindow.
Everything that goes on it OnInitDialog takes place before the Dialog is drawn.
I want the Dialog to load,draw itself, and then call a routine to load a file
that then draws to the dialog what it's doing. I believe OnInitDialog is for
variable first time initialization and window placement,etc. Thanks though.
Any other ideas?
Pat