Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can't change a button't text at runtime anymore?????? Pin
OriginalGriff25-Jan-12 0:19
mveOriginalGriff25-Jan-12 0:19 
GeneralRe: Can't change a button't text at runtime anymore?????? Pin
fiaolle25-Jan-12 0:28
fiaolle25-Jan-12 0:28 
GeneralRe: Can't change a button't text at runtime anymore?????? Pin
OriginalGriff25-Jan-12 0:32
mveOriginalGriff25-Jan-12 0:32 
GeneralRe: Can't change a button't text at runtime anymore?????? Pin
Pete O'Hanlon25-Jan-12 3:41
mvePete O'Hanlon25-Jan-12 3:41 
AnswerRe: Can't change a button't text at runtime anymore?????? Pin
KP Lee24-Jan-12 12:02
KP Lee24-Jan-12 12:02 
AnswerRe: Can't change a button't text at runtime anymore?????? Pin
OOPSEP25-Jan-12 1:15
OOPSEP25-Jan-12 1:15 
GeneralRe: Can't change a button't text at runtime anymore?????? Pin
fiaolle25-Jan-12 2:30
fiaolle25-Jan-12 2:30 
AnswerRe: Can't change a button't text at runtime anymore?????? Pin
BillWoodruff25-Jan-12 3:41
professionalBillWoodruff25-Jan-12 3:41 
Given all the responses above, clearly something very weird is happening here.

Are you talking about a standard WinForms Button object here ?

Also: what is "folder," exactly: that's an odd name for a Control. And, if "folder" has a boolean "visible" property, you can use it directly : if (folder.Visible) ...

You mention: "I don't know if it has anything to do with the problem, but I have a FileLListbox and a FolderListBox from Alva on the form. Should that be the problem."

Is "folder" by chance an "Alva" control ?

What are the "Alva" controls, and, is it possible your use of them has introduced some kind of modification that is indirectly changing the way other controls behave ?

good luck, Bill
"Science is facts; just as houses are made of stones: so, is science made of facts. But, a pile of stones is not a house, and a collection of facts is not, necessarily, science." Henri Poincare

GeneralRe: Can't change a button't text at runtime anymore?????? Pin
fiaolle25-Jan-12 4:17
fiaolle25-Jan-12 4:17 
QuestionLearning C# custom controls Pin
thechazm24-Jan-12 5:53
thechazm24-Jan-12 5:53 
AnswerRe: Learning C# custom controls Pin
fjdiewornncalwe24-Jan-12 9:11
professionalfjdiewornncalwe24-Jan-12 9:11 
AnswerRe: Learning C# custom controls Pin
Dean Oliver24-Jan-12 19:00
Dean Oliver24-Jan-12 19:00 
AnswerRe: Learning C# custom controls Pin
BillWoodruff25-Jan-12 3:49
professionalBillWoodruff25-Jan-12 3:49 
GeneralRe: Learning C# custom controls Pin
thechazm25-Jan-12 9:04
thechazm25-Jan-12 9:04 
Questionhelp with array of buttons Pin
goldsoft24-Jan-12 2:51
goldsoft24-Jan-12 2:51 
AnswerRe: help with array of buttons Pin
Pete O'Hanlon24-Jan-12 3:04
mvePete O'Hanlon24-Jan-12 3:04 
GeneralRe: help with array of buttons Pin
PIEBALDconsult24-Jan-12 3:57
mvePIEBALDconsult24-Jan-12 3:57 
AnswerRe: help with array of buttons Pin
Dean Oliver24-Jan-12 18:47
Dean Oliver24-Jan-12 18:47 
GeneralRe: help with array of buttons Pin
BillWoodruff25-Jan-12 3:54
professionalBillWoodruff25-Jan-12 3:54 
GeneralRe: help with array of buttons Pin
Dean Oliver25-Jan-12 18:49
Dean Oliver25-Jan-12 18:49 
QuestionCreate an application which send forms through google docs and download results Pin
pinifg24-Jan-12 1:37
pinifg24-Jan-12 1:37 
AnswerRe: Create an application which send forms through google docs and download results Pin
Pete O'Hanlon24-Jan-12 1:42
mvePete O'Hanlon24-Jan-12 1:42 
GeneralRe: Create an application which send forms through google docs and download results Pin
pinifg24-Jan-12 1:52
pinifg24-Jan-12 1:52 
GeneralRe: Create an application which send forms through google docs and download results Pin
Pete O'Hanlon24-Jan-12 2:13
mvePete O'Hanlon24-Jan-12 2:13 
GeneralRe: Create an application which send forms through google docs and download results Pin
pinifg24-Jan-12 2:14
pinifg24-Jan-12 2:14 

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.