Click to See Complete Forum and Search --> : Picture disbled
JeffSM
Jan 15th, 2000, 07:43 PM
Some one knows how create a disabled picture (using with pictureBox) with out tons of APIS and code?
Thanks in advance.
Jefferson
CyberCarsten
Jan 15th, 2000, 08:39 PM
Try:
Picture1.Enabled = False
JeffSM
Jan 16th, 2000, 12:19 AM
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
CyberCarsten
Jan 16th, 2000, 03:20 AM
I'm not sure that i understand you question...but try this:
Picture1.Enabled = False
Picture1.BorderStyle = 0
boo
Jan 16th, 2000, 03:21 AM
I don't believe that picture boxes have a grayed property. That is only for text.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.