Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what are the basic setting we have to do in the Microsoft Visual Studio to run this code? Pin
David Crow15-Oct-04 4:46
David Crow15-Oct-04 4:46 
GeneralRe: what are the basic setting we have to do in the Microsoft Visual Studio to run this code? Pin
Ravi Bhavnani15-Oct-04 6:23
professionalRavi Bhavnani15-Oct-04 6:23 
GeneralMFC message routing weirdness Pin
Phil J Pearson15-Oct-04 0:47
Phil J Pearson15-Oct-04 0:47 
GeneralRe: MFC message routing weirdness Pin
Blake Miller15-Oct-04 4:25
Blake Miller15-Oct-04 4:25 
GeneralRe: MFC message routing weirdness Pin
Phil J Pearson15-Oct-04 4:43
Phil J Pearson15-Oct-04 4:43 
GeneralRe: MFC message routing weirdness - solved! Pin
Phil J Pearson15-Oct-04 5:18
Phil J Pearson15-Oct-04 5:18 
QuestionHow can I receive mails that is coming to my outlook in an MFC appliation. Pin
VCSharp00714-Oct-04 23:32
VCSharp00714-Oct-04 23:32 
AnswerRe: How can I receive mails that is coming to my outlook in an MFC appliation. Pin
Mad__14-Oct-04 23:46
Mad__14-Oct-04 23:46 
If you receive you mail from server using Outlook, you can find received messages in
C:\Documents and Settings\{User name}\Local Settings\Application Data\Identities\id\Microsoft\Outlook Express (this folder may be changed in Outlook settings)

If you planing to interact whith mail server from you program (not using Outlook), you mast implement needed mail protocol (like POP3,...) self Wink | ;) (see C++/Internet section on this site)
AnswerRe: How can I receive mails that is coming to my outlook in an MFC appliation. Pin
Sujan Christo14-Oct-04 23:50
Sujan Christo14-Oct-04 23:50 
General[Message Deleted] Pin
sheny14-Oct-04 23:17
sheny14-Oct-04 23:17 
GeneralRe: How many programs uses "this" dll? Pin
Phil J Pearson15-Oct-04 1:15
Phil J Pearson15-Oct-04 1:15 
GeneralRe: How many programs uses "this" dll? Pin
benjymous15-Oct-04 1:45
benjymous15-Oct-04 1:45 
GeneralRe: How many programs uses "this" dll? Pin
Phil J Pearson15-Oct-04 4:14
Phil J Pearson15-Oct-04 4:14 
GeneralData Type conversion. Pin
VCSharp00714-Oct-04 23:14
VCSharp00714-Oct-04 23:14 
GeneralRe: Data Type conversion. Pin
Mad__14-Oct-04 23:32
Mad__14-Oct-04 23:32 
GeneralRe: Data Type conversion. Pin
VCSharp00714-Oct-04 23:35
VCSharp00714-Oct-04 23:35 
GeneralRe: Data Type conversion. Pin
Mad__14-Oct-04 23:40
Mad__14-Oct-04 23:40 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 1:25
VCSharp00715-Oct-04 1:25 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 1:34
Mad__15-Oct-04 1:34 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 1:55
VCSharp00715-Oct-04 1:55 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:00
Mad__15-Oct-04 2:00 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 2:02
VCSharp00715-Oct-04 2:02 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:10
Mad__15-Oct-04 2:10 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 18:22
VCSharp00715-Oct-04 18:22 
GeneralRe: Data Type conversion. Pin
David Crow15-Oct-04 5:51
David Crow15-Oct-04 5:51 

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.