Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: text in password edit box Pin
John R. Shaw23-Nov-03 15:18
John R. Shaw23-Nov-03 15:18 
Generalinvisible programs Pin
marekm23-Nov-03 5:09
marekm23-Nov-03 5:09 
GeneralRe: invisible programs Pin
Prakash Nadar23-Nov-03 5:30
Prakash Nadar23-Nov-03 5:30 
GeneralRe: invisible programs Pin
BaldwinMartin23-Nov-03 16:52
BaldwinMartin23-Nov-03 16:52 
QuestionHow to get the system path? Pin
Kuniva23-Nov-03 4:10
Kuniva23-Nov-03 4:10 
AnswerRe: How to get the system path? Pin
Prakash Nadar23-Nov-03 5:27
Prakash Nadar23-Nov-03 5:27 
AnswerRe: How to get the system path? Pin
Michael Dunn23-Nov-03 8:46
sitebuilderMichael Dunn23-Nov-03 8:46 
AnswerRe: How to get the system path? Pin
BaldwinMartin23-Nov-03 16:56
BaldwinMartin23-Nov-03 16:56 
Yes Mike is right
Try This

char ch[MAX_PATH];
GetSystemDirectory(ch,sizeof(ch));
AfxMessageBox(ch);

Best Wishes,
ez_way
GeneralMenu shortcuts Pin
Gaetano23-Nov-03 4:03
Gaetano23-Nov-03 4:03 
GeneralRe: Menu shortcuts Pin
BaldwinMartin23-Nov-03 16:40
BaldwinMartin23-Nov-03 16:40 
GeneralRe: Menu shortcuts Pin
Gaetano23-Nov-03 22:06
Gaetano23-Nov-03 22:06 
GeneralRe: Menu shortcuts Pin
Anonymous23-Nov-03 22:12
Anonymous23-Nov-03 22:12 
GeneralRe: Menu shortcuts Pin
ez_way@charter.net23-Nov-03 22:13
sussez_way@charter.net23-Nov-03 22:13 
GeneralCapture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp23-Nov-03 3:39
ohadp23-Nov-03 3:39 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
Peter Molnar23-Nov-03 9:06
Peter Molnar23-Nov-03 9:06 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp23-Nov-03 20:31
ohadp23-Nov-03 20:31 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp23-Nov-03 20:32
ohadp23-Nov-03 20:32 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
Peter Molnar24-Nov-03 2:06
Peter Molnar24-Nov-03 2:06 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp24-Nov-03 2:43
ohadp24-Nov-03 2:43 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
Peter Molnar24-Nov-03 3:37
Peter Molnar24-Nov-03 3:37 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp24-Nov-03 3:53
ohadp24-Nov-03 3:53 
QuestionHow do you enable column drag-drop in a CListView? Pin
Abin23-Nov-03 2:57
Abin23-Nov-03 2:57 
AnswerRe: How do you enable column drag-drop in a CListView? Pin
Michael Dunn23-Nov-03 8:48
sitebuilderMichael Dunn23-Nov-03 8:48 
GeneralRe: How do you enable column drag-drop in a CListView? Pin
Abin23-Nov-03 13:45
Abin23-Nov-03 13:45 
GeneralTask pane Pin
programmi.demo23-Nov-03 2:55
programmi.demo23-Nov-03 2:55 

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.