|
-
Jan 15th, 2000, 08:43 PM
#1
Thread Starter
Registered User
Some one knows how create a disabled picture (using with pictureBox) with out tons of APIS and code?
Thanks in advance.
Jefferson
-
Jan 15th, 2000, 09:39 PM
#2
Frenzied Member
Try:
Picture1.Enabled = False
-
Jan 16th, 2000, 01:19 AM
#3
Thread Starter
Registered User
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
-
Jan 16th, 2000, 04:20 AM
#4
Frenzied Member
I'm not sure that i understand you question...but try this:
Picture1.Enabled = False
Picture1.BorderStyle = 0
-
Jan 16th, 2000, 04:21 AM
#5
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|