Hello,
i have a tabstrip UIelement and i want know which method will be generated each time when i am clicking on the next tabstrip;
exampl;
Tab1 Tab2 Tab3 Tab4
so, if i am clicking or changing from Tab2 to Tab3 and back to Tab2 there mußt be a way that i can know which tabstrip is generated, WDDOMODIFYVIEW will be generated only the first time, but after that i dont know which method will be generated , i used for this the method GET_SELECTED_TAB to get the name of the tabstrip
thank you all