06-21-2011 05:00 AM
i use labview 8.20
is it possible to add a background image to a tab control ?
i only see, that i can change the color. or change the background image from the complete background.
but i dont't want to make my tab control transparent, because then i can't see the registers (tabs with the text) of the tab control.
is there a solution ?
06-21-2011 05:10 AM
I do not believe that you can do it directly. You could add a picture control to each tab and place it behind the controls and indactors to achieve the same effect.
06-21-2011 05:14 AM
Or, if you don't want to change it programmatically, just drag a picture (eg a PNG file) onto the tab.