Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionget selected text from web page??? Pin
xxhimanshu28-Jan-03 20:18
xxhimanshu28-Jan-03 20:18 
AnswerRe: get selected text from web page??? Pin
jeremysay29-Jan-03 5:14
jeremysay29-Jan-03 5:14 
GeneralEmbedded Word Automation... Pin
Aswin Kumar28-Jan-03 20:09
Aswin Kumar28-Jan-03 20:09 
GeneralCOM and multithreading Pin
Shah Shehpori28-Jan-03 20:09
sussShah Shehpori28-Jan-03 20:09 
GeneralRe: COM and multithreading Pin
Hans Ruck29-Jan-03 2:22
Hans Ruck29-Jan-03 2:22 
General'CDocument::UpdateAllViews' : illegal call of non-static member function problem Pin
boon kian28-Jan-03 19:34
boon kian28-Jan-03 19:34 
GeneralRe: 'CDocument::UpdateAllViews' : illegal call of non-static member function problem Pin
trustno128-Jan-03 21:14
trustno128-Jan-03 21:14 
GeneralRe: 'CDocument::UpdateAllViews' : illegal call of non-static member function problem Pin
boon kian30-Jan-03 2:02
boon kian30-Jan-03 2:02 
Hi trustnol,

firstly thanx a lot for your help ... I am quite new in C++ so i am very bad in those object kind of things... therefore i still have some doubts which i like to clarify with u ....

1. constructor is like this ??

CmyDialog dialog (CDocument *pDoc)

2. becos wat calling my dialog is the doc class of my main program ... so do i do pass the "this" pointer over to the dialog constructor ??

CABCdoc::onopen()
{
Cmydialog efg(this);

}

is this correct ???

thank you very much for your kind attention !!

Generalglobal mouse capture Pin
Member 10559028-Jan-03 18:16
Member 10559028-Jan-03 18:16 
GeneralRe: global mouse capture Pin
Moak28-Jan-03 20:11
Moak28-Jan-03 20:11 
GeneralRe: global mouse capture Pin
Member 10559028-Jan-03 20:34
Member 10559028-Jan-03 20:34 
GeneralRe: global mouse capture Pin
Joan M28-Jan-03 21:26
professionalJoan M28-Jan-03 21:26 
GeneralRe: global mouse capture Pin
Moak28-Jan-03 21:57
Moak28-Jan-03 21:57 
GeneralRe: global mouse capture Pin
Roger Allen29-Jan-03 1:10
Roger Allen29-Jan-03 1:10 
GeneralRe: global mouse capture Pin
Member 10559029-Jan-03 13:14
Member 10559029-Jan-03 13:14 
GeneralDLL class based on pure virtual base class not in DLL Pin
rex66628-Jan-03 15:02
rex66628-Jan-03 15:02 
GeneralRe: DLL class based on pure virtual base class not in DLL Pin
Alvaro Mendez28-Jan-03 16:38
Alvaro Mendez28-Jan-03 16:38 
GeneralRe: DLL class based on pure virtual base class not in DLL Pin
rex66628-Jan-03 16:51
rex66628-Jan-03 16:51 
GeneralRe: DLL class based on pure virtual base class not in DLL Pin
Alvaro Mendez28-Jan-03 18:09
Alvaro Mendez28-Jan-03 18:09 
GeneralCovert Hex value to string Pin
Paul Farry28-Jan-03 15:02
professionalPaul Farry28-Jan-03 15:02 
Generalstr.Format("%.02X",bit[i]) Pin
whelk28-Jan-03 16:08
whelk28-Jan-03 16:08 
Generalstrange problem Pin
MemLeak28-Jan-03 10:53
MemLeak28-Jan-03 10:53 
GeneralRe: strange problem Pin
AlexO28-Jan-03 11:10
AlexO28-Jan-03 11:10 
GeneralNumber of days between two days Pin
Anton A. Loukine28-Jan-03 10:29
Anton A. Loukine28-Jan-03 10:29 
GeneralRe: Number of days between two days Pin
Tim Smith28-Jan-03 10:33
Tim Smith28-Jan-03 10:33 

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.