Home All Groups Group Topic Archive Search About

How to avoid using user32 api in my managed code

Author
14 Oct 2005 11:48 AM
Albator
Hi,

I'm trying to find a .NET equivallent to CreateCaret, ShowCaret, HideCaret,
DestroyCaret and SetCaretPos that are part of user32.dll.

What is manage equivalent of user32.dll functions?

Alain Martineau
Publishing Business System

Author
14 Oct 2005 3:23 PM
Mattias Sjögren
>What is manage equivalent of user32.dll functions?

There's no caret support in the BCL, you still have to call those
User32 APIs.


Mattias

--
Mattias Sjögren [MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

AddThis Social Bookmark Button