Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to disable mouse wheel Pin
James R. Twine17-May-05 8:18
James R. Twine17-May-05 8:18 
GeneralRe: How to disable mouse wheel Pin
Anonymous17-May-05 12:37
Anonymous17-May-05 12:37 
AnswerRe: How to disable mouse wheel - Answer Pin
Tim Zorn11-Jun-05 15:42
Tim Zorn11-Jun-05 15:42 
QuestionDrive/Directory operations over a network ? Pin
Still learning how to code17-May-05 6:33
Still learning how to code17-May-05 6:33 
AnswerRe: Drive/Directory operations over a network ? Pin
Ravi Bhavnani17-May-05 6:44
professionalRavi Bhavnani17-May-05 6:44 
GeneralNeed HElp : File monitor Pin
inbakumar.G17-May-05 6:18
inbakumar.G17-May-05 6:18 
GeneralRe: Need HElp : File monitor Pin
Anonymous17-May-05 13:15
Anonymous17-May-05 13:15 
GeneralHowTo Launch email client with attachment Pin
Robert Palma Jr.17-May-05 6:11
Robert Palma Jr.17-May-05 6:11 
I am using Visual Studio 6.0.

I would like to use ShellExecute{} to launch the
registered email client and include a specific file
as an attachment to that email.

I don't want to include the 'To' email address
in the ShellExecute() call.

From Nishant's excellent article i have a starting point:

ShellExecute(this->m_hWnd,"open",
"mailto:nishinapp@yahoo.com","","", SW_SHOW );

How do I NOT include the email address but DO include
a file for attachment?

Thanks a lot, Smile | :)
Robert


GeneralRe: HowTo Launch email client with attachment Pin
James R. Twine17-May-05 8:16
James R. Twine17-May-05 8:16 
GeneralRe: HowTo Launch email client with attachment Pin
Robert Palma Jr.17-May-05 10:46
Robert Palma Jr.17-May-05 10:46 
Generalwrapping C functions in C++ Pin
ischen_s117-May-05 6:00
ischen_s117-May-05 6:00 
GeneralRe: wrapping C functions in C++ Pin
Blake Miller17-May-05 6:32
Blake Miller17-May-05 6:32 
GeneralRe: wrapping C functions in C++ Pin
Michael Dunn17-May-05 17:29
sitebuilderMichael Dunn17-May-05 17:29 
GeneralFileSystemObject Pin
pnpfriend17-May-05 5:39
pnpfriend17-May-05 5:39 
GeneralRe: FileSystemObject Pin
David Crow17-May-05 5:56
David Crow17-May-05 5:56 
GeneralRe: FileSystemObject Pin
pnpfriend17-May-05 7:21
pnpfriend17-May-05 7:21 
GeneralRe: FileSystemObject Pin
David Crow17-May-05 7:39
David Crow17-May-05 7:39 
GeneralRe: FileSystemObject Pin
pnpfriend17-May-05 8:03
pnpfriend17-May-05 8:03 
GeneralRe: FileSystemObject Pin
David Crow17-May-05 9:43
David Crow17-May-05 9:43 
GeneralRe: FileSystemObject Pin
pnpfriend18-May-05 9:34
pnpfriend18-May-05 9:34 
GeneralRe: FileSystemObject Pin
David Crow18-May-05 9:39
David Crow18-May-05 9:39 
GeneralRe: FileSystemObject Pin
pnpfriend23-May-05 10:56
pnpfriend23-May-05 10:56 
GeneralPlease Help with File Access Pin
Dimitris Vikeloudas17-May-05 5:20
Dimitris Vikeloudas17-May-05 5:20 
GeneralRe: Please Help with File Access Pin
Blake Miller17-May-05 6:29
Blake Miller17-May-05 6:29 
GeneralRe: Please Help with File Access Pin
Blake Miller17-May-05 6:44
Blake Miller17-May-05 6:44 

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.