Click here to Skip to main content
15,889,738 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How 2 capture windows startup & shutdown events in app. Pin
Nick Hodapp6-Jan-04 4:33
sitebuilderNick Hodapp6-Jan-04 4:33 
GeneralRe: How 2 capture windows startup & shutdown events in app. Pin
Jahangir Raza Shah6-Jan-04 9:30
Jahangir Raza Shah6-Jan-04 9:30 
QuestionHow 2 capture windows startup & shutdown events in app. Pin
Jahangir Raza Shah6-Jan-04 4:01
Jahangir Raza Shah6-Jan-04 4:01 
Generalopening files from a program Pin
HackerBoy6-Jan-04 3:19
HackerBoy6-Jan-04 3:19 
GeneralRe: opening files from a program Pin
keegan6-Jan-04 3:57
keegan6-Jan-04 3:57 
GeneralRe: opening files from a program Pin
Michael Gunlock6-Jan-04 4:04
Michael Gunlock6-Jan-04 4:04 
GeneralRe: opening files from a program Pin
HackerBoy6-Jan-04 4:17
HackerBoy6-Jan-04 4:17 
GeneralRe: opening files from a program Pin
David Crow6-Jan-04 4:22
David Crow6-Jan-04 4:22 
HackerBoy wrote:
if (password = (password))

This is an error and is common for beginners. Get into the habit now of putting constants on the left of the equality operator and the compiler will be quick to tell you when you've mistakingly used the assignment operator instead. Otherwise, while what you have is syntactically correct, it does not produce the desired result.

HackerBoy wrote:
...how do you open a file from a program?

I'm not quite sure what you mean by this. There are many ways to open files. Among them are CreateFile(), fopen(), and CFile::Open().


A rich person is not the one who has the most, but the one that needs the least.
GeneralWhich tool to use for detecting heap fragmentation Pin
Anonymous6-Jan-04 3:18
Anonymous6-Jan-04 3:18 
GeneralRe: Which tool to use for detecting heap fragmentation Pin
2249176-Jan-04 3:41
2249176-Jan-04 3:41 
GeneralRe: Difference of Floating Point Optimization in Fortran & C++ Pin
Patje6-Jan-04 2:53
Patje6-Jan-04 2:53 
GeneralCFileDialog & OLE DB template problem Pin
kjarzabek6-Jan-04 2:44
kjarzabek6-Jan-04 2:44 
GeneralRe: CFileDialog & OLE DB template problem Pin
godzooky6-Jan-04 7:05
godzooky6-Jan-04 7:05 
GeneralRe: CFileDialog & OLE DB template problem Pin
kjarzabek6-Jan-04 9:11
kjarzabek6-Jan-04 9:11 
GeneralRe: CFileDialog & OLE DB template problem Pin
kjarzabek6-Jan-04 10:27
kjarzabek6-Jan-04 10:27 
QuestionHow to hide DOS prompt?? Pin
Danny Chan6-Jan-04 2:42
Danny Chan6-Jan-04 2:42 
AnswerRe: How to hide DOS prompt?? Pin
David Crow6-Jan-04 2:44
David Crow6-Jan-04 2:44 
AnswerRe: How to hide DOS prompt?? Pin
Selvam R6-Jan-04 2:58
professionalSelvam R6-Jan-04 2:58 
GeneralRe: How to hide DOS prompt?? Pin
Hauptman(n)6-Jan-04 4:04
Hauptman(n)6-Jan-04 4:04 
AnswerRe: How to hide DOS prompt?? Pin
valikac6-Jan-04 6:33
valikac6-Jan-04 6:33 
AnswerRe: How to hide DOS prompt?? Pin
shultas6-Jan-04 15:30
shultas6-Jan-04 15:30 
GeneralRe: How to hide DOS prompt?? Pin
Danny Chan6-Jan-04 16:49
Danny Chan6-Jan-04 16:49 
GeneralRe: How to hide DOS prompt?? Pin
shultas6-Jan-04 17:52
shultas6-Jan-04 17:52 
GeneralRe: How to hide DOS prompt?? Pin
Danny Chan7-Jan-04 2:45
Danny Chan7-Jan-04 2:45 
GeneralRe: How to hide DOS prompt?? Pin
shultas7-Jan-04 6:09
shultas7-Jan-04 6:09 

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.