Some one knows how create a disabled picture (using with pictureBox) with out tons of APIS and code?
Thanks in advance.
Jefferson
Printable View
Some one knows how create a disabled picture (using with pictureBox) with out tons of APIS and code?
Thanks in advance.
Jefferson
Try:
Picture1.Enabled = False
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
I'm not sure that i understand you question...but try this:
Picture1.Enabled = False
Picture1.BorderStyle = 0
I don't believe that picture boxes have a grayed property. That is only for text.