Hi, I was wondering if anyone had any idea how to get the handle to the individual tab windows...you can't use TabCtrl_GetItem(..) because that only returns the HWND of the window that added a tab control.

Is there someway of subclassing the tab control to get this information...for example if I wanted the second button in the list of tabs.

I wanted to get its handle so I could draw on the tab buttons.

Thanx for any help