S
Steve Behman
Using Visual C++8.0 Express Edition I created a "Solution " using a "Form"
(dialog) of my own design.
Without adding any code of my own I compiled the code generated for me by
Visual C++. The compiled .exe produced the expected dialog with all the
function I expected (tabbing, text entry etc.).
At that point I ran headlong into a huge stone wall -- try as I may I could
not find the message loop in the generated code so that I could add
functionality to the dialog.
I am certain that there is a message loop there (somewhere) because without
a the minimal function of the dialog box could not be achieved.
Will some kind soul please tell me how to locate the place in the generated
code (or elsewhere) where I can add the application functionality.
Thanks,
(dialog) of my own design.
Without adding any code of my own I compiled the code generated for me by
Visual C++. The compiled .exe produced the expected dialog with all the
function I expected (tabbing, text entry etc.).
At that point I ran headlong into a huge stone wall -- try as I may I could
not find the message loop in the generated code so that I could add
functionality to the dialog.
I am certain that there is a message loop there (somewhere) because without
a the minimal function of the dialog box could not be achieved.
Will some kind soul please tell me how to locate the place in the generated
code (or elsewhere) where I can add the application functionality.
Thanks,