|
|
#1 |
|
Hyperactive Member
Join Date: Aug 09
Location: Los Angeles
Posts: 482
![]() |
My program uses mouse over picture to show the picture in larger version, the problem is when i show the larger picture some of my comboboxes images are bleeding through the picture as well as another picture
How can you make the picture be on top??? if thats the correct terminology Thanks |
|
|
|
|
|
#2 |
|
Addicted Member
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
![]() |
Re: Picture Box Help
Would you be able to post a snapshot? By "bleeding through" do you mean you can see them in the background? that the enlarged photo is a little transparent?
__________________
VBNetDude - Thinking Programmatically By Silver Seal Software Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! |
|
|
|
|
|
#3 | |
|
Hyperactive Member
Join Date: Aug 09
Location: Los Angeles
Posts: 482
![]() |
Re: Picture Box Help
Quote:
But YES when the picture is enlarged(opened in Picturebox 2 and autosized) The picture becomes bigger and therefore goes over my other textboxes and combo boxes on the form and image2 My textboxes dont show through but my comboboxes and other images do One work around seems to be coding the offending controls properties to visible=false Last edited by billboy; Nov 28th, 2009 at 01:12 PM. |
|
|
|
|
|
|
#4 |
|
Addicted Member
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
![]() |
Re: Picture Box Help
Try setting all the visible properties to false:
VB .Net Code:
Then set all the Visible Properties to True after you show the enlarged picture.
__________________
VBNetDude - Thinking Programmatically By Silver Seal Software Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! |
|
|
|
|
|
#5 |
|
Addicted Member
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
![]() |
Re: Picture Box Help
__________________
VBNetDude - Thinking Programmatically By Silver Seal Software Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! |
|
|
|
|
|
#6 |
|
Hyperactive Member
Join Date: Aug 09
Location: Los Angeles
Posts: 482
![]() |
Re: Picture Box Help
|
|
|
|
|
|
#7 |
|
Hyperactive Member
Join Date: Aug 09
Location: Los Angeles
Posts: 482
![]() |
Re: [RESOLVED] Picture Box Help
whats strange is I have 2 combobox's all with same property settings
one shows through the picture theother does not?? |
|
|
|
|
|
#8 |
|
Addicted Member
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
![]() |
Re: [RESOLVED] Picture Box Help
Well, you could try right-mouse-clicking on the Combo Box selecting Send To Back. I don't know if that would work...
In that case you may try doing the same to PictureBox2 and selecting Bring To Front... I hadn't thought about that before. Maybe that will fix all your problems?
__________________
VBNetDude - Thinking Programmatically By Silver Seal Software Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|