SDI MFC C++

  • Thread starter Thread starter misbah27
  • Start date Start date
M

misbah27

Guest
In an SDIexample in which i have

SDIexampledoc.h

SDIexampleview.h

SDIexampleapp.h

SDImainframe.h

i HAve added 2 dialogs in SDIexample

1. IDD_Dialog1.

2. IDD_Dialog2.

what i am doing is i am getting a variable lets say m=10 from user in edit control in dialog1.

now i want to store this variable in exampledoc.h before closing dialog1. so that when i debug dialog2 i can retrieve the value of m from doc.h.

i get to know that i can do this through send message.

but how to exactly code this.

Continue reading...
 
Back
Top