I dont understand..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I dont understand how to do this

I created a dialog based project and that is fine for most
of my programming project, but one dialog box is going to generate a graph, and as
far as i know from my books that requires a view?

I can add a view to my project but i dont see where i add a frame and doc?
Or can i add a view to a normal dialog box? (I dont think i can do this but if i could it would be handy

Im using visual c++ 6.0 enterprise edition, and im totally stuck, im not sure how to go about thi
and i have to get this done

Can anyone give me some advice or point me towards something that explains this simply
I havent seen anything that handles this situation. Most say create an sdi or mdi project.. but most of thi
is dialog based.
 
Merrua said:
I dont understand how to do this.

I created a dialog based project and that is fine for most
of my programming project, but one dialog box is going to generate a graph, and as
far as i know from my books that requires a view?

I can add a view to my project but i dont see where i add a frame and doc?
Or can i add a view to a normal dialog box? (I dont think i can do this
but if i could it would be handy)
Im using visual c++ 6.0 enterprise edition, and im totally stuck, im not sure how to go about this
and i have to get this done.

Can anyone give me some advice or point me towards something that explains this simply.
I havent seen anything that handles this situation. Most say create an sdi
or mdi project.. but most of this
is dialog based.

OK, plain talk time.
There is no simple way to achieve what you want to do and it's time for some
serious study.
There are several excellent references to MFC programming that will cover
the ground you need:

http://msdn.microsoft.com/library/d...8/html/_core_learning_to_program_with_mfc.asp

is a place to start.
Books:
Excellent reference:
http://www.bookpool.com/.x/mkx6f7p9e4/sm/1572316950
Thorough tutorial:
http://www.bookpool.com/.x/mkx6f7eo0i/sm/0764543881

The second book, if studied carefully, will prepare you for what you want to
do.
You should also strongly consider the first book, as it is probably the best
reference and you'll use it frequently in your travels.
 
Back
Top