Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Authorization Pin
Bernhard17-Sep-03 19:20
Bernhard17-Sep-03 19:20 
GeneralRe: Windows Authorization Pin
Steve S18-Sep-03 2:11
Steve S18-Sep-03 2:11 
GeneralRe: Windows Authorization Pin
Bernhard18-Sep-03 2:14
Bernhard18-Sep-03 2:14 
GeneralDynamically set PATH variable in application Pin
Wim Jans16-Sep-03 23:15
Wim Jans16-Sep-03 23:15 
GeneralRe: Dynamically set PATH variable in application Pin
Steve Thresher17-Sep-03 2:01
Steve Thresher17-Sep-03 2:01 
GeneralRe: Dynamically set PATH variable in application Pin
Wim Jans17-Sep-03 2:06
Wim Jans17-Sep-03 2:06 
GeneralRe: Dynamically set PATH variable in application Pin
David Crow17-Sep-03 2:46
David Crow17-Sep-03 2:46 
GeneralApp Paths Pin
Vi217-Sep-03 19:56
Vi217-Sep-03 19:56 
Look at the "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" entry in Registry. It's the modern approach now. You may use it for your purpose.

For example,

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\someserver.exe
@="S:\SRV7\Run\Release\bin\someserver.exe"
"Path"="S:\SRV7\Run\Release\bin\;S:\SRV7\Run\Release\dll\"

NOTE There is the separator ";" between pathes.


With best wishes,
Vita
GeneralExtracting Chinese Character from a CString Pin
wow999916-Sep-03 22:36
wow999916-Sep-03 22:36 
QuestionClass inheritance buggy in VC++ 7.1 (2003) ? Pin
cproch16-Sep-03 21:55
cproch16-Sep-03 21:55 
GeneralUsing DDE in MFC-Applications Pin
Mathefreak16-Sep-03 20:58
Mathefreak16-Sep-03 20:58 
GeneralRe: Using DDE in MFC-Applications Pin
Jagadeesh VN16-Sep-03 21:41
Jagadeesh VN16-Sep-03 21:41 
GeneralProblem in using CToolTipCtrl Pin
meens16-Sep-03 19:55
meens16-Sep-03 19:55 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 20:12
Jagadeesh VN16-Sep-03 20:12 
GeneralRe: Problem in using CToolTipCtrl Pin
meens16-Sep-03 22:20
meens16-Sep-03 22:20 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 22:30
Jagadeesh VN16-Sep-03 22:30 
Generalterminating dialog based application Pin
r i s h a b h s16-Sep-03 19:40
r i s h a b h s16-Sep-03 19:40 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 20:01
Jagadeesh VN16-Sep-03 20:01 
GeneralRe: terminating dialog based application Pin
r i s h a b h s16-Sep-03 20:37
r i s h a b h s16-Sep-03 20:37 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 21:45
Jagadeesh VN16-Sep-03 21:45 
General2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 18:45
r i s h a b h s16-Sep-03 18:45 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 19:41
r i s h a b h s16-Sep-03 19:41 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
Jagadeesh VN16-Sep-03 20:06
Jagadeesh VN16-Sep-03 20:06 
GeneralExtracting a Chinese Character from a CString Pin
wow999916-Sep-03 17:15
wow999916-Sep-03 17:15 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 17:49
sitebuilderMichael Dunn16-Sep-03 17:49 

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.