Hi,

Is it possible to pass parameters to mfc application (dialog based) when it is invoked??. ie I have vc++ application APP1, using CreateProcess(...) launches another vc++ app(dialog based) APP2, How to gather the parameters sent from the CreateProcess() in the APP2.

Thanx