<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>VC# ComboBox, wie wählt man Item aus?</title>
    <link>http://forum.geizhals.at/feed.jsp?id=443688</link>
    <description>Geizhals-Forum</description>
    <item>
      <title>Re(2): VC# ComboBox, wie wählt man Item aus?</title>
      <link>http://forum.geizhals.at/t443688,3642187.html#3642187</link>
      <description>DropDownStyle ist schon auf DropDownList.&lt;br&gt;&lt;br&gt;Ich werde das mit comboBox.selectedIndex = 0; versuchen...&lt;br&gt;&lt;br&gt;--&gt; selectedIndex=0 funktioniert prächtig für mich!!&lt;br&gt;&lt;br&gt;DANKE!!&lt;br/&gt;</description>
      <pubDate>Mon, 11 Sep 2006 08:29:05 GMT</pubDate>
      <guid>http://forum.geizhals.at/t443688,3642187.html#3642187</guid>
      <dc:creator>the-mk</dc:creator>
      <dc:date>2006-09-11T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: VC# ComboBox, wie wählt man Item aus?</title>
      <link>http://forum.geizhals.at/t443688,3642157.html#3642157</link>
      <description>Variante 1:&lt;br&gt;Soll man was dazuschreiben können? Wenn nicht, dann nutze die Property: DropDownStyle -&gt; DropDownList&lt;br&gt;Dann wird standardmässig das erste angezeigt.&lt;br&gt;&lt;br&gt;Variante 2:&lt;br&gt;Nutze comboBox1.SelectedIndex = 0;&lt;br&gt;&lt;br/&gt;</description>
      <pubDate>Mon, 11 Sep 2006 08:10:39 GMT</pubDate>
      <guid>http://forum.geizhals.at/t443688,3642157.html#3642157</guid>
      <dc:creator>Somnatic</dc:creator>
      <dc:date>2006-09-11T08:10:39Z</dc:date>
    </item>
    <item>
      <title>VC# ComboBox, wie wählt man Item aus?</title>
      <link>http://forum.geizhals.at/t443688,3642125.html#3642125</link>
      <description>Hallo,&lt;br&gt;&lt;br&gt;stehe gerade vor einem kleinen Problem mit VC#:&lt;br&gt;&lt;br&gt;ich habe eine ComboBox, wie folgt definiert&lt;br&gt;private System.Windows.Forms.ComboBox myNameComboBox;&lt;br&gt;&lt;br&gt;während des Programmablaufes wird sie mit&lt;br&gt;myNameComboBox.Items.Clear();&lt;br&gt;myNameComboBox.Items.Add("string1");&lt;br&gt;myNameComboBox.Items.Add("string2");&lt;br&gt;myNameComboBox.Items.Add("string3");&lt;br&gt;befüllt.&lt;br&gt;&lt;br&gt;Wenn man den Dialog mit dem myNameComboBox dann anzeigt, ist das selektierte Item leer. Ich hätte zwar schon versucht, mit&lt;br&gt;myNameComboBox.Select(1,1);&lt;br&gt;etwas zu selektieren, aber es gelingt mir nicht. Die eingefügten Items werden korrekt angezeigt.&lt;br&gt;&lt;br&gt;Wie zeige ich standardmäßig das erste eingefügte Item an (in meinem Fall "string1")? Hab ich irgendwo einen Denk/Programmierfehler?&lt;br&gt;&lt;br&gt;Falls mehr Informationen notwendig sind, bitte melden!&lt;br&gt;&lt;br&gt;Danke!!&lt;br/&gt;</description>
      <pubDate>Mon, 11 Sep 2006 07:47:47 GMT</pubDate>
      <guid>http://forum.geizhals.at/t443688,3642125.html#3642125</guid>
      <dc:creator>the-mk</dc:creator>
      <dc:date>2006-09-11T07:47:47Z</dc:date>
    </item>
  </channel>
</rss>
