I am a C programmer and i need help to make a mozilla firefox style tab bar in c API. Can anybody tell me where i can find sample. I want to make a bitmap tab bar like that of the options dialog box of mozillza firefox. That type of tabbar have bitmap pic at top instead of text. That looks great! 
How to make bitmap tabbar in C API
Are you referring to the Preferences window? Maybe it's named "Options" in Windows, but I use Linux where it's named "Preferences".
Can you post a screenshot?
Here's my Preferences window:

Can you post a screenshot?
Here's my Preferences window:

I don't know what neolite is searching for but i am searching for the same think you are thinking. Do you know the way to make such tabbar?
Sorry, I can't be of any help on the programming end, but thought I might be able to offer advice in the graphics part.
What graphics toolkit are you using? Most modern ones (ie ones with tabs) for windows use C++, not C.
GTK is written in native C though, features tabs and is cross platform. It won't look very windows-y though.
GTK is written in native C though, features tabs and is cross platform. It won't look very windows-y though.
Related topics
