This commit is contained in:
pjgat09 2014-08-03 04:24:39 +00:00
parent ec1a4b2d9e
commit eb087b460a
2 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ DWORD WINAPI ThreadProc( LPVOID lpParam )
char *pString = (char *)(lpParam);
RegisterDLLWindowClass("InjectedDLLWindowClass");
hWnd_jabo = CreateWindowEx (0, "InjectedDLLWindowClass", pString, WS_OVERLAPPEDWINDOW, 300, 300, 400, 300, NULL, NULL,inj_hModule, NULL );
ShowWindow (hWnd_jabo, SW_NORMAL);
ShowWindow (hWnd_jabo, SW_HIDE);
while (GetMessage (&messages, NULL, 0, 0))
{
TranslateMessage(&messages);