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
widy gui
NA
8
2.6k
Set Default in ComboBox
May 4 2014 9:34 AM
HI Everyone,I'm new member here. First of all,I would like to introduce myself.
My name is Widy gui. widy is my first name and gui is the surename.
So I would like to ask how to set default in ComboBox??
I have added item in the ComboBox,but I would like to set a default in the combobox so after I run it,it will appear the first item which I added.
Here my code to add item in the ComboBox:
cmbbxOperator.Items.Add("+");
cmbbxOperator.Items.Add("-");
cmbbxOperator.Items.Add("X");
cmbbxOperator.Items.Add("/");
Reply
Answers (
4
)
How to resize a picture by moving the scrolls in c#?
.net windows application