TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
antonio sanchez
NA
24
3.8k
delete label quantity
Sep 21 2016 5:05 PM
I'm develop a system for count in C#. I have a button the count for clic.
I want that to arriving the number of my SNP, the messenger appears. but now I can. the number begins in the consecutive,I stayed when sending the message and does not start at zero
my code is the next.
decimal
SSNP1 = 0;
decimal
.TryParse(SNP1.Text,
out
SSNP1);
decimal
SOK1 = 0;
decimal
.TryParse(OK1.Text,
out
SOK1);
if
(SSNP1 == SOK1)
{
MessageBox.Show(
"imprime etiquetas"
);
SOK1 = 0;
OK1.Text =
""
;
}
else
{
A++;
OK1.Text = Convert.ToString(A);
}
}
Reply
Answers (
1
)
How to put the first line of text file in the end position
Label Update With Event And Delegates