G
Guest
about the function: ShellExecute,
there's a Parameter: nShowCmd.
and in .net:
Process proc = ;// get process object;
IntPtr hwnd = proc.MainWindowHandle;
so,maybe there's a way to get the main window immediately.
how to do this, with api or sdk or mfc in vc++ ?
thx!!!
there's a Parameter: nShowCmd.
and in .net:
Process proc = ;// get process object;
IntPtr hwnd = proc.MainWindowHandle;
so,maybe there's a way to get the main window immediately.
how to do this, with api or sdk or mfc in vc++ ?
thx!!!