Hi,
- VS2008,Windows forms
You know those little error red icons displayed next to controls that are not valid, those controls are usually textbox, combobox..etc.
What I need is to display that same kind of error red icon next to tabpages headers in a tabcontrol.
I mean, whenever i do some sort of validation logic in one of the tabPages, if my logic returns false, then I want to be able to display the error red icon next to the header of that Tabpage that's not valid.
P.S: The value of that to the user is that once he is not in the same tabpage that is invalid, to spot quickly which tabpages have errors within them, by seing the error icon in the tabpage header.




Reply With Quote