Win32 API - Tab Control -- Help

Hi everyone,

This is my first post here at cplusplus.com, ever;
I'm just stuck tonight on my program a little bit;
Wondering if you guys could help me out;
I need to know how to add image to only ONE tab,
while the other tabs remain the same size;


Any help is fine and well appreciated.



Thank you.
You need to specify owner draw for your tab control and then you can paint the bitmap on the tab.
https://msdn.microsoft.com/en-us/library/windows/desktop/bb760550%28v=vs.85%29.aspx
Topic archived. No new replies allowed.