Results 1 to 8 of 8

Thread: [RESOLVED] Picture Box Help

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2009
    Location
    Los Angeles
    Posts
    1,335

    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

  2. #2
    Addicted Member
    Join Date
    Oct 2009
    Location
    Clive, IA in America!!!!
    Posts
    204

    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. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2009
    Location
    Los Angeles
    Posts
    1,335

    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 02:12 PM.

  4. #4
    Addicted Member
    Join Date
    Oct 2009
    Location
    Clive, IA in America!!!!
    Posts
    204

    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!

  5. #5
    Addicted Member
    Join Date
    Oct 2009
    Location
    Clive, IA in America!!!!
    Posts
    204

    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!

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2009
    Location
    Los Angeles
    Posts
    1,335

    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

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2009
    Location
    Los Angeles
    Posts
    1,335

    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. #8
    Addicted Member
    Join Date
    Oct 2009
    Location
    Clive, IA in America!!!!
    Posts
    204

    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width