CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

#30639 CDialog startup Message #30653
Thanks. I have yet to learn user-defined messages. That is my goal for the evening. I want to try an avoid doing such things as using a timer. By the way, what is PMFJI? I see alot of that stuff. Thanks! Pat Collado
#30539 #CDialog startup Message #30598
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…
#CDialog startup Message #30439
I have a dialog that I use when I load my files. It informs the user of where in the file it is because some of the files are big. I call the dialog after the CFileDialog returns a filename. Problem is there seems to be no code (or messages)…