I am tired of looking up for method signatures. I'd rather just type something like User32.SendMessage...
. Is there something like that?
Basically have a static class with bunch of definitions like :
[DllImport("user32.dll")]
public static extern bool SetParent(int hWndChild, int hWndNewParent);