Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGDI painting on top of all other's control Pin
30-Jun-01 3:21
suss30-Jun-01 3:21 
QuestionIs it Possible to do graphics in Console Window? Pin
Sangeetha30-Jun-01 1:54
Sangeetha30-Jun-01 1:54 
AnswerRe: Is it Possible to do graphics in Console Window? Pin
Hadi Rezaee30-Jun-01 6:57
Hadi Rezaee30-Jun-01 6:57 
GeneralRe: Is it Possible to do graphics in Console Window? Pin
Chris Losinger30-Jun-01 7:38
professionalChris Losinger30-Jun-01 7:38 
GeneralWTL and Splitters Pin
Alpesh30-Jun-01 0:53
Alpesh30-Jun-01 0:53 
GeneralProgrammatically sending mails Pin
Vikash Dubey30-Jun-01 0:17
Vikash Dubey30-Jun-01 0:17 
GeneralRe: Programmatically sending mails Pin
Alpesh30-Jun-01 0:57
Alpesh30-Jun-01 0:57 
GeneralRe: Programmatically sending mails Pin
NullStream30-Jun-01 21:52
NullStream30-Jun-01 21:52 
That's a really complex question though like most complex questions it is much easier to state.

Here are a few hints for direction:

1. Learn WinSock or BSD sockets (you'll need them).
2. Read through RFC 821 (SMTP) most of it might be confusing if your not used to "grammars" but you can get the protocol quite easily. This is how internet mail is propogated (aka sent and passed on).
3. Read through RFC 1939 (POP-3) the same goes as hint #2 except this is how mail is typically recieved through email programs (there are other protocols such as IMAP or Exchange for example but this is far simpler to start with).

If you really want to figure out how this works I suggest you make 4 little experiment tools to begin with in this order (from easiest to hardest).

1. Simple SMTP client.
2. Mail Queue lister and deleter.
3. Mail Reader.
4. Mail Reader with MIME support.

Hopefully this has given you a specific direction to work in. If you need more clarification don't hesitate to ask.

Sean Cody (NullStream)
"As long as you want to live,
everywhere will become heaven.
Afterall, you are still alive."
- End Of Evanglion

GeneralCStatusBar member function problem! Pin
Rickard Andersson2029-Jun-01 23:25
Rickard Andersson2029-Jun-01 23:25 
GeneralRe: CStatusBar member function problem! Pin
Michael Martin30-Jun-01 0:14
professionalMichael Martin30-Jun-01 0:14 
QuestionHow can I use LockWorkStation? Pin
29-Jun-01 22:28
suss29-Jun-01 22:28 
AnswerRe: How can I use LockWorkStation? Pin
29-Jun-01 23:28
suss29-Jun-01 23:28 
GeneralAn edit problem... Pin
29-Jun-01 23:31
suss29-Jun-01 23:31 
GeneralBut I am really stupid Pin
29-Jun-01 23:32
suss29-Jun-01 23:32 
GeneralAbout ActiveX Print! Pin
29-Jun-01 17:59
suss29-Jun-01 17:59 
GeneralRe: About ActiveX Print! Pin
Hadi Rezaee30-Jun-01 2:23
Hadi Rezaee30-Jun-01 2:23 
GeneralRe: About ActiveX Print! Pin
2-Jul-01 23:13
suss2-Jul-01 23:13 
GeneralProblem adding new caption button to title bar! HELP!!! Pin
29-Jun-01 14:28
suss29-Jun-01 14:28 
GeneralRe: Problem adding new caption button to title bar! HELP!!! Pin
Ben Burnett29-Jun-01 16:53
Ben Burnett29-Jun-01 16:53 
GeneralMFC DLL and Dialogs Pin
Peter Marino29-Jun-01 13:53
Peter Marino29-Jun-01 13:53 
GeneralRe: MFC DLL and Dialogs Pin
29-Jun-01 15:40
suss29-Jun-01 15:40 
GeneralRe: MFC DLL and Dialogs Pin
29-Jun-01 16:26
suss29-Jun-01 16:26 
GeneralRe: MFC DLL and Dialogs Pin
Peter Marino29-Jun-01 20:38
Peter Marino29-Jun-01 20:38 
GeneralRe: MFC DLL and Dialogs Pin
Peter Marino29-Jun-01 20:37
Peter Marino29-Jun-01 20:37 
GeneralRe: MFC DLL and Dialogs Pin
D.D. de Kerf1-Jul-01 20:32
D.D. de Kerf1-Jul-01 20:32 

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.