Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAnother question...MFC this time! Pin
Alberto836-Jan-04 11:35
Alberto836-Jan-04 11:35 
GeneralRe: Another question...MFC this time! Pin
Anonymous6-Jan-04 11:47
Anonymous6-Jan-04 11:47 
GeneralRe: Another question...MFC this time! Pin
Alberto836-Jan-04 20:32
Alberto836-Jan-04 20:32 
GeneralCObArray and memory fragmentation Pin
Haakon S.6-Jan-04 11:29
Haakon S.6-Jan-04 11:29 
GeneralRe: CObArray and memory fragmentation Pin
Christian Graus6-Jan-04 11:56
protectorChristian Graus6-Jan-04 11:56 
QuestionHow do they do that? Pin
Anonymous6-Jan-04 11:22
Anonymous6-Jan-04 11:22 
AnswerRe: How do they do that? Pin
ZoogieZork6-Jan-04 13:59
ZoogieZork6-Jan-04 13:59 
AnswerRe: How do they do that? Pin
shultas6-Jan-04 15:37
shultas6-Jan-04 15:37 
GeneralOpening COM port on USB/PCMCIA converter Pin
BambooMoon6-Jan-04 10:02
BambooMoon6-Jan-04 10:02 
GeneralRe: Opening COM port on USB/PCMCIA converter Pin
BambooMoon6-Jan-04 11:12
BambooMoon6-Jan-04 11:12 
Generalreceive information from DOS application Pin
mryazdani6-Jan-04 9:49
mryazdani6-Jan-04 9:49 
GeneralRe: receive information from DOS application Pin
Alexander M.,7-Jan-04 4:06
Alexander M.,7-Jan-04 4:06 
Questionstarting windows 2000 from dos?? Pin
IGeorgeI6-Jan-04 9:28
IGeorgeI6-Jan-04 9:28 
AnswerRe: starting windows 2000 from dos?? Pin
Selvam R6-Jan-04 19:27
professionalSelvam R6-Jan-04 19:27 
GeneralIcon Problem Visual C++ Pin
Alberto836-Jan-04 9:04
Alberto836-Jan-04 9:04 
GeneralRe: Icon Problem Visual C++ Pin
David Crow6-Jan-04 9:12
David Crow6-Jan-04 9:12 
GeneralRe: Icon Problem Visual C++ Pin
Michael Dunn6-Jan-04 10:32
sitebuilderMichael Dunn6-Jan-04 10:32 
GeneralRe: Icon Problem Visual C++ Pin
AORD6-Jan-04 17:51
AORD6-Jan-04 17:51 
GeneralRe: Icon Problem Visual C++ Pin
Alberto836-Jan-04 20:50
Alberto836-Jan-04 20:50 
GeneralRe: Icon Problem Visual C++ Pin
AORD7-Jan-04 19:51
AORD7-Jan-04 19:51 
GeneralRe: Icon Problem Visual C++ Pin
Alberto838-Jan-04 5:45
Alberto838-Jan-04 5:45 
Generalactive view in mdi aplication Pin
rsimcic6-Jan-04 8:47
rsimcic6-Jan-04 8:47 
GeneralRe: active view in mdi aplication Pin
godzooky6-Jan-04 9:59
godzooky6-Jan-04 9:59 
QuestionHow do I verify existence or create a directory? Pin
Randwulf6-Jan-04 8:17
Randwulf6-Jan-04 8:17 
AnswerRe: How do I verify existence or create a directory? Pin
David Crow6-Jan-04 9:01
David Crow6-Jan-04 9:01 
Randall Hanson wrote:
I don't even know how to check for the existence

You can use _access(), _stat(), or CFile::GetStatus() for this.


Randall Hanson wrote:
...or create a directory

You can use CreateDirectory[Ex]() for this.

Randall Hanson wrote:
...can anyone recommend a good book on admistrative software?

Define "administrative software."


A rich person is not the one who has the most, but the one that needs the least.

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.