How to avoid using user32 api in my managed code

  • Thread starter Thread starter Albator
  • Start date Start date
A

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top