Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How to set false enabled button?
 

How to set false enabled button?

I want to set false enabled button when I click another button but I don't know how to do that...
this is my code:
button1->Enabled(False);
but it doesn't work...Any suggestions?


Alexander Marinov  Tuesday, August 22, 2006 10:03 AM
button1.Enabled = false;
joeycalisay  Wednesday, August 23, 2006 10:58 AM
let me guess
button1->Enabled = false;
joeycalisay  Tuesday, August 22, 2006 1:32 PM
joeycalisay wrote:
let me guess
button1->Enabled = false;

I also tried this but it doesn't work...Other suggestions?
Alexander Marinov  Tuesday, August 22, 2006 7:17 PM
button1.Enabled = false;
joeycalisay  Wednesday, August 23, 2006 10:58 AM
I'll try this...Thanks,pal.Can you help me about this problem:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=660007&SiteID=1
Thanks in advance...
Alexander Marinov  Wednesday, August 23, 2006 1:11 PM

You can use google to search for other answers

Custom Search

More Threads

• Form Designer nowhere to be found - new to C#
• Inherit forms
• pass values from form3 to form1
• Themed Toolbar ignores ButtonSize
• Problem in transfering data from one form to another form?
• NumericUpDown - Prevent User Deleting Entry
• What's Wrong? I lost the changing in editing form and any changing had not been saved.
• Framework Bug Makes Application Unusable
• Problem with user control (button) and painting?
• Accessing list of all controls for a form at design time