Is there a .NET equivalent to the Win32 API's for ShowCaret and
SetCaretPosition. I am trying to draw a blinking caret and hope that I donot
have to go through and create my own graphics routine just to get a native
caret look alike

Re: .NET Equivalent for ShowCaret, SetCaretPos by Sijin

Sijin
Wed Sep 29 12:14:12 CDT 2004

You can always use P/Invoke on ShowCaret and SetCaretPosition..

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph


johndoe@driver.net wrote:
> Is there a .NET equivalent to the Win32 API's for ShowCaret and
> SetCaretPosition. I am trying to draw a blinking caret and hope that I donot
> have to go through and create my own graphics routine just to get a native
> caret look alike
>
>

Re: .NET Equivalent for ShowCaret, SetCaretPos by Sijin

Sijin
Wed Sep 29 12:16:27 CDT 2004

http://pinvoke.net/default.aspx/user32.ShowCaret

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph


johndoe@driver.net wrote:
> Is there a .NET equivalent to the Win32 API's for ShowCaret and
> SetCaretPosition. I am trying to draw a blinking caret and hope that I donot
> have to go through and create my own graphics routine just to get a native
> caret look alike
>
>

Re: .NET Equivalent for ShowCaret, SetCaretPos by johndoe

johndoe
Thu Sep 30 00:43:52 CDT 2004

>>> Is there a _______ .NET equivalent __________ to the Win32 API's for
>>> ShowCaret

















"Sijin Joseph" <sijinNOSPAMdotnet@hotmail.com> wrote in message
news:O2x1JhkpEHA.3324@TK2MSFTNGP15.phx.gbl...
> http://pinvoke.net/default.aspx/user32.ShowCaret
>
> Sijin Joseph
> http://www.indiangeek.net
> http://weblogs.asp.net/sjoseph
>
>
> johndoe@driver.net wrote:
>> Is there a .NET equivalent to the Win32 API's for ShowCaret and
>> SetCaretPosition. I am trying to draw a blinking caret and hope that I
>> donot have to go through and create my own graphics routine just to get a
>> native caret look alike
>>


Re: .NET Equivalent for ShowCaret, SetCaretPos by Claes

Claes
Thu Sep 30 02:25:43 CDT 2004

No

/claes

<johndoe@driver.net> wrote in message
news:edNQLcgpEHA.868@TK2MSFTNGP10.phx.gbl...
> Is there a .NET equivalent to the Win32 API's for ShowCaret and
> SetCaretPosition. I am trying to draw a blinking caret and hope that I
donot
> have to go through and create my own graphics routine just to get a native
> caret look alike
>
>



Re: .NET Equivalent for ShowCaret, SetCaretPos by v-jetan

v-jetan
Thu Sep 30 03:37:53 CDT 2004

Hi,

In .Net, there is not build-in support for this, we have to P/invoke the
Win32 API to do our control. Do you have any concern about P/invoke these 2
API? Please feel free to tell me.

Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.