how to load background image in a form(Tab control)

I

Iqbal Randhawa

I have a tab control and various buttons and controls on it but when I try
to load an image over a Tab control as background, it covers all the
controls and I am unable to see my buttons and other controls.
 
M

M.L. Sco Scofield

You're not really clear about what you are trying to do.

You say you are trying to put a "background" "over" the tab. This is a
little contradictory.

You also don't say how you're trying to do this. If you put an image control
"over" the tab, well of course it covers the tab control. You can change the
order of the controls by going to the Format menu and using "Send to Back"
and "Bring to Front."

If your are setting the form's Picture property to set the background,
(which you should be doing instead of using an image control,) and your tab
controls are just hard to see, (not really being covered,) then the problem
is probably the tab control's Back Style property is set to Transparent
instead of normal.

If one of these things is not what's going on, post back and tell us:

1 - What you are trying to accomplish
2 - Exactly what you are doing

Good luck.

Sco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top