<?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[Zeichenblock]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich suche ein Framework oder eine Componente wo ich Rechtecke, Dreiecke ... und anderes Zeug auf einer Weißen Fläche verschieben und positionieren kann.</p>
<p>Bilder sagen oft mehr als Worte</p>
<p><a href="http://img135.imageshack.us/img135/9407/cjg7.jpg" rel="nofollow">http://img135.imageshack.us/img135/9407/cjg7.jpg</a></p>
<p>Wie heißt sowas und wo kann man es bekommen? Oder wie mache ich sowas?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160477/zeichenblock</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 16:13:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160477.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Sep 2006 10:04:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zeichenblock on Tue, 26 Sep 2006 10:04:17 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich suche ein Framework oder eine Componente wo ich Rechtecke, Dreiecke ... und anderes Zeug auf einer Weißen Fläche verschieben und positionieren kann.</p>
<p>Bilder sagen oft mehr als Worte</p>
<p><a href="http://img135.imageshack.us/img135/9407/cjg7.jpg" rel="nofollow">http://img135.imageshack.us/img135/9407/cjg7.jpg</a></p>
<p>Wie heißt sowas und wo kann man es bekommen? Oder wie mache ich sowas?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1144569</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1144569</guid><dc:creator><![CDATA[DeltaEx]]></dc:creator><pubDate>Tue, 26 Sep 2006 10:04:17 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichenblock on Tue, 26 Sep 2006 11:16:01 GMT]]></title><description><![CDATA[<p>DeltaEx schrieb:</p>
<blockquote>
<p>Hallo zusammen,</p>
<p>ich suche ein Framework oder eine Componente wo ich Rechtecke, Dreiecke ... und anderes Zeug auf einer Weißen Fläche verschieben und positionieren kann.</p>
<p>Bilder sagen oft mehr als Worte</p>
<p><a href="http://img135.imageshack.us/img135/9407/cjg7.jpg" rel="nofollow">http://img135.imageshack.us/img135/9407/cjg7.jpg</a></p>
<p>Wie heißt sowas und wo kann man es bekommen? Oder wie mache ich sowas?</p>
</blockquote>
<p>Sowas gibt es für Java:</p>
<p><a href="http://www.jgraph.com/screenshots.html" rel="nofollow">http://www.jgraph.com/screenshots.html</a></p>
<p>Müsste doch auch für C++ geben, oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1144632</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1144632</guid><dc:creator><![CDATA[DeltaEx]]></dc:creator><pubDate>Tue, 26 Sep 2006 11:16:01 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichenblock on Wed, 27 Sep 2006 02:58:29 GMT]]></title><description><![CDATA[<p>Mal auf in den Device Context des Bild schirms</p>
<pre><code class="language-cpp">OnPaint Funktion :

CPaintDC dc(this);

dc.drawEllipse
dc.fillRect
.
.
.
.
</code></pre>
<p>etc. muss dich mal umschaun</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145188</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145188</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Wed, 27 Sep 2006 02:58:29 GMT</pubDate></item></channel></rss>