Ist es möglich :3?
beispiel:
beispiel:
Code:
HWND Window = FindWindow( NULL, "Fenster-Titel" );
//HWND EditHandle = FindWindowEx( Window, NULL, "GxWindowClassD3d", NULL );
// hier sollte die unterklasse hin, aber die finde ich nicht oO
LRESULT lResult = SendMessage( // returns LRESULT in lResult
(HWND) Window,
(UINT) WM_SETTEXT,
(WPARAM) NULL,
(LPARAM) "Ich bin so ein...ich weiß nicht mal wie man funktioniert -.-"// das wird dann der fenstertitel.
);
/*
wParam
This parameter is not used.
lParam
Pointer to a null-terminated string that is the window text. */