Click here to Skip to main content
15,914,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to call coclass under TypeLib in vc++ Pin
praveen kumar agarwal28-Dec-06 1:15
praveen kumar agarwal28-Dec-06 1:15 
AnswerRe: how to call coclass under TypeLib in vc++ Pin
prasad_som28-Dec-06 1:32
prasad_som28-Dec-06 1:32 
QuestionHow to insert SPLASH SCREEN into SDI application in MFC 6.0 project Pin
yudhisthira27-Dec-06 20:00
yudhisthira27-Dec-06 20:00 
AnswerRe: How to insert SPLASH SCREEN into SDI application in MFC 6.0 project Pin
prasad_som27-Dec-06 20:09
prasad_som27-Dec-06 20:09 
QuestionHow to Set Environment Variable using Mfc coding Pin
Murugan k27-Dec-06 20:00
Murugan k27-Dec-06 20:00 
AnswerRe: How to Set Environment Variable using Mfc coding Pin
prasad_som27-Dec-06 20:14
prasad_som27-Dec-06 20:14 
GeneralRe: How to Set Environment Variable using Mfc coding Pin
Murugan k28-Dec-06 18:20
Murugan k28-Dec-06 18:20 
AnswerRe: How to Set Environment Variable using Mfc coding Pin
James R. Twine28-Dec-06 3:03
James R. Twine28-Dec-06 3:03 
   Do not waste your time on things like the C-RTL and Win32 functions (SetEnvironmentVariable(...)) to set environment variables - these only affect the process' environment space - other processes will not be affected, nor will you see the change when you bring up up the system properties.

   If you need to change these values such that the change remains after your application exists and/or are visible to other application and the system, you will need to modify the registry.

   Look up the HKCU\Environment and HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment registry keys for more information on how to do this.

   Peace!



-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

GeneralRe: How to Set Environment Variable using Mfc coding Pin
Murugan k28-Dec-06 18:19
Murugan k28-Dec-06 18:19 
QuestionVideo Capture but from other player Pin
InFuPr27-Dec-06 19:47
InFuPr27-Dec-06 19:47 
AnswerRe: Video Capture but from other player Pin
Mark Salsbery28-Dec-06 5:48
Mark Salsbery28-Dec-06 5:48 
QuestionNo retrieval. [modified] Pin
Shouvik Das27-Dec-06 19:09
Shouvik Das27-Dec-06 19:09 
AnswerRe: No retrieval. Pin
Venkata Rama Subbarao27-Dec-06 19:43
Venkata Rama Subbarao27-Dec-06 19:43 
GeneralNo retrieval. Pin
Shouvik Das27-Dec-06 20:11
Shouvik Das27-Dec-06 20:11 
AnswerRe: No retrieval. Pin
prasad_som27-Dec-06 19:55
prasad_som27-Dec-06 19:55 
AnswerSolved Pin
Shouvik Das27-Dec-06 19:55
Shouvik Das27-Dec-06 19:55 
GeneralRe: Solved Pin
prasad_som27-Dec-06 20:05
prasad_som27-Dec-06 20:05 
AnswerRe: Solved [modified] Pin
Shouvik Das27-Dec-06 20:31
Shouvik Das27-Dec-06 20:31 
AnswerRe: Solved Pin
prasad_som27-Dec-06 20:35
prasad_som27-Dec-06 20:35 
GeneralRe: Solved Pin
Shouvik Das27-Dec-06 20:50
Shouvik Das27-Dec-06 20:50 
QuestionTree view control with check boxes Pin
ramesh_s2127-Dec-06 19:09
ramesh_s2127-Dec-06 19:09 
AnswerRe: Tree view control with check boxes Pin
prasad_som27-Dec-06 19:16
prasad_som27-Dec-06 19:16 
GeneralRe: Tree view control with check boxes Pin
ramesh_s2127-Dec-06 19:39
ramesh_s2127-Dec-06 19:39 
AnswerRe: Tree view control with check boxes Pin
prasad_som29-Dec-06 0:17
prasad_som29-Dec-06 0:17 
AnswerRe: Tree view control with check boxes Pin
kalyan_gowl27-Dec-06 21:37
kalyan_gowl27-Dec-06 21:37 

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.