Want to build the ChatGPT based Apps? Start here
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Ömer Faruk Çalışkan
2.1k
45
1.2k
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#