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
Post a Comment