Support forum
Skip to content
It is currently Wed Feb 04, 2026 9:16 pm
Post by Diamen » Wed Aug 07, 2019 6:44 am
Code: Select all
typedef struct { const wchar_t* pCmdLine; const wchar_t* pWorkDir; } PARSECMDLINESENDW; PARSECMDLINESENDW pcls; pcls.pCmdLine = L"/Exec(\"calc.exe\")"; pcls.pWorkDir = L""; SendMessage(FindWindow("AkelPad4", NULL), WM_USER + 125, 0, (LPARAM)& pcls);
Post by Instructor » Mon Nov 11, 2019 4:05 pm
Return to “Discussion (English)”