Click here to Skip to main content
15,908,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: battleship game code using c language Pin
Richard MacCutchan27-Aug-14 22:15
mveRichard MacCutchan27-Aug-14 22:15 
AnswerRe: battleship game code using c language Pin
Member 1048772029-Aug-14 0:30
Member 1048772029-Aug-14 0:30 
QuestionTEventLogger Pin
Zdravko Donev25-Aug-14 9:34
Zdravko Donev25-Aug-14 9:34 
AnswerRe: TEventLogger Pin
Freak3027-Aug-14 1:25
Freak3027-Aug-14 1:25 
QuestionCMFCOutlookBar cannot return to pane 0. Pin
Drakesal25-Aug-14 0:12
Drakesal25-Aug-14 0:12 
Questionhow to pass a function which has variable arguments as template argument? Pin
Falconapollo24-Aug-14 5:37
Falconapollo24-Aug-14 5:37 
AnswerRe: how to pass a function which has variable arguments as template argument? Pin
jschell25-Aug-14 10:30
jschell25-Aug-14 10:30 
QuestionHow to ShellExecute a PDF to a specific page Pin
DanYELL23-Aug-14 17:28
DanYELL23-Aug-14 17:28 
I have a PDF. If I use this

CString Path = GetPath("manual.pdf");
ShellExecute(0, "open", Path, NULL, NULL, SW_SHOWNORMAL);

The PDF executes. But if I then use

Path += "#page=17";
ShellExecute(0, "open", Path, NULL, NULL, SW_SHOWNORMAL);

or anything similar, I cant get the PDF to execute. I want the PDF to
execute and jump to a specific page. I found solutions, I think, where
I can execute the adobe.exe file and the path, but I dont know where
adobe.exe is located on these computers. Is there any way to execute
a PDF without knowing where the adobe executable is at?

Please, any response any one can give me will be greatly appreciated.
AnswerRe: How to ShellExecute a PDF to a specific page Pin
enhzflep23-Aug-14 17:58
enhzflep23-Aug-14 17:58 
AnswerRe: How to ShellExecute a PDF to a specific page Pin
Richard MacCutchan23-Aug-14 22:30
mveRichard MacCutchan23-Aug-14 22:30 
AnswerRe: How to ShellExecute a PDF to a specific page Pin
Graham Breach23-Aug-14 23:00
Graham Breach23-Aug-14 23:00 
QuestionRe: How to ShellExecute a PDF to a specific page Pin
David Crow25-Aug-14 3:52
David Crow25-Aug-14 3:52 
Questionhow this error has generated -c program? Pin
mybm122-Aug-14 20:33
mybm122-Aug-14 20:33 
QuestionRe: how this error has generated -c program? Pin
Richard MacCutchan22-Aug-14 21:07
mveRichard MacCutchan22-Aug-14 21:07 
AnswerRe: how this error has generated -c program? Pin
mybm122-Aug-14 22:42
mybm122-Aug-14 22:42 
GeneralRe: how this error has generated -c program? Pin
Richard MacCutchan23-Aug-14 0:16
mveRichard MacCutchan23-Aug-14 0:16 
Questioncan anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 19:10
mybm121-Aug-14 19:10 
SuggestionRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan21-Aug-14 21:50
mveRichard MacCutchan21-Aug-14 21:50 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 23:11
mybm121-Aug-14 23:11 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan21-Aug-14 23:23
mveRichard MacCutchan21-Aug-14 23:23 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 23:25
mybm121-Aug-14 23:25 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan22-Aug-14 0:19
mveRichard MacCutchan22-Aug-14 0:19 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm122-Aug-14 0:21
mybm122-Aug-14 0:21 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan22-Aug-14 0:34
mveRichard MacCutchan22-Aug-14 0:34 
AnswerRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Chris Losinger22-Aug-14 8:32
professionalChris Losinger22-Aug-14 8: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.