Click here to Skip to main content
15,922,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTreeCtrl with checkbox. Pin
Le@rner25-Jul-08 19:05
Le@rner25-Jul-08 19:05 
AnswerRe: TreeCtrl with checkbox. Pin
kDevloper25-Jul-08 20:04
kDevloper25-Jul-08 20:04 
GeneralRe: TreeCtrl with checkbox. Pin
Le@rner25-Jul-08 20:30
Le@rner25-Jul-08 20:30 
Questionhow check which dialog is selected Pin
ani_ikram25-Jul-08 16:36
ani_ikram25-Jul-08 16:36 
AnswerRe: how check which dialog is selected Pin
kDevloper25-Jul-08 18:58
kDevloper25-Jul-08 18:58 
QuestionSetting Environment Variables Pin
Bram van Kampen25-Jul-08 16:16
Bram van Kampen25-Jul-08 16:16 
AnswerRe: Setting Environment Variables Pin
Ștefan-Mihai MOGA25-Jul-08 18:42
professionalȘtefan-Mihai MOGA25-Jul-08 18:42 
AnswerRe: Setting Environment Variables Pin
Mark Salsbery26-Jul-08 5:57
Mark Salsbery26-Jul-08 5:57 
Through the control panel.

Programmatically, SetEnvironmentVariable() for the current process, or
for the system (from the docs):

"Calling SetEnvironmentVariable has no effect on the system
environment variables. The user can add or modify system environment
variables using the Control Panel. To programmatically add or
modify system environment variables, add them to the
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment
registry key, then broadcast a WM_SETTINGCHANGE message with lParam set to the
string "Environment". This allows applications, such as the shell, to pick
up your updates."


Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Setting Environment Variables Pin
Bram van Kampen26-Jul-08 17:07
Bram van Kampen26-Jul-08 17:07 
QuestionCan ADO process excel well? [modified] Pin
followait25-Jul-08 16:14
followait25-Jul-08 16:14 
AnswerRe: Can ADO process excel well? Pin
Ștefan-Mihai MOGA25-Jul-08 18:48
professionalȘtefan-Mihai MOGA25-Jul-08 18:48 
Questionan alternative to StrToInt64Ex() Pin
reteset25-Jul-08 8:38
reteset25-Jul-08 8:38 
AnswerRe: an alternative to StrToInt64Ex() Pin
Mark Salsbery25-Jul-08 9:02
Mark Salsbery25-Jul-08 9:02 
AnswerRe: an alternative to StrToInt64Ex() Pin
Joe Woodbury25-Jul-08 9:27
professionalJoe Woodbury25-Jul-08 9:27 
QuestionHow to compile this project [modified] Pin
staticv25-Jul-08 7:34
staticv25-Jul-08 7:34 
AnswerRe: How to compile this project Pin
Cedric Moonen25-Jul-08 7:44
Cedric Moonen25-Jul-08 7:44 
GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:00
staticv25-Jul-08 8:00 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 8:06
Cedric Moonen25-Jul-08 8:06 
GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:37
staticv25-Jul-08 8:37 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 22:03
Cedric Moonen25-Jul-08 22:03 
GeneralRe: How to compile this project Pin
staticv26-Jul-08 7:19
staticv26-Jul-08 7:19 
QuestionWM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 6:46
ForNow25-Jul-08 6:46 
AnswerRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Mark Salsbery25-Jul-08 7:06
Mark Salsbery25-Jul-08 7:06 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Paul Sanders (the other one)25-Jul-08 7:55
Paul Sanders (the other one)25-Jul-08 7:55 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 12:09
ForNow25-Jul-08 12: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.