Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionresource (.rc) files Pin
Waldermort19-Feb-06 23:53
Waldermort19-Feb-06 23:53 
AnswerRe: resource (.rc) files Pin
Dan McCormick20-Feb-06 2:55
Dan McCormick20-Feb-06 2:55 
GeneralRe: resource (.rc) files Pin
Waldermort20-Feb-06 4:05
Waldermort20-Feb-06 4:05 
QuestionRe: resource (.rc) files Pin
David Crow20-Feb-06 2:56
David Crow20-Feb-06 2:56 
AnswerRe: resource (.rc) files Pin
Waldermort20-Feb-06 4:02
Waldermort20-Feb-06 4:02 
QuestionEmail application from VC++ Pin
RamL19-Feb-06 23:17
RamL19-Feb-06 23:17 
AnswerRe: Email application from VC++ Pin
Ganesh_T20-Feb-06 2:24
Ganesh_T20-Feb-06 2:24 
AnswerRe: Email application from VC++ Pin
oshah20-Feb-06 2:45
oshah20-Feb-06 2:45 
If you just need to send an email to a specific address, you can just ShellExecute that email address (similar to how you invoke a url).

ShellExecute(hwnd, "open", "mailto:your.address@domain.com", NULL, NULL, SW_SHOW);

You can even supply a body/subject by crafting the mailto like a Query string (MSDN[^]):

mailto:your.address@domain.com?body="This is the body"&subject="Auto-generated e-mail subject"

If you need more advanced functionality (such as choosing your server), check the forum Q&A FAQ.
QuestionHow Restart Remote Computer? Pin
M.Mehrdad.M19-Feb-06 23:02
M.Mehrdad.M19-Feb-06 23:02 
AnswerRe: How Restart Remote Computer? Pin
Gavin Taylor19-Feb-06 23:17
professionalGavin Taylor19-Feb-06 23:17 
QuestionCMainFrame Tool Bars and Status Bar Pin
taylorlopes19-Feb-06 22:53
taylorlopes19-Feb-06 22:53 
AnswerRe: CMainFrame Tool Bars and Status Bar Pin
Cool Ju19-Feb-06 23:24
Cool Ju19-Feb-06 23:24 
GeneralRe: CMainFrame Tool Bars and Status Bar Pin
taylorlopes19-Feb-06 23:43
taylorlopes19-Feb-06 23:43 
QuestionADO wildcard? Pin
Niro198319-Feb-06 22:44
Niro198319-Feb-06 22:44 
QuestionAccess Database Pin
rrrado19-Feb-06 22:37
rrrado19-Feb-06 22:37 
AnswerRe: Access Database Pin
Sebastian Schneider19-Feb-06 23:36
Sebastian Schneider19-Feb-06 23:36 
GeneralRe: Access Database Pin
rrrado20-Feb-06 0:38
rrrado20-Feb-06 0:38 
QuestionWM_COPYDATA communication Pin
Dominik Reichl19-Feb-06 21:58
Dominik Reichl19-Feb-06 21:58 
AnswerRe: WM_COPYDATA communication Pin
PJ Arends20-Feb-06 0:42
professionalPJ Arends20-Feb-06 0:42 
QuestionNewbie need help in token window Pin
Lazybug8219-Feb-06 21:31
Lazybug8219-Feb-06 21:31 
AnswerRe: Newbie need help in token window Pin
Cedric Moonen19-Feb-06 21:53
Cedric Moonen19-Feb-06 21:53 
GeneralRe: Newbie need help in token window Pin
Lazybug8220-Feb-06 1:56
Lazybug8220-Feb-06 1:56 
GeneralRe: Newbie need help in token window Pin
Cedric Moonen20-Feb-06 2:18
Cedric Moonen20-Feb-06 2:18 
QuestionConnecting to Oracle through DSN vs Proc Pin
arunperi19-Feb-06 19:06
arunperi19-Feb-06 19:06 
AnswerRe: Connecting to Oracle through DSN vs Proc Pin
David Crow20-Feb-06 3:04
David Crow20-Feb-06 3:04 

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.