Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
protected override void WndProc(ref Message msg) in wpf
NAGARAJAN R
9y
844
1
Reply
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);
}
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Adding a total row in datagrid.
Handle Exception