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