1. Docking Windows IDE ,AlwaysonTOP,Textcolor
- Posted by Renzo Beggia <renzo.beggia at VSK.BE> Nov 29, 2000
- 346 views
Hi, First of all i want to say that Judith's IDE is the best IDE there has ever been made,but...... 1.Does anyone know how to wrap the Win32API constant to create a Dockable Window ?? We really could use that (the IDE from Judith would look a lot better with it,it would also be a lot easier to handle big screens) a Movable Rebar could be another alternative. 2.How can i make a window always on top? (Movewindow and WM_TopMost ??) (please not with a small timer and BringWindowToFront()) 3. How can I change the color of the text in a textlabel or Listview into Green or Red?? Thanks, Renzo Beggia
2. Re: Docking Windows IDE ,AlwaysonTOP,Textcolor
- Posted by Judith Evans <camping at FLASH.NET> Nov 29, 2000
- 369 views
I have used createEx with the last parameter WS_EX_TOPMOST. On Wed, 29 Nov 2000 06:34:54 -0500, Renzo Beggia <renzo.beggia at VSK.BE> wrote: >Hi, > > >2.How can i make a window always on top? (Movewindow and WM_TopMost ??) > (please not with a small timer and BringWindowToFront()) >Thanks, > > Renzo Beggia