Voila j’ai plusieurs fonctions qui existent en WIN32 mais je n’arrive pas a les retrouver en .Net. Ce sont:
USER32:
GetAsyncKeyState
mouse_event
USER32 et KERNEL:
GetWindowRect
GetLastError
EnumWindows
GetClassName
GetWindowTextA
GetWindowThreadProcessId
SendMessageA
GDI:
CreateDCA
CreateCompatibleDC
CreateCompatibleBitmap
GetDeviceCaps
SelectObject
BitBlt
DeleteDC
DeleteObject
Je sais qu’on peut encore utiliser l’API win32 en .Net (ce que je faisais avant) mais j’aimerais eviter tout appel direct à l’API. Il me faut donc les classes qui wrappent ces fonctions…
Quelqu’un aurait une table de correspondance par hasard?