Changing Default Title Bar
Hello i wanted u to ask How i can change this bar in vb.net :
ImageShack® - Online Photo and Video Hosting
I have icons for that to change that but i cant find it where i can change it
The default title bar is managed by the operating system so you cannot change it to customize with your icons etc. Instead, you can turn off the title bar, create your own either in-line (directly on Form) or by using a User Control. Either way, you'll have to code the functionality of the buttons too, which isn't more than a line for each of the button ! So, unless you know how to do that, I recommend learning the basics or just stick around with the default title bar.