How can i make the color of the title bar of my VB app grauated, like in so many of the off the shelf Win98 apps?
Any help would really be apprecaited.
Thanks,
Mike
Printable View
How can i make the color of the title bar of my VB app grauated, like in so many of the off the shelf Win98 apps?
Any help would really be apprecaited.
Thanks,
Mike
You can get a control called ARGradient. It is a control that makes gradients and can serve as a Title Bar as well, because it has a MoveForm property.
Here is a link from Planet Source Code that will allow you to do it without any control.
http://www.planet-source-code.com/vb...txtCodeId=3842