Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog placement... Pin
Christian Graus14-Nov-02 1:01
protectorChristian Graus14-Nov-02 1:01 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 1:12
benjymous14-Nov-02 1:12 
GeneralRe: Dialog placement... Pin
Neha14-Nov-02 1:25
Neha14-Nov-02 1:25 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 2:26
benjymous14-Nov-02 2:26 
GeneralRe: Dialog placement... Pin
Neha14-Nov-02 2:53
Neha14-Nov-02 2:53 
GeneralRe: Dialog placement... Pin
benjymous14-Nov-02 3:12
benjymous14-Nov-02 3:12 
QuestionHow to invoke the default mail client from VC Pin
Deepti13-Nov-02 23:45
Deepti13-Nov-02 23:45 
AnswerRe: How to invoke the default mail client from VC Pin
Alexinuk14-Nov-02 4:22
Alexinuk14-Nov-02 4:22 
From memory you can use ShellExecute (or CreateProcess), passing "mailto: email@address" as the process name. Look these up on MSDN to find out the exact format. This basically creates a new mail message using the default mail client. You can add attachments etc. using other command line parameters, the only thing you can't do (i don't think) is send it automatically (the user has to click "send").

-Alex
GeneralRe: How to invoke the default mail client from VC Pin
Deepti14-Nov-02 19:44
Deepti14-Nov-02 19:44 
GeneralRe: How to invoke the default mail client from VC Pin
Alexinuk14-Nov-02 21:26
Alexinuk14-Nov-02 21:26 
GeneralRe: How to invoke the default mail client from VC Pin
Deepti15-Nov-02 1:50
Deepti15-Nov-02 1:50 
QuestionBind NULL ip address and port 0 to a socket? Pin
George213-Nov-02 23:06
George213-Nov-02 23:06 
AnswerRe: Bind NULL ip address and port 0 to a socket? Pin
NormDroid15-Nov-02 9:07
professionalNormDroid15-Nov-02 9:07 
GeneralRe: Bind NULL ip address and port 0 to a socket? Pin
George215-Nov-02 18:48
George215-Nov-02 18:48 
Generaladding shortcut Pin
udayGovekar13-Nov-02 22:28
udayGovekar13-Nov-02 22:28 
GeneralRe: adding shortcut Pin
Iain Clarke, Warrior Programmer13-Nov-02 22:59
Iain Clarke, Warrior Programmer13-Nov-02 22:59 
QuestionHow to connection MSFGrid to ADODC? Pin
YXF13-Nov-02 22:19
YXF13-Nov-02 22:19 
GeneralCSocket non-blocking Pin
Shamoon13-Nov-02 21:51
Shamoon13-Nov-02 21:51 
GeneralRe: CSocket non-blocking Pin
NormDroid15-Nov-02 9:08
professionalNormDroid15-Nov-02 9:08 
GeneralMFC custom controls Pin
s o v a n n13-Nov-02 21:21
s o v a n n13-Nov-02 21:21 
QuestionWhat is the difference between recv and recvfrom? Pin
George213-Nov-02 21:14
George213-Nov-02 21:14 
AnswerRe: What is the difference between recv and recvfrom? Pin
Christian Graus13-Nov-02 21:56
protectorChristian Graus13-Nov-02 21:56 
AnswerRe: What is the difference between recv and recvfrom? Pin
Tim Smith14-Nov-02 2:10
Tim Smith14-Nov-02 2:10 
GeneralRe: What is the difference between recv and recvfrom? Pin
George215-Nov-02 0:45
George215-Nov-02 0:45 
GeneralEXE resources Pin
lbc13-Nov-02 20:57
lbc13-Nov-02 20:57 

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.