views:

9

answers:

0

I'm develop a Add-In for VC6. (Oh, I've asked many questions about it.:)) I should get the active process ID in debug. Now I took project's name as process name to get the process ID. But it will failed if the process name is not same as the project's name. So I want to get the executable file name, that is in Project Settings'->Debug->Executable for debug session'. I've read MSDN documents about Developer Studio Ojbect, but find no answer. Any one help me?