Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I resize rectangels in a View Pin
zhdleonid1-Dec-02 5:04
zhdleonid1-Dec-02 5:04 
GeneralRe: How do I resize rectangels in a View Pin
Stephane Rodriguez.1-Dec-02 5:22
Stephane Rodriguez.1-Dec-02 5:22 
GeneralToolbar bitmap Pin
S O S30-Nov-02 21:50
S O S30-Nov-02 21:50 
GeneralRe: Toolbar bitmap Pin
Michael Dunn1-Dec-02 5:44
sitebuilderMichael Dunn1-Dec-02 5:44 
GeneralRe: Toolbar bitmap Pin
ttzzgg_807131-Dec-02 8:04
ttzzgg_807131-Dec-02 8:04 
QuestionHow implements a tab control window dock to any inner side of the window? Pin
Yu_Matrix30-Nov-02 21:19
Yu_Matrix30-Nov-02 21:19 
Questionwhat's the best way to send an email? Pin
devvvy30-Nov-02 20:36
devvvy30-Nov-02 20:36 
AnswerRe: what's the best way to send an email? Pin
Rohit  Sinha1-Dec-02 4:03
Rohit  Sinha1-Dec-02 4:03 
1. MAPI

2. Write your own code that can talk to the remote mail server (the server where the recipient is). There are plenty of classes that do this, some of them on CP too. This approach would be better IMO if your program is a server and you need to send emails on a server like scale. MAPI has got a large footprint, and sucks in a server environment. With your own class you can at least optimize things to suit you.

I assume you want to send emails from your program. Otherwise you may need to install an email server, or use some other email server as a relay for your emails.


  Regards,

  Rohit Sinha

GeneralRe: what's the best way to send an email? Pin
devvvy1-Dec-02 10:14
devvvy1-Dec-02 10:14 
Generalreturning strings from a component Pin
bachan30-Nov-02 20:33
bachan30-Nov-02 20:33 
GeneralRe: returning strings from a component Pin
Michael Dunn30-Nov-02 20:35
sitebuilderMichael Dunn30-Nov-02 20:35 
GeneralMore link troubles... Pin
Jamie Hale30-Nov-02 19:46
Jamie Hale30-Nov-02 19:46 
GeneralRe: More link troubles... Pin
Michael Dunn30-Nov-02 20:32
sitebuilderMichael Dunn30-Nov-02 20:32 
GeneralRe: More link troubles... Pin
Jamie Hale2-Dec-02 11:26
Jamie Hale2-Dec-02 11:26 
GeneralRe: More link troubles... Pin
Michael Dunn3-Dec-02 13:14
sitebuilderMichael Dunn3-Dec-02 13:14 
GeneralRich edit control Pin
Rohit  Sinha30-Nov-02 18:30
Rohit  Sinha30-Nov-02 18:30 
GeneralBig chunks of memory. Pin
clintsinger30-Nov-02 18:06
clintsinger30-Nov-02 18:06 
GeneralRe: Big chunks of memory. Pin
Chris Losinger30-Nov-02 18:43
professionalChris Losinger30-Nov-02 18:43 
QuestionHow to handle image using MFC? Pin
kyoko30-Nov-02 15:58
kyoko30-Nov-02 15:58 
AnswerRe: How to handle image using MFC? Pin
Christian Graus30-Nov-02 16:15
protectorChristian Graus30-Nov-02 16:15 
General181 link errors... Pin
Jamie Hale30-Nov-02 14:40
Jamie Hale30-Nov-02 14:40 
GeneralRe: 181 link errors... Pin
Michael Dunn30-Nov-02 14:58
sitebuilderMichael Dunn30-Nov-02 14:58 
GeneralRe: 181 link errors... Pin
Jamie Hale30-Nov-02 15:49
Jamie Hale30-Nov-02 15:49 
GeneralWinsock Programming Pin
Steven M Hunt30-Nov-02 14:22
Steven M Hunt30-Nov-02 14:22 

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.