How to change nHeight from Tabs.
Regards,
Otto
How to change nHeight from Tabs.
Regards,
Otto
Otto,
If you mean the new Tabs, then you can't as they use bitmaps for painting and if we resize them then they look really uggly
A solution would be to create new bitmaps, with more height, but the class then may need to be modified.
Antonio Linares wrote:A solution would be to create new bitmaps, with more height, but the class then may need to be modified.
Patrick,
We are preparing them to post them here
Antonio Linares wrote:Here you have the bitmaps:
http://rapidshare.com/files/99226855/TabsBmps.zip.html
Antonio,
why do you use BMP files for create TTAB ?
I want understand....
I think is good polygon and brush instead bmps to create form of tabs
or create bmp array....
Silvio,
Microsoft uses bitmaps too, as it is the way to get the nicest look.
Those bitmaps are stored in C arrays and are dynamically created at runtime. Have a look at source\function\bmptabs.c