I am uing the following in WinForms. How do I use it in WPF?
protected override void WndProc(ref Message msg)
{
unsafe
{
if (msg.Msg == 123)
{
......
}
}
base.WndProc(ref msg);
}
Karthik KallakuriPosted Sep 6, 2015, 11:10 AM
https://social.msdn.microsoft.com/Forums/vstudio/en-US/6b97a6de-0480-4339-8ed0-cb7cdb27bd83/wpf-and-wndproc-question?forum=wpf
NAGARAJAN RPosted Aug 19, 2015, 10:05 AM
Sumit JoshiPosted Aug 19, 2015, 9:44 AM
Vaikesh K PPosted Aug 19, 2015, 9:41 AM
Refer these tutorials