Results 1 to 5 of 5

Thread: Picture disbled

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Post

    Some one knows how create a disabled picture (using with pictureBox) with out tons of APIS and code?

    Thanks in advance.
    Jefferson

  2. #2
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    Post

    Try:

    Picture1.Enabled = False

  3. #3

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Post

    Let me explain a littel more. What I need is gray the picture inside the PictureBox like menus does. Thanks any way.

    Thanks in Advance.
    Jefferson

  4. #4
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544

    Post

    I'm not sure that i understand you question...but try this:

    Picture1.Enabled = False
    Picture1.BorderStyle = 0

  5. #5
    Member
    Join Date
    Apr 1999
    Posts
    36

    Post

    I don't believe that picture boxes have a grayed property. That is only for text.

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