Property page switching
-
Hi I have four property page in my program.i want to know which event or message is generated when i pressed the tab of property page Thank u in advance
-
Hi I have four property page in my program.i want to know which event or message is generated when i pressed the tab of property page Thank u in advance
Do you mean
TCN_SELCHANGE
[^]? Of course the David Crow reply [^] is the appropriate one. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]modified on Wednesday, January 09, 2008 9:14:12 AM
-
Hi I have four property page in my program.i want to know which event or message is generated when i pressed the tab of property page Thank u in advance
FYI Generally we identify the messages using Spy++ tool.
- NS - [ODBaseBtn]
-
FYI Generally we identify the messages using Spy++ tool.
- NS - [ODBaseBtn]
NS17 wrote:
Generally we identify the messages using Spy++ tool.
You experimental scientists do that! We (theoreticians) have first a look at the documentation. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
NS17 wrote:
Generally we identify the messages using Spy++ tool.
You experimental scientists do that! We (theoreticians) have first a look at the documentation. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]CPallini wrote:
You experimental scientists do that!
Thank you... :-D BTW, theories should be tested (experimentally) before applying.
- NS - [ODBaseBtn]
-
CPallini wrote:
You experimental scientists do that!
Thank you... :-D BTW, theories should be tested (experimentally) before applying.
- NS - [ODBaseBtn]
NS17 wrote:
BTW, theories should be tested (experimentally) before applying.
That's your role. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
NS17 wrote:
BTW, theories should be tested (experimentally) before applying.
That's your role. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
Hi I have four property page in my program.i want to know which event or message is generated when i pressed the tab of property page Thank u in advance
Check out the
PSN_SETACTIVE
notification."Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Check out the
PSN_SETACTIVE
notification."Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
thank u sir u give me perfact solution