1. createCaret
- Posted by =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> Jun 13, 2000
- 511 views
------=_NextPart_000_000F_01BFD56C.DD1E54C0 charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable the createCaret in Win32Lib is ok but how could i create thicker caret? and different color? thanks ------=_NextPart_000_000F_01BFD56C.DD1E54C0 charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-2" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>the createCaret in Win32Lib is = ok</FONT></DIV> <DIV><FONT face=3DArial size=3D2>but how could i create thicker caret? = and different=20 color?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>thanks</FONT></DIV> ------=_NextPart_000_000F_01BFD56C.DD1E54C0--
2. Re: createCaret
- Posted by Brian Broker <bkb at CNW.COM> Jun 13, 2000
- 523 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
3. Re: createCaret
- Posted by =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> Jun 14, 2000
- 536 views
fund out that you have to use just this: CreateCaret( wnd, 0, 5,20) --bitmap can be 0!, and width and height of caret as you want