winapi - .NET wrapper for Windows API functionality -


does know of .net managed wrapper around windows api functionality not available in .net framework itself?

areas such window creation , display styles, common ui control manipulation, keyboard/mouse input, file , disk information, memory mapped files etc

i have been regular visitor http://www.pinvoke.net/ , find great resource. having directly use dllimport of functions , locate required structures , enumerations every time slow , prone error.

(i realize doing things in 100% managed code possible better approach, there many things, particularly in windows forms can't using managed code only.)

focusing on windows xp now, possibly moving windows 7 in future.

a project on sourceforge called managed windows api looks might provide required functionality.

it appears not have been updated year or still looks quite promising. wrapped winapi functionality include:

  • general window settings.
  • listview , treeview controls.
  • sounds , audio.
  • accessibility.
  • keyboard , mouse input.
  • low level system hooks.

here's on-line documentation.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -