Chris Rankin a écrit :
--- Eric Pouech pouech-eric@wanadoo.fr wrote: HWND WINAPI GetConsoleWindow(VOID) { FIXME("stub\n"); return NULL; }
no this returns the handle to the window (in USER32) which contains the console. WHat you need is a handle to the console itself (in fact its current output buffer). Check out the content of vga.c (in dlls/winedos), you have most of the code you need. However, int33 mouse hide/show should cooperate with the vga layer.
A+