Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disabling controls without changing appearance Pin
Dave Herren22-May-07 6:33
Dave Herren22-May-07 6:33 
GeneralRe: Disabling controls without changing appearance Pin
Ian Shlasko22-May-07 7:42
Ian Shlasko22-May-07 7:42 
GeneralRe: Disabling controls without changing appearance (Solved!) Pin
Ian Shlasko22-May-07 10:05
Ian Shlasko22-May-07 10:05 
GeneralRe: Disabling controls without changing appearance (Solved!) Pin
Martin#22-May-07 21:43
Martin#22-May-07 21:43 
GeneralRe: Disabling controls without changing appearance (Solved!) Pin
Ian Shlasko23-May-07 6:13
Ian Shlasko23-May-07 6:13 
GeneralRe: Disabling controls without changing appearance (Solved!) Pin
Martin#23-May-07 7:04
Martin#23-May-07 7:04 
AnswerRe: Disabling controls without changing appearance Pin
Dave Herren22-May-07 6:38
Dave Herren22-May-07 6:38 
AnswerRe: Disabling controls without changing appearance Pin
Dan Neely22-May-07 7:20
Dan Neely22-May-07 7:20 
Ian Shlasko wrote:
* I don't want to just set the Enabled property, as this grays out the control, making it difficult to read and therefore useless as a viewer. Textboxes have their ReadOnly property, but this doesn't help for dropdowns, checkboxes, etc.


One other option would be to manually change the color from gray to black when you disable it. IIRC if you do this though and subsequently want the control both disabled and grayed you'll have to manually set it to gray.

--
You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

Questionrun .exe from command prompt in c#...help please Pin
lavy288322-May-07 5:22
lavy288322-May-07 5:22 
AnswerRe: run .exe from command prompt in c#...help please Pin
Bekjong22-May-07 5:44
Bekjong22-May-07 5:44 
AnswerRe: run .exe from command prompt in c#...help please Pin
Mike DiRenzo22-May-07 9:16
Mike DiRenzo22-May-07 9:16 
AnswerRe: run .exe from command prompt in c#...help please Pin
Nouman Bhatti23-May-07 0:49
Nouman Bhatti23-May-07 0:49 
AnswerRe: run .exe from command prompt in c#...help please Pin
Hamid_RT23-May-07 2:18
Hamid_RT23-May-07 2:18 
QuestionHow to acess Website from windows Forms Pin
Rahul8322-May-07 4:57
Rahul8322-May-07 4:57 
AnswerRe: How to acess Website from windows Forms [modified*2] Pin
Tarakeshwar Reddy22-May-07 5:02
professionalTarakeshwar Reddy22-May-07 5:02 
GeneralRe: How to acess Website from windows Forms Pin
Rahul8322-May-07 5:07
Rahul8322-May-07 5:07 
GeneralRe: How to acess Website from windows Forms Pin
Manoj Kumar Rai22-May-07 5:46
professionalManoj Kumar Rai22-May-07 5:46 
GeneralRe: How to acess Website from windows Forms Pin
Tarakeshwar Reddy22-May-07 5:57
professionalTarakeshwar Reddy22-May-07 5:57 
QuestionSolution Explorer Icons (VS2005) Pin
Copper2622-May-07 3:02
Copper2622-May-07 3:02 
AnswerRe: Solution Explorer Icons (VS2005) Pin
girm22-May-07 3:34
girm22-May-07 3:34 
Questionreturning arrray from a function Pin
saqib8222-May-07 2:30
saqib8222-May-07 2:30 
AnswerRe: returning arrray from a function Pin
Christopher Stratmann22-May-07 2:32
Christopher Stratmann22-May-07 2:32 
AnswerRe: returning arrray from a function Pin
Dave Herren22-May-07 2:36
Dave Herren22-May-07 2:36 
AnswerRe: returning arrray from a function Pin
Sandeep Akhare22-May-07 2:41
Sandeep Akhare22-May-07 2:41 
GeneralRe: returning arrray from a function Pin
Dave Herren22-May-07 2:57
Dave Herren22-May-07 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.