TabControl
-
:suss: vb.net How can load a Image in to a TabControl. normally we can load the Image through property. It's Ok. The Image is not covered the whole part of the tabControl. Tabbutton always gray. How can put a Image on the top of the tabcontrol. :eek::rose: Help Me
-
:suss: vb.net How can load a Image in to a TabControl. normally we can load the Image through property. It's Ok. The Image is not covered the whole part of the tabControl. Tabbutton always gray. How can put a Image on the top of the tabcontrol. :eek::rose: Help Me
i'm not sure that i understand your question, and i got a pretty 'Go-Around' solution for the question i *think* you have asked. you can load and display any image on any object, using BitBlt. read this article i wrote http://www.codeproject.com/vb/net/Bitblt_wrapper_class.asp[^] you can load a bitmap and use this class to show it over the tabcontrol. or you can think about it and probably find a better way to do it :) Fade (Amit BS)