PDA

View Full Version : Get Windows Messages



METEOR7
1st January 2012, 14:53
Hi
How Recieving Windows Messages Form Qt App
I Find And Read For Solution But All Solutions Not Worked

Thanks For All.

amleto
1st January 2012, 15:03
why dont you tell us what you have tried so we dont suggest it again?

METEOR7
1st January 2012, 16:09
Please Tell Me About That

wysota
1st January 2012, 21:00
Override QCoreApplication::winEventFilter().

METEOR7
2nd January 2012, 02:20
Please Tell Me How Do Override.

wysota
2nd January 2012, 02:54
http://en.wikipedia.org/wiki/Method_overriding

METEOR7
2nd January 2012, 16:55
Hi
Thanks I Know That But I Want Example Please

Very Thank For You

wysota
2nd January 2012, 18:27
The wiki article contains an example of overriding a method in C++.