C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 04-15-2008, 10:36 PM   #1
Registered User
 
Join Date: Nov 2006
Posts: 13
question about button.Text attributes

I have a forms application that I am writing but I am currently stuck on one section. I need to make buttons whose text field changes on button click.

I have tried:

button.Text="string";

and

this.button.Text="string";

in both the button_Click and timer_Tick functions, is there anything else I need to include

I am using C# 2.0 in Visual Studio 2005 with VS.NET (.NET SDK 2.0)

anything would help, thanks

Last edited by projektaquarius; 04-15-2008 at 10:50 PM. Reason: forgot something
projektaquarius is offline   Reply With Quote
Old 04-16-2008, 12:06 AM   #2
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,124
Assuming "button" is the name of the button then it should work, your error (whatever it is) lies elsewhere.
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline   Reply With Quote
Old 04-16-2008, 12:56 AM   #3
Registered User
 
Join Date: Nov 2006
Posts: 13
found where it was wrong. Kinda of wish I had known what was going on last weekend. Thanks a lot.
projektaquarius is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Alice.... Lurker General Discussions 16 06-20-2005 02:51 PM
Debugging question o_0 C Programming 9 10-10-2004 05:51 PM
Question about pointers #2 maxhavoc C++ Programming 28 06-21-2004 12:52 PM
Question... TechWins A Brief History of Cprogramming.com 16 07-28-2003 09:47 PM
Question, question! oskilian A Brief History of Cprogramming.com 5 12-24-2001 01:47 AM


All times are GMT -6. The time now is 09:51 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22