Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how does an app know user selection in Explore? Pin
Sheng Jiang 蒋晟7-Apr-05 13:55
Sheng Jiang 蒋晟7-Apr-05 13:55 
GeneralRe: how does an app know user selection in Explore? Pin
David Crow7-Apr-05 16:29
David Crow7-Apr-05 16:29 
GeneralRe: how does an app know user selection in Explore? Pin
includeh107-Apr-05 17:20
includeh107-Apr-05 17:20 
GeneralRe: how does an app know user selection in Explore? Pin
Sheng Jiang 蒋晟8-Apr-05 2:33
Sheng Jiang 蒋晟8-Apr-05 2:33 
GeneralRe: how does an app know user selection in Explore? Pin
includeh107-Apr-05 18:18
includeh107-Apr-05 18:18 
GeneralRe: how does an app know user selection in Explore? Pin
David Crow8-Apr-05 2:43
David Crow8-Apr-05 2:43 
Generalsearch order of DOS execution Pin
includeh107-Apr-05 6:30
includeh107-Apr-05 6:30 
GeneralRe: search order of DOS execution Pin
David Crow7-Apr-05 6:51
David Crow7-Apr-05 6:51 
Per MSDN:

If the file name does not contain a directory path, the system searches for the executable file in the following sequence:

1) The directory from which the application loaded.
2) The current directory for the parent process.
3) Windows 95/98/Me: The Windows system directory. Use the GetSystemDirectory function to get the path of this directory.
Windows NT/2000/XP: The 32-bit Windows system directory. Use the GetSystemDirectory function to get the path of this directory. The name of this directory is System32.
4) Windows NT/2000/XP: The 16-bit Windows system directory. There is no function that obtains the path of this directory, but it is searched. The name of this directory is System.
5) The Windows directory. Use the GetWindowsDirectory function to get the path of this directory.
6) The directories that are listed in the PATH environment variable.



"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: search order of DOS execution Pin
includeh107-Apr-05 7:20
includeh107-Apr-05 7:20 
GeneralRe: search order of DOS execution Pin
David Crow7-Apr-05 7:57
David Crow7-Apr-05 7:57 
GeneralRe: search order of DOS execution Pin
includeh107-Apr-05 17:42
includeh107-Apr-05 17:42 
QuestionHow do you execute a file in memory, is it even possible... Pin
Jabish7-Apr-05 6:08
Jabish7-Apr-05 6:08 
AnswerRe: How do you execute a file in memory, is it even possible... Pin
David Crow7-Apr-05 6:55
David Crow7-Apr-05 6:55 
AnswerRe: How do you execute a file in memory, is it even possible... Pin
Michael Dunn7-Apr-05 7:19
sitebuilderMichael Dunn7-Apr-05 7:19 
GeneralRe: How do you execute a file in memory, is it even possible... Pin
LighthouseJ7-Apr-05 12:45
LighthouseJ7-Apr-05 12:45 
GeneralThank You... Pin
Jabish7-Apr-05 13:21
Jabish7-Apr-05 13:21 
GeneralRe: Thank You... Pin
David Crow7-Apr-05 16:31
David Crow7-Apr-05 16:31 
QuestionAfxBeginThread() ??????????? Pin
Static(x)7-Apr-05 5:43
Static(x)7-Apr-05 5:43 
AnswerRe: AfxBeginThread() ??????????? Pin
David Crow7-Apr-05 6:54
David Crow7-Apr-05 6:54 
AnswerRe: AfxBeginThread() ??????????? Pin
Joel Holdsworth7-Apr-05 6:57
Joel Holdsworth7-Apr-05 6:57 
GeneralRe: AfxBeginThread() ??????????? Pin
Static(x)7-Apr-05 7:54
Static(x)7-Apr-05 7:54 
AnswerRe: AfxBeginThread() ??????????? Pin
LighthouseJ7-Apr-05 16:04
LighthouseJ7-Apr-05 16:04 
GeneralVC++.Net - Debugging XLL Pin
JSadleir7-Apr-05 3:20
JSadleir7-Apr-05 3:20 
QuestionHow does the process create threads? Pin
binh.pham7-Apr-05 3:20
binh.pham7-Apr-05 3:20 
AnswerRe: How does the process create threads? Pin
toxcct7-Apr-05 3:33
toxcct7-Apr-05 3:33 

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.