hmmm
also finwindow:
Zitat:
static CWnd* PASCAL FindWindow(
LPCTSTR lpszClassName,
LPCTSTR lpszWindowName );
Parameters
lpszClassName
Points to a null-terminated string that specifies the window class name, a WNDCLASS structure. If the lpClassName parameter is NULL, then all class names result as a successful match.
lpszWindowName
Points to a null-terminated string that specifies the window name, the window title. If the lpWindowName parameter is NULL, then all window names result as a successful match.
aber wenn die programme nicht von mir sind, woher soll ich dann den ClassName wissen?
oder was is damit gemeint?