Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: All or nothing Pin
29-Sep-01 2:27
suss29-Sep-01 2:27 
GeneralRe: All or nothing Pin
overflow3-Oct-01 18:49
overflow3-Oct-01 18:49 
GeneralQuestion about GetControlBar() Pin
overflow28-Sep-01 15:42
overflow28-Sep-01 15:42 
QuestionHow can I show/hide the plus symbol of a tree item? Pin
28-Sep-01 15:34
suss28-Sep-01 15:34 
AnswerRe: How can I show/hide the plus symbol of a tree item? Pin
Michael Dunn28-Sep-01 16:20
sitebuilderMichael Dunn28-Sep-01 16:20 
AnswerRe: How can I show/hide the plus symbol of a tree item? Pin
Paolo Messina29-Sep-01 2:42
professionalPaolo Messina29-Sep-01 2:42 
QuestionHow to send an e-mail using OnFileSendMail Pin
28-Sep-01 15:13
suss28-Sep-01 15:13 
AnswerRe: How to send an e-mail using OnFileSendMail Pin
Shog929-Sep-01 10:02
sitebuilderShog929-Sep-01 10:02 
See PJ Naughter's excellent CMapi class: http://www.codeproject.com/internet/cmapi.asp
It's very easy to use, and provides a good reference to using simple MAPI should you want to write your own code.

Or if you'd rather, just copy the code from MFC's OnFileSendMail() and replace the bit that serializes the current document with something to generate your own attachment. (this code is not as nice though)
QuestionHow to let a control support OLE Pin
28-Sep-01 15:04
suss28-Sep-01 15:04 
AnswerRe: How to let a control support OLE Pin
Michael Dunn28-Sep-01 16:22
sitebuilderMichael Dunn28-Sep-01 16:22 
QuestionHow to get hInternet handle from within IE ? Pin
Peter Hayward28-Sep-01 14:45
Peter Hayward28-Sep-01 14:45 
GeneralAVI & BMP Pin
28-Sep-01 12:26
suss28-Sep-01 12:26 
GeneralMSVCRT... Pin
28-Sep-01 11:51
suss28-Sep-01 11:51 
GeneralRe: MSVCRT... Pin
Walter Sullivan28-Sep-01 14:05
Walter Sullivan28-Sep-01 14:05 
GeneralRe: MSVCRT... Pin
28-Sep-01 14:37
suss28-Sep-01 14:37 
Generalkeybd_event Pin
Mustafa Demirhan28-Sep-01 10:12
Mustafa Demirhan28-Sep-01 10:12 
GeneralRe: keybd_event Pin
Paolo Messina29-Sep-01 0:24
professionalPaolo Messina29-Sep-01 0:24 
GeneralWake the computer from standby Pin
Mustafa Demirhan28-Sep-01 10:09
Mustafa Demirhan28-Sep-01 10:09 
GeneralExitWindowsEx Problem!! Pin
Mustafa Demirhan28-Sep-01 10:04
Mustafa Demirhan28-Sep-01 10:04 
GeneralCWebBrowser2 - problems with windows 98 and IE 5.5 Pin
28-Sep-01 8:36
suss28-Sep-01 8:36 
GeneralRe: CWebBrowser2 - problems with windows 98 and IE 5.5 Pin
Masaaki Onishi28-Sep-01 9:29
Masaaki Onishi28-Sep-01 9:29 
GeneralGetting a pointer to frame window Pin
Erik Hammar28-Sep-01 7:23
Erik Hammar28-Sep-01 7:23 
GeneralRe: Getting a pointer to frame window Pin
Michael Dunn28-Sep-01 7:54
sitebuilderMichael Dunn28-Sep-01 7:54 
GeneralRe: Getting a pointer to frame window Pin
Erik Hammar29-Sep-01 1:05
Erik Hammar29-Sep-01 1:05 
GeneralDLL and ATLTRACE question Pin
28-Sep-01 6:59
suss28-Sep-01 6:59 

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.