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
Ömer Faruk Çalışkan
NA
45
1.7k
I want to generate a random number sequence but ...
Aug 23 2020 12:46 AM
I want to generate a random number sequence but .. I want to be able to change sequence numbers count .
Also I don't need to show something I tryed to find a way to get over comboBox but I failed :(
Any advise ?? :)
I found something like this it doesn't work :(( ;
private
void
button1_Click(
object
sender, EventArgs e)
{
for
(
int
i = 0; i < 4; i++)
{
comboBox1.Items.Add(i.ToString(
"D2"
));
}
}
Reply
Answers (
7
)
Time calculation
Coloring certain text only in C#