Click here to Skip to main content
15,919,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exporting a function to DLL Pin
Cyrilix9-Jun-07 10:00
Cyrilix9-Jun-07 10:00 
QuestionAddString to combobox problem Pin
Max++9-Jun-07 6:53
Max++9-Jun-07 6:53 
AnswerRe: AddString to combobox problem Pin
Mark Salsbery9-Jun-07 8:22
Mark Salsbery9-Jun-07 8:22 
Questiongetting com port listing! Pin
Leo_13319-Jun-07 3:27
Leo_13319-Jun-07 3:27 
AnswerRe: getting com port listing! Pin
rp_suman9-Jun-07 4:20
rp_suman9-Jun-07 4:20 
QuestionRe: getting com port listing! Pin
David Crow9-Jun-07 6:36
David Crow9-Jun-07 6:36 
QuestionHow open winword file in VC++ Pin
Y_Kaushik9-Jun-07 2:22
Y_Kaushik9-Jun-07 2:22 
AnswerRe: How open winword file in VC++ Pin
Matthew Faithfull9-Jun-07 2:58
Matthew Faithfull9-Jun-07 2:58 
Probably Winword.exe is not in the standard search path as it's an installed application. Notepad.exe lives in the Windows folder so it can always be found.
You need to add a path to the filename. e.g.

WinExec("c:\\Program Files\\Office\\winword.exe",SW_SHOW);



Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionWhen saving .doc file it can not take more then 100-120 words Pin
Y_Kaushik9-Jun-07 1:27
Y_Kaushik9-Jun-07 1:27 
QuestionRe: When saving .doc file it can not take more then 100-120 words Pin
David Crow9-Jun-07 6:38
David Crow9-Jun-07 6:38 
QuestionCustom control on dialog window. Pin
uToLs9-Jun-07 1:24
uToLs9-Jun-07 1:24 
AnswerRe: Custom control on dialog window. Pin
karle9-Jun-07 6:22
karle9-Jun-07 6:22 
AnswerRe: Custom control on dialog window. Pin
David Crow9-Jun-07 6:39
David Crow9-Jun-07 6:39 
Questionxml file Pin
saisp8-Jun-07 22:19
saisp8-Jun-07 22:19 
AnswerRe: xml file Pin
George L. Jackson9-Jun-07 1:28
George L. Jackson9-Jun-07 1:28 
AnswerRe: xml file Pin
Matthew Faithfull9-Jun-07 1:34
Matthew Faithfull9-Jun-07 1:34 
AnswerRe: xml file Pin
David Crow9-Jun-07 6:40
David Crow9-Jun-07 6:40 
QuestionProblem creating and using a class [modified] Pin
gizmokaka8-Jun-07 21:43
gizmokaka8-Jun-07 21:43 
AnswerRe: Problem creating and using a class Pin
John R. Shaw8-Jun-07 22:51
John R. Shaw8-Jun-07 22:51 
AnswerRe: Problem creating and using a class Pin
ashukasama9-Jun-07 1:09
ashukasama9-Jun-07 1:09 
GeneralRe: Problem creating and using a class Pin
rp_suman9-Jun-07 4:30
rp_suman9-Jun-07 4:30 
GeneralRe: Problem creating and using a class Pin
ashukasama10-Jun-07 18:52
ashukasama10-Jun-07 18:52 
QuestionOnContextMenu(...) Pin
kcynic8-Jun-07 20:34
kcynic8-Jun-07 20:34 
AnswerRe: OnContextMenu(...) Pin
ashukasama9-Jun-07 1:31
ashukasama9-Jun-07 1:31 
GeneralRe: OnContextMenu(...) Pin
kcynic9-Jun-07 18:35
kcynic9-Jun-07 18:35 

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.