Hi there,
I created a window project "without using MFC" and I added
some
Dialog boxes to the project with some controls included
with them
like combo boxes, check boxes, .....?
How can I access these controls without using MFC? In
other words,
how can I change - for example - the check status of my
check box or
how I can upload and read from the combo box?
I tried to use the class wizard to creat CDialog class but
I got many
lines of errors that one of them says that CDialog is
undefined.
I really appreciate your help.
Mo,