Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConversion Error Pin
N.T.Srikanth6-Aug-06 18:48
N.T.Srikanth6-Aug-06 18:48 
QuestionRe: Conversion Error Pin
David Crow7-Aug-06 3:30
David Crow7-Aug-06 3:30 
Questionfunction Pin
With_problem6-Aug-06 17:59
With_problem6-Aug-06 17:59 
AnswerRe: function Pin
_AnsHUMAN_ 6-Aug-06 18:07
_AnsHUMAN_ 6-Aug-06 18:07 
GeneralRe: function Pin
With_problem6-Aug-06 19:22
With_problem6-Aug-06 19:22 
GeneralRe: function Pin
Hamid_RT6-Aug-06 19:55
Hamid_RT6-Aug-06 19:55 
GeneralRe: function Pin
With_problem6-Aug-06 20:05
With_problem6-Aug-06 20:05 
GeneralRe: function [modified] Pin
_AnsHUMAN_ 6-Aug-06 20:17
_AnsHUMAN_ 6-Aug-06 20:17 
Do you want to open an external application eg Notepad to display the text file(Use ShellExecute in this case)
If you want to show the text somewhere else you need to pass a pointer to another class from where you want to access the functions.
eg:
in wartzDlg.h include MyNewDlg.h(Supposing you name your class this way)
in MyNewDlg.h include wartzDlg.h . Create a pointer for wartzDlg in the header file MyNewDlg.h like CwartzDlg *myDlg;
Now when you call this new dialog from wartzDlg
CMyNewDlg *newDlg=new CMyNewDlg();
newDlg->myDlg=this;
newDlg->DoModal();

Now with the help of myDlg pointer you would be able to access the variables/member functions of the wartzDlg in MyNewDlg


-- modified at 2:17 Monday 7th August, 2006

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

Questionhow to display list of Files with Particular Extension using Clist ctrl Pin
Arul Joseph6-Aug-06 17:40
Arul Joseph6-Aug-06 17:40 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
Naveen6-Aug-06 17:57
Naveen6-Aug-06 17:57 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
Hamid_RT6-Aug-06 19:45
Hamid_RT6-Aug-06 19:45 
AnswerRe: how to display list of Files with Particular Extension using Clist ctrl Pin
David Crow7-Aug-06 3:33
David Crow7-Aug-06 3:33 
QuestionVisal C++ 6 (MFC) Pin
we3Guy6-Aug-06 17:23
we3Guy6-Aug-06 17:23 
AnswerRe: Visal C++ 6 (MFC) Pin
Amar Sutar6-Aug-06 18:18
Amar Sutar6-Aug-06 18:18 
GeneralRe: Visal C++ 6 (MFC) Pin
we3Guy6-Aug-06 19:23
we3Guy6-Aug-06 19:23 
GeneralRe: Visal C++ 6 (MFC) Pin
Amar Sutar6-Aug-06 20:23
Amar Sutar6-Aug-06 20:23 
GeneralRe: Visal C++ 6 (MFC) Pin
we3Guy6-Aug-06 20:50
we3Guy6-Aug-06 20:50 
QuestionRe: Visal C++ 6 (MFC) Pin
David Crow7-Aug-06 3:36
David Crow7-Aug-06 3:36 
QuestionHow to capture webcam to mpeg video format Pin
huutribk20016-Aug-06 16:45
huutribk20016-Aug-06 16:45 
AnswerRe: How to capture webcam to mpeg video format Pin
normanS7-Aug-06 4:51
normanS7-Aug-06 4:51 
Questionplotting graph Pin
thathvamsi6-Aug-06 16:21
thathvamsi6-Aug-06 16:21 
AnswerRe: plotting graph Pin
_AnsHUMAN_ 6-Aug-06 18:09
_AnsHUMAN_ 6-Aug-06 18:09 
GeneralRe: plotting graph Pin
thathvamsi6-Aug-06 18:40
thathvamsi6-Aug-06 18:40 
GeneralRe: plotting graph Pin
_AnsHUMAN_ 6-Aug-06 18:47
_AnsHUMAN_ 6-Aug-06 18:47 
GeneralRe: plotting graph Pin
thathvamsi6-Aug-06 19:56
thathvamsi6-Aug-06 19:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.