Possible Duplicate:
How to handle WndProc messages in WPF?
P/Invoke tutorials?
I writing a window application which needs to use very custom Win32 API. Is there a way I can:
- Call Win32 functions?
- Process custom events like I would do with WinProc() function for Win32?