cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Win32 API - Tab Control -- Help
Win32 API - Tab Control -- Help
Apr 30, 2016 at 6:41am UTC
rimz
(1)
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.
Apr 30, 2016 at 8:10am UTC
Thomas1965
(4571)
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.