For information, look to the
microsoft.public.dotnet.framework.windowsforms.controls group. October 13th
post from David Leach titled "How to change Caret in textbox"
you can get it with a google-news search using "createCaret" and "vb.net"
The api dec, in traditional VB style, is here:
http://custom.programming-in.net/articles/art9-1.asp?f=createcaret
Hope that helps.
Robert Smith
Kirkland, WA
www.smithvoice.com
>I am trying to create a block caret for a textbox using VB.NET , but it
>just does not work. It however, works under VB6. Any idea?
>
> dt