|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to avoid using user32 api in my managed codeHi,
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 >What is manage equivalent of user32.dll functions? There's no caret support in the BCL, you still have to call thoseUser32 APIs. Mattias -- Mattias Sjögren [MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
|||||||||||||||||||||||