|
-
July 13th, 2010, 07:50 PM
#6
Re: Can someone help with my C# programming code?
Its simple C# coding, and these are some basic things :
1. Any variable that you want to check across functions, or store it during a program's instance execution, can be stored as a member variable.
2. You can also use the Tag value of the button to store how many times they clicked, avoiding a member variable i.
button1.Tag = Int32.Parse(button1.Tag) + 1;
Regards,
CT.
Check out www.cuteassistant.com - Manage your tasks, take notes, securely store data and more!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|