Click here to Skip to main content
15,860,844 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing the Form's title text Pin
eggie513-Jul-03 22:08
eggie513-Jul-03 22:08 
GeneralRe: Changing the Form's title text Pin
Rocky Moore13-Jul-03 22:10
Rocky Moore13-Jul-03 22:10 
GeneralRe: Changing the Form's title text Pin
Rocky Moore13-Jul-03 22:11
Rocky Moore13-Jul-03 22:11 
GeneralRe: Changing the Form's title text Pin
eggie513-Jul-03 22:14
eggie513-Jul-03 22:14 
QuestionCan one thread see that the other one's dead? Pin
Bog13-Jul-03 19:46
Bog13-Jul-03 19:46 
AnswerRe: Can one thread see that the other one's dead? Pin
Richard Deeming14-Jul-03 2:05
mveRichard Deeming14-Jul-03 2:05 
GeneralRe: Can one thread see that the other one's dead? Pin
Bog14-Jul-03 8:54
Bog14-Jul-03 8:54 
GeneralChanging a button Pin
eggie513-Jul-03 18:13
eggie513-Jul-03 18:13 
Ok, I have a button, "buttonDeath" with the text, "Automatic", and a groupebox, "groupeBoxCarnage".

"groupeBoxCarnage" is greyed out when the form loads... enabled=false;... ok.

now, when I click on my button, my groupe box becomes un greyed, enabled=true...

now, what I want is... when I click on my button (buttonDeath) it's text will change... from "Automatic" to "Manual".

To do this right now I have...

this.buttonDeath.Text="Manual";


but here's the part that keeps getting me...

I want to click on buttonDeath again, and have his text change back to "Automatic" and also gray out the groupe box "groupeBoxCarnage" again...

how could I do this???

/\ |_ E X E GG
GeneralRe: Changing a button Pin
Nick Parker13-Jul-03 19:04
protectorNick Parker13-Jul-03 19:04 
GeneralRe: Changing a button Pin
eggie513-Jul-03 19:44
eggie513-Jul-03 19:44 
GeneralGraying out a button Pin
eggie513-Jul-03 16:08
eggie513-Jul-03 16:08 
GeneralRe: Graying out a button Pin
Nick Seng13-Jul-03 16:30
Nick Seng13-Jul-03 16:30 
GeneralRe: Graying out a button Pin
eggie513-Jul-03 16:37
eggie513-Jul-03 16:37 
GeneralRe: Graying out a button Pin
Nick Seng13-Jul-03 17:06
Nick Seng13-Jul-03 17:06 
Generalrich edit component Pin
peterchen13-Jul-03 8:44
peterchen13-Jul-03 8:44 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 8:47
apferreira13-Jul-03 8:47 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 8:49
protectorNick Parker13-Jul-03 8:49 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 8:51
apferreira13-Jul-03 8:51 
GeneralRe: rich edit component Pin
J. Dunlap13-Jul-03 8:55
J. Dunlap13-Jul-03 8:55 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:01
protectorNick Parker13-Jul-03 9:01 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:00
protectorNick Parker13-Jul-03 9:00 
GeneralRe: rich edit component Pin
apferreira13-Jul-03 9:04
apferreira13-Jul-03 9:04 
GeneralRe: rich edit component Pin
peterchen13-Jul-03 9:24
peterchen13-Jul-03 9:24 
GeneralRe: rich edit component Pin
Nick Parker13-Jul-03 9:41
protectorNick Parker13-Jul-03 9:41 
GeneralRe: rich edit component Pin
peterchen13-Jul-03 9:23
peterchen13-Jul-03 9:23 

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.