Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Chat Pin
David Crow20-Jul-07 2:54
David Crow20-Jul-07 2:54 
GeneralRe: Chat Pin
Perspx20-Jul-07 10:23
Perspx20-Jul-07 10:23 
Questionvariable number of argument in C++ Pin
pedefetoll20-Jul-07 0:41
pedefetoll20-Jul-07 0:41 
AnswerRe: variable number of argument in C++ Pin
Matthew Faithfull20-Jul-07 1:09
Matthew Faithfull20-Jul-07 1:09 
AnswerRe: variable number of argument in C++ Pin
David Crow20-Jul-07 2:57
David Crow20-Jul-07 2:57 
Questioncan i use MatchDocType() in Mainframe class Pin
mirraa20-Jul-07 0:40
mirraa20-Jul-07 0:40 
AnswerRe: can i use MatchDocType() in Mainframe class Pin
Mark Salsbery20-Jul-07 5:45
Mark Salsbery20-Jul-07 5:45 
AnswerRe: can i use MatchDocType() in Mainframe class Pin
Mark Salsbery20-Jul-07 6:09
Mark Salsbery20-Jul-07 6:09 
After seeing your previous post, I thought maybe this would help...
CDocument *pDoc;
 
CDocTemplate::Confidence conf = pDocTemplate->MatchDocType(pszePathname, pDoc);
 
if (CDocTemplate::yesAlreadyOpen == conf)
{
   // Document is already open
   // pDoc points to the open document
}


Mark Salsbery
Microsoft MVP - Visual C++


"Remember the five Ds of dogeball: Dodge, Dip, Duck, Dive, and Dodge."
"If you can dodge a wrench, you can dodge a ball."

Questiondata fetch problem Pin
p_20-Jul-07 0:30
p_20-Jul-07 0:30 
AnswerRe: data fetch problem Pin
David Crow20-Jul-07 3:23
David Crow20-Jul-07 3:23 
QuestionHow to add elements Horizontally in ListBox Pin
Atul2320-Jul-07 0:25
Atul2320-Jul-07 0:25 
AnswerRe: How to add elements Horizontally in ListBox Pin
Nibu babu thomas20-Jul-07 1:35
Nibu babu thomas20-Jul-07 1:35 
AnswerRe: How to add elements Horizontally in ListBox Pin
Hamid_RT31-Jul-07 19:34
Hamid_RT31-Jul-07 19:34 
QuestionCArray or vector? which is better to use? Pin
jpucnpczjx19-Jul-07 23:55
jpucnpczjx19-Jul-07 23:55 
AnswerRe: CArray or vector? which is better to use? Pin
CPallini20-Jul-07 0:09
mveCPallini20-Jul-07 0:09 
AnswerRe: CArray or vector? which is better to use? Pin
Matthew Faithfull20-Jul-07 4:16
Matthew Faithfull20-Jul-07 4:16 
GeneralRe: CArray or vector? which is better to use? Pin
Cyrilix20-Jul-07 5:02
Cyrilix20-Jul-07 5:02 
GeneralRe: CArray or vector? which is better to use? Pin
Matthew Faithfull20-Jul-07 5:38
Matthew Faithfull20-Jul-07 5:38 
AnswerRe: CArray or vector? which is better to use? Pin
ThatsAlok22-Jul-07 18:47
ThatsAlok22-Jul-07 18:47 
Questionhi Pin
nitheshkumar19-Jul-07 23:24
nitheshkumar19-Jul-07 23:24 
JokeRe: hi Pin
CPallini19-Jul-07 23:29
mveCPallini19-Jul-07 23:29 
JokeRe: hi Pin
Nibu babu thomas19-Jul-07 23:38
Nibu babu thomas19-Jul-07 23:38 
JokeOK! Pin
CPallini19-Jul-07 23:41
mveCPallini19-Jul-07 23:41 
JokeRe: hi Pin
Cedric Moonen19-Jul-07 23:47
Cedric Moonen19-Jul-07 23:47 
JokeRe: hi Pin
Rajesh R Subramanian20-Jul-07 0:32
professionalRajesh R Subramanian20-Jul-07 0:32 

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.