<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MonthCalender, mehrere Daten auswählen]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich dafür sorgen das man mehrere Daten im MonthCalender anklicken kann? 'Maximum of selected items' hab ich schon auf 42 , aber ich kann eigentlich nur horizontal nebeneinander liegende Daten auswählen</p>
<p>Ich hab bereits etwas gesucht, finde dazu aber nirgends infos <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/256938/monthcalender-mehrere-daten-auswählen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 11:44:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/256938.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Dec 2009 11:12:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MonthCalender, mehrere Daten auswählen on Sun, 20 Dec 2009 11:12:01 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich dafür sorgen das man mehrere Daten im MonthCalender anklicken kann? 'Maximum of selected items' hab ich schon auf 42 , aber ich kann eigentlich nur horizontal nebeneinander liegende Daten auswählen</p>
<p>Ich hab bereits etwas gesucht, finde dazu aber nirgends infos <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1825246</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1825246</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 20 Dec 2009 11:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to MonthCalender, mehrere Daten auswählen on Mon, 21 Dec 2009 05:46:06 GMT]]></title><description><![CDATA[<p>Geht nicht. Du kannst nur zusammenhängend auswählen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1825638</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1825638</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Mon, 21 Dec 2009 05:46:06 GMT</pubDate></item><item><title><![CDATA[Reply to MonthCalender, mehrere Daten auswählen on Mon, 21 Dec 2009 08:49:29 GMT]]></title><description><![CDATA[<p>Unix-Tom schrieb:</p>
<blockquote>
<p>Geht nicht. Du kannst nur zusammenhängend auswählen.</p>
</blockquote>
<p>wer sagt das? klar geht das!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1825671</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1825671</guid><dc:creator><![CDATA[Unix-Tom kann-nix]]></dc:creator><pubDate>Mon, 21 Dec 2009 08:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to MonthCalender, mehrere Daten auswählen on Mon, 21 Dec 2009 22:50:18 GMT]]></title><description><![CDATA[<p>µBx schrieb:</p>
<blockquote>
<p>Hi,</p>
<p>wie kann ich dafür sorgen das man mehrere Daten im MonthCalender anklicken kann? 'Maximum of selected items' hab ich schon auf 42 , aber ich kann eigentlich nur horizontal nebeneinander liegende Daten auswählen</p>
<p>Ich hab bereits etwas gesucht, finde dazu aber nirgends infos <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
</blockquote>
<p>Vielleicht, weil die Klasse MonthCalend<strong>a</strong>r heisst ..?</p>
<p>In Windows Forms werden EventHandler auf eigene Logik benötigt, z.B.:</p>
<pre><code class="language-csharp">MonthCalendar monthCalendar1 = new System.Windows.Forms.MonthCalendar();
...
// Add event handlers for the DateSelected and DateChanged events
monthCalendar1.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateSelected);
monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
</code></pre>
<p>Der Rest ist Fleißarbeit. :xmas1: :xmas2:</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1826159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1826159</guid><dc:creator><![CDATA[schmidt-webdesign.net]]></dc:creator><pubDate>Mon, 21 Dec 2009 22:50:18 GMT</pubDate></item></channel></rss>