Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog created in Taskbar Pin
Anu_Bala25-Jan-10 1:03
Anu_Bala25-Jan-10 1:03 
QuestionX,Y of maximised window Pin
Anu_Bala24-Jan-10 22:30
Anu_Bala24-Jan-10 22:30 
AnswerRe: X,Y of maximised window Pin
CPallini24-Jan-10 23:15
mveCPallini24-Jan-10 23:15 
GeneralRe: X,Y of maximised window Pin
Anu_Bala24-Jan-10 23:33
Anu_Bala24-Jan-10 23:33 
QuestionRe: X,Y of maximised window Pin
Nelek24-Jan-10 23:38
protectorNelek24-Jan-10 23:38 
GeneralRe: X,Y of maximised window Pin
CPallini24-Jan-10 23:38
mveCPallini24-Jan-10 23:38 
GeneralRe: X,Y of maximised window Pin
Anu_Bala24-Jan-10 23:57
Anu_Bala24-Jan-10 23:57 
QuestionRe: X,Y of maximised window Pin
CPallini25-Jan-10 0:05
mveCPallini25-Jan-10 0:05 
AnswerRe: X,Y of maximised window Pin
Anu_Bala25-Jan-10 0:45
Anu_Bala25-Jan-10 0:45 
QuestionRe: X,Y of maximised window Pin
CPallini25-Jan-10 1:29
mveCPallini25-Jan-10 1:29 
QuestionAccess to a POP3 mailbox: Windows Messaging and Collaboration Pin
VictorSotnikov24-Jan-10 22:20
VictorSotnikov24-Jan-10 22:20 
AnswerRe: Access to a POP3 mailbox: Windows Messaging and Collaboration Pin
Rozis25-Jan-10 12:10
Rozis25-Jan-10 12:10 
Personally I keep far away from 'MS solutions' for just the reasons you described. What i did (years ago) open a socket and read the mail. The Pop3 protocol is really simple.. Next, you will get your emails as files and you have to get bodies and attachments out. Pop3 and the email format is described and available on internet, open for us all.

Besides of some nasty 'ms-enhancements' in the email adresses, email is pretty standard.

I read the pages you provided: forget it they are just wrappers around the real thing. If you do not want to follow my advice above use the mail-classes of your programming language, they should be reasonably standard.

Send me a private mail if you need more advice...

Rozis
Questioninitialize disk using c++ code Pin
Madan Chauhan24-Jan-10 19:21
Madan Chauhan24-Jan-10 19:21 
QuestionRe: initialize disk using c++ code Pin
Adam Roderick J24-Jan-10 19:36
Adam Roderick J24-Jan-10 19:36 
AnswerRe: initialize disk using c++ code Pin
Madan Chauhan24-Jan-10 19:42
Madan Chauhan24-Jan-10 19:42 
QuestionHow to convert a CString object to char array in VC++ MFC Pin
Member 439977124-Jan-10 19:17
Member 439977124-Jan-10 19:17 
AnswerRe: How to convert a CString object to char array in VC++ MFC [modified] Pin
Adam Roderick J24-Jan-10 19:23
Adam Roderick J24-Jan-10 19:23 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Cedric Moonen24-Jan-10 20:23
Cedric Moonen24-Jan-10 20:23 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Adam Roderick J24-Jan-10 20:59
Adam Roderick J24-Jan-10 20:59 
AnswerRe: How to convert a CString object to char array in VC++ MFC Pin
Joe Woodbury24-Jan-10 19:55
professionalJoe Woodbury24-Jan-10 19:55 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Member 439977124-Jan-10 20:22
Member 439977124-Jan-10 20:22 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Joe Woodbury24-Jan-10 20:35
professionalJoe Woodbury24-Jan-10 20:35 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Member 439977124-Jan-10 21:31
Member 439977124-Jan-10 21:31 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Maya_24-Jan-10 22:28
Maya_24-Jan-10 22:28 
GeneralRe: How to convert a CString object to char array in VC++ MFC Pin
Member 439977125-Jan-10 0:18
Member 439977125-Jan-10 0:18 

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.