does anyone know if you can make a water mark in visual basic 2010? I was wondering if it could also go behind all of my labels, text boxes, etc... like in the background...
Thanks in Advance

Just add a Panel to your form. Dock it parent window. Inside this Panel you add a pictureBox, choose the image you want to use as watermark, dock it to the parent container. After this you can add your usual controls on this panel. The Picturebox will function as background image.

Or you dont use a PB and set the background image straight on the panel.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.