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

C / C++ / MFC

 
GeneralRe: confuse multiple source and header file Pin
Joaquín M López Muñoz28-Aug-04 9:28
Joaquín M López Muñoz28-Aug-04 9:28 
GeneralRe: confuse multiple source and header file Pin
badbirdchung28-Aug-04 10:29
badbirdchung28-Aug-04 10:29 
GeneralRe: confuse multiple source and header file Pin
markkuk28-Aug-04 11:55
markkuk28-Aug-04 11:55 
GeneralRe: confuse multiple source and header file Pin
bneacetp28-Aug-04 9:35
bneacetp28-Aug-04 9:35 
Questionhow to write text to RichEdit line by line Pin
siripod surabotsophon28-Aug-04 5:48
siripod surabotsophon28-Aug-04 5:48 
AnswerRe: how to write text to RichEdit line by line Pin
toxcct28-Aug-04 7:24
toxcct28-Aug-04 7:24 
QuestionHow can i detect the the Program Files Folder Pin
zahid_ash28-Aug-04 1:23
zahid_ash28-Aug-04 1:23 
AnswerRe: How can i detect the the Program Files Folder Pin
Mika Larramo2-Sep-04 13:01
Mika Larramo2-Sep-04 13:01 
About your first question.

You can read the ProgramFilesDir value at:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion

in Registry. Then you will obtain the current path of the Program Files Folder in the system.

You can use RegOpenKey and RegQueryValueEx Windows API functions to read the path from the Registry.
QuestionHow can i detect the the Program Files Folder Pin
zahid_ash28-Aug-04 1:22
zahid_ash28-Aug-04 1:22 
AnswerRe: How can i detect the the Program Files Folder Pin
ThatsAlok28-Aug-04 1:48
ThatsAlok28-Aug-04 1:48 
AnswerRe: How can i detect the the Program Files Folder Pin
Larsson28-Aug-04 12:51
Larsson28-Aug-04 12:51 
GeneralRe: How can i detect the the Program Files Folder Pin
Michael Dunn28-Aug-04 13:50
sitebuilderMichael Dunn28-Aug-04 13:50 
GeneralParallell processes Pin
delis28-Aug-04 0:56
delis28-Aug-04 0:56 
GeneralRe: Parallell processes Pin
Joaquín M López Muñoz28-Aug-04 9:23
Joaquín M López Muñoz28-Aug-04 9:23 
GeneralRe: Parallell processes Pin
delis29-Aug-04 2:43
delis29-Aug-04 2:43 
GeneralRe: Parallell processes Pin
Joaquín M López Muñoz29-Aug-04 2:47
Joaquín M López Muñoz29-Aug-04 2:47 
QuestionSmart Pointers ?? Pin
zahid_ash28-Aug-04 0:35
zahid_ash28-Aug-04 0:35 
AnswerRe: Smart Pointers ?? Pin
Lim Bio Liong28-Aug-04 7:22
Lim Bio Liong28-Aug-04 7:22 
QuestionHow can I hide mouse pointer when it comes over my window Pin
Atif Mushtaq28-Aug-04 0:09
Atif Mushtaq28-Aug-04 0:09 
AnswerRe: How can I hide mouse pointer when it comes over my window Pin
Trollslayer28-Aug-04 2:19
mentorTrollslayer28-Aug-04 2:19 
AnswerRe: How can I hide mouse pointer when it comes over my window Pin
Graham Bradshaw28-Aug-04 2:23
Graham Bradshaw28-Aug-04 2:23 
AnswerRe: How can I hide mouse pointer when it comes over my window Pin
cmk28-Aug-04 11:12
cmk28-Aug-04 11:12 
AnswerRe: How can I hide mouse pointer when it comes over my window Pin
Mika Larramo2-Sep-04 13:04
Mika Larramo2-Sep-04 13:04 
GeneralTooltip for CListBox contents Pin
Raghunandan S27-Aug-04 22:10
Raghunandan S27-Aug-04 22:10 
GeneralRe: Tooltip for CListBox contents Pin
Ivan Cachicatari28-Aug-04 19:06
Ivan Cachicatari28-Aug-04 19:06 

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.