To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
Part 10 of the Visual Basic .NET 2010 Express Tutorial Complete!
How to Use the Visual Studio Code Analysis Tool FxCop
Article :: Interview with Andrei Alexandrescu (Part 3 of 3)
Introducing Visual Studio LightSwitch
Visual Studio LightSwitch Beta 1 is Available



Go Back   VBForums > Visual Basic > Visual Basic .NET

Reply Post New Thread
 
Thread Tools Display Modes
Old Nov 28th, 2009, 11:46 AM   #1
billboy
Hyperactive Member
 
Join Date: Aug 09
Location: Los Angeles
Posts: 482
billboy is on a distinguished road (20+)
Resolved [RESOLVED] Picture Box Help

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
billboy is offline   Reply With Quote
Old Nov 28th, 2009, 12:57 PM   #2
VBNetDude
Addicted Member
 
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
VBNetDude is an unknown quantity at this point (<10)
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!
VBNetDude is offline   Reply With Quote
Old Nov 28th, 2009, 01:02 PM   #3
billboy
Hyperactive Member
 
Join Date: Aug 09
Location: Los Angeles
Posts: 482
billboy is on a distinguished road (20+)
Re: Picture Box Help

Quote:
Originally Posted by VBNetDude View Post
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?
Thats my next question how to right click and save image, I'll try and take a snapshot

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.
billboy is offline   Reply With Quote
Old Nov 28th, 2009, 01:13 PM   #4
VBNetDude
Addicted Member
 
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
VBNetDude is an unknown quantity at this point (<10)
Re: Picture Box Help

Try setting all the visible properties to false:


VB .Net Code:
  1. Me.ThisLabel.Visible = False
  2. Me.ThisOtherLabel.Visible = False


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!
VBNetDude is offline   Reply With Quote
Old Nov 28th, 2009, 01:16 PM   #5
VBNetDude
Addicted Member
 
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
VBNetDude is an unknown quantity at this point (<10)
Re: Picture Box Help

Quote:
Originally Posted by billboy View Post
One work around seems to be coding the offending controls properties to visible=false
Um... you could do that, too... I'm OK. Really!
__________________

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!
VBNetDude is offline   Reply With Quote
Old Nov 28th, 2009, 01:30 PM   #6
billboy
Hyperactive Member
 
Join Date: Aug 09
Location: Los Angeles
Posts: 482
billboy is on a distinguished road (20+)
Re: Picture Box Help

Quote:
Originally Posted by VBNetDude View Post
Um... you could do that, too... I'm OK. Really!
LOL Thanks alot Dude
billboy is offline   Reply With Quote
Old Nov 28th, 2009, 01:35 PM   #7
billboy
Hyperactive Member
 
Join Date: Aug 09
Location: Los Angeles
Posts: 482
billboy is on a distinguished road (20+)
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??
billboy is offline   Reply With Quote
Old Nov 28th, 2009, 06:26 PM   #8
VBNetDude
Addicted Member
 
Join Date: Oct 09
Location: Clive, IA in America!!!!
Posts: 203
VBNetDude is an unknown quantity at this point (<10)
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!
VBNetDude is offline   Reply With Quote
Reply

Go Back   VBForums > Visual Basic > Visual Basic .NET


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:10 AM.





Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.