Any clue whats wrong with this?
All I get is my normal grey window!PHP Code:CreateWindow("RichEdit20A", "", WS_CHILD | WS_VISIBLE | WS_HSCROLL | WS_VSCROLL | ES_MULTILINE | ES_WANTRETURN, 0, 0, 100, 100, hwnd, (HMENU) IDC_MAIN_TEXT, hInstance, NULL);




Reply With Quote