Prev: draw text on a titlebar
Next: inet_ntop in windows
From: Christian ASTOR on 9 Dec 2009 05:42 On 9 déc, 00:04, Gamer Z <gamerz...(a)gmail.com> wrote: > On Dec 8, 2:33 am, Christian ASTOR <casto...(a)club-internet.fr> wrote: > > > You can use DDraw and Overlay surface > > or create a window as child of the Desktop > > or subclass the Listview, etc... > > Well, since all windows are children of the desktop automatically, > doing the second option isn't hard. I'm thinking that I should make > either a full-screen window, somehow keep it behind everything else, > and somehow draw it behind the taskbar, OR I could create a regular > window and do the same thing, but just position it so that you don't > see the window borders. Any ideas on how to do that? I meant as child of the ListView : it will always be displayed at the bottom of all windows. (you can test with SetParent()) |