TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
NAGARAJAN R
NA
10
3.2k
protected override void WndProc(ref Message msg) in wpf
Aug 19 2015 2:29 AM
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);
}
Reply
Answers (
4
)
Adding a total row in datagrid.
Handle Exception