Re: createCaret
- Posted by Brian Broker <bkb at CNW.COM> Jun 13, 2000
- 522 views
On Tue, 13 Jun 2000 19:23:32 +0200, <tone.skoda at SIOL.NET> wrote: >the createCaret in Win32Lib is ok >but how could i create thicker caret? and different color? > >thanks You can create a thicker caret by using 'CreateCaret'. If you want different colors you might have to use bitmaps with 'CreateCaret'. Refer to MSDN for more info: -- Brian