|
Hi
I need to get the keyboard events inside the forms designer (move controls with cursor keys etc.). I know that this can be done with Application.AddMessageFilter(myMessageFilter) - but I'm doing a WPF application and no Windows.Forms stuff (beside the designer which is hosted). Is there another way to do this ? (I could try to make a Windows Forms Application, hosting my WPF application which hosts the designer ... but).
Regards Mike
|