How to identify click event of Tab control?
-
Hi All, I am doing project in VC++ 6.0 in which i am displaying tabs on the window area.I want to load a particular page whenever user click on particular tab.These tabs are created at run time.So how can I identify which tab is clicked by user.If anybody know the solution of this, then please forward it me. Thanks in Advance Atul
-
Hi All, I am doing project in VC++ 6.0 in which i am displaying tabs on the window area.I want to load a particular page whenever user click on particular tab.These tabs are created at run time.So how can I identify which tab is clicked by user.If anybody know the solution of this, then please forward it me. Thanks in Advance Atul
you wil recieve a TCN_SELCHANGE message when user changes the tab item.
nave [OpenedFileFinder]
-
Hi All, I am doing project in VC++ 6.0 in which i am displaying tabs on the window area.I want to load a particular page whenever user click on particular tab.These tabs are created at run time.So how can I identify which tab is clicked by user.If anybody know the solution of this, then please forward it me. Thanks in Advance Atul
Atulmahajan wrote:
So how can I identify which tab is clicked by user.
Check out the
PSN_SETACTIVE
notification.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne