2012-08-28 5 views
0

가 난 할 노력하고있어 것은양식로드 콤보 상자 DropDownList로

콤보 DropDownList로 : - 예 - (값 0) - 아니오 - (값 1)

나는 시도이 같은, 그러나 didnt 한 일

// ------------------- StartUP Load 
private void Form1_Load(object sender, EventArgs e) 
{ 
comboBox4.SelectionStart = 0; 
} 
+1

[자유롭게 사용할 프로그래밍 책 목록 (http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books) –

답변

2

을 시도

comboBox4.SelectedIndex = 0; 

예에서 시작해야합니다. 당신이 그것을 시작하려면 없음 다음 사용하지

comboBox4.SelectedIndex = 1;