<?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[Eigenes Steuerelement (textfeld) bauen?]]></title><description><![CDATA[<p>Hi<br />
Ich möchte ein einfaches 100×100 Zeichen großes Textfeld bauen, das ich in etwa so benutzen werden kann, wie die Win.-Konsole:</p>
<p>---<br />
mycon.gotoxy(33,44);<br />
mycon.textcolor(0x231fe4);<br />
mycon.texteffect(TEF_UNDERLINE);<br />
mycon.output(&quot;Testausgabe&quot;);<br />
---</p>
<p>wie fange ich da an??<br />
worauf muss ich achten??<br />
[b]wo finde ich im internet informationen über das bauen von eigenen controls??[b]<br />
bzw: wonach muss ich bei google suchen?? &quot;eigene Steuerelemente/Contols&quot; ergab nichts..</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/113448/eigenes-steuerelement-textfeld-bauen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 21:16:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/113448.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Jun 2005 05:52:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Eigenes Steuerelement (textfeld) bauen? on Thu, 23 Jun 2005 05:52:59 GMT]]></title><description><![CDATA[<p>Hi<br />
Ich möchte ein einfaches 100×100 Zeichen großes Textfeld bauen, das ich in etwa so benutzen werden kann, wie die Win.-Konsole:</p>
<p>---<br />
mycon.gotoxy(33,44);<br />
mycon.textcolor(0x231fe4);<br />
mycon.texteffect(TEF_UNDERLINE);<br />
mycon.output(&quot;Testausgabe&quot;);<br />
---</p>
<p>wie fange ich da an??<br />
worauf muss ich achten??<br />
[b]wo finde ich im internet informationen über das bauen von eigenen controls??[b]<br />
bzw: wonach muss ich bei google suchen?? &quot;eigene Steuerelemente/Contols&quot; ergab nichts..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/815234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/815234</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Thu, 23 Jun 2005 05:52:59 GMT</pubDate></item><item><title><![CDATA[Reply to Eigenes Steuerelement (textfeld) bauen? on Thu, 23 Jun 2005 06:01:58 GMT]]></title><description><![CDATA[<p>Schau mal bei <a href="http://CodeProject.com" rel="nofollow">CodeProject.com</a> nach. Da gibt es massig Controls und auch gute Tutorials. Vll. ist da was dabei.</p>
<p>Im Grunde wirst du dann wohl mit dem DC (CDC in MFC) arbeiten und den Text malen. Dieses mycon.xy(33,50) positioniert dann &quot;nur&quot; deinen DC.</p>
<p>Tja, ich hoffe das reicht als Anstoß (mehr oder genauer wüsste ich es auch nicht).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/815243</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/815243</guid><dc:creator><![CDATA[hehejo]]></dc:creator><pubDate>Thu, 23 Jun 2005 06:01:58 GMT</pubDate></item><item><title><![CDATA[Reply to Eigenes Steuerelement (textfeld) bauen? on Thu, 23 Jun 2005 07:07:53 GMT]]></title><description><![CDATA[<p>Steuerelemente (= ActiveX-Controls) sind COM-Komponenten. Das bedeutet,<br />
du solltest dich in COM-Programmierung auskennen. Wenn du die notwendigen<br />
Kenntnisse besitzt, führt der schnellste/einfachste Weg wohl über die<br />
Verwendung von ATL.</p>
<p>Beispiele/Tutorials findest du unter:<br />
<a href="http://www.codeproject.com" rel="nofollow">www.codeproject.com</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/815271</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/815271</guid><dc:creator><![CDATA[Redhead]]></dc:creator><pubDate>Thu, 23 Jun 2005 07:07:53 GMT</pubDate></item><item><title><![CDATA[Reply to Eigenes Steuerelement (textfeld) bauen? on Sun, 26 Jun 2005 07:03:15 GMT]]></title><description><![CDATA[<p>danke.</p>
<p>Ich mach das jetzt mit GDI</p>
]]></description><link>https://www.c-plusplus.net/forum/post/817302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/817302</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Sun, 26 Jun 2005 07:03:15 GMT</pubDate></item></channel></rss>