<?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[Editfeld transparent machen o.ä.]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich ein Editfeld transparent machen, oder geht das überhaupt?<br />
Also es soll den selben hintergrund haben wie das img das dahinter ist.</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/153280/editfeld-transparent-machen-o-ä</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 06:35:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/153280.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jul 2006 18:37:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Fri, 14 Jul 2006 18:37:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich ein Editfeld transparent machen, oder geht das überhaupt?<br />
Also es soll den selben hintergrund haben wie das img das dahinter ist.</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1097892</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1097892</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Fri, 14 Jul 2006 18:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Fri, 14 Jul 2006 18:39:16 GMT]]></title><description><![CDATA[<p>gar nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1097893</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1097893</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Fri, 14 Jul 2006 18:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Fri, 14 Jul 2006 18:52:42 GMT]]></title><description><![CDATA[<p>hm...oder kann man irgendwie eine hintergrundfarbe des edits bestimmen die<br />
nicht unter Edit-&gt;Color steht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1097898</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1097898</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Fri, 14 Jul 2006 18:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Fri, 14 Jul 2006 22:19:38 GMT]]></title><description><![CDATA[<p>ABCDEFGHIJKLMNOPRSTUVWXYZ schrieb:</p>
<blockquote>
<p>hm...oder kann man irgendwie eine hintergrundfarbe des edits bestimmen die<br />
nicht unter Edit-&gt;Color steht?</p>
</blockquote>
<p>Du kannst deine eigene Farbe mischen.<br />
Form1-&gt;Edit1-&gt;Color = (TColor) 0xa06060 ; // Blau<br />
Form1-&gt;Edit1-&gt;Color = (TColor) 0x006000 ; // Grün</p>
<p>Aus der Hilfe</p>
<blockquote>
<p>Wenn Sie zur Festlegung von TColor nicht die Konstanten aus der Unit Graphics, sondern eine 4-Byte-Hexadezimalzahl verwenden, geben die drei niederwertigen Bytes die RGB-Farbintensität für Blau, Grün und Rot an. Der Wert $00FF0000 entspricht einem reinen Blau mit voller Intensität, der Wert $0000FF00 einem reinen Grün und der Wert $000000FF einem reinen Rot. $00000000 gibt Schwarz und $00FFFFFF Weiß an.</p>
</blockquote>
<p>MfG Schlumpi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098006</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098006</guid><dc:creator><![CDATA[Arno Horst]]></dc:creator><pubDate>Fri, 14 Jul 2006 22:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 14:02:13 GMT]]></title><description><![CDATA[<p>danke</p>
<p>kann ich auch irgendwie farbtiefe, sättigung und helligkeit bestimmen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098578</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098578</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 14:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 14:16:39 GMT]]></title><description><![CDATA[<p>Siehst du entsprechende Eigenschaften im Objectinspektor oder in der Hilfe -&gt; Nein.</p>
<p>Mehr als diese Angabe ist nicht möglich. Leite von TCustomEdit ab und entwerfe deine eigene Komponente</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098585</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 16 Jul 2006 14:16:39 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 14:22:44 GMT]]></title><description><![CDATA[<p>Nein ich meine jetzt nicht speziell für Edit sondern für dieses TColor.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098588</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098588</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 14:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 14:30:51 GMT]]></title><description><![CDATA[<p>Gibt doch einfach mal in der Hilfe tcolor ein</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098596</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098596</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 16 Jul 2006 14:30:51 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 15:19:42 GMT]]></title><description><![CDATA[<p>Du kannst Farbton, Sättigkeit und Helligkeit aus den RGB-Werten berechnen (siehe z.B. beim Standard-Farb-Dialog). Frag mich aber nicht, wie das geht...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098626</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098626</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 16 Jul 2006 15:19:42 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 17:45:15 GMT]]></title><description><![CDATA[<p>Die Luminanz eines Pixels (was man als Helligkeit verwenden kann) kann man via:<br />
Y = 0.3R + 0.59G + 0.11B<br />
berechnen. (Damit müsste auch der umgekehrte Weg möglich sein)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098708</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098708</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 16 Jul 2006 17:45:15 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 20:29:31 GMT]]></title><description><![CDATA[<p>ok danke habe noch ein prob: wieso wird im C++ Builder nicht alle farben korrekt dargestellt?</p>
<p>C4B550 ist eigentlich ein Gelb-Ton<br />
aber im Builder ist es dann Hellblau...<br />
Oder hab ich was falsch gemacht?</p>
<p>Eingetragen hab ich es so unter Label-&gt;Font-&gt;Color<br />
[c++]0x00C4B550[/c++]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098808</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 20:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 20:33:33 GMT]]></title><description><![CDATA[<p>BGR, nicht RGB...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098811</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098811</guid><dc:creator><![CDATA[Sphy]]></dc:creator><pubDate>Sun, 16 Jul 2006 20:33:33 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 20:52:27 GMT]]></title><description><![CDATA[<p>Yep. Steht auch so im Beitrag von Arno Horst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098822</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098822</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 16 Jul 2006 20:52:27 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:07:26 GMT]]></title><description><![CDATA[<p>Oh sorry habs zwar gelesen und eigentlich auch dran gedacht nur ist es mir<br />
wohl wieder entfallen...naja danke aber trotzdem:</p>
<p>wenn ich<br />
[c++]0x003C4641[/c++] eingebe dann stimmt die farbe so wie ich sie wollte aber<br />
wenn ich da sprogramm starte ist die farbe wieder falsch das versteh ich nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098832</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098832</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:07:26 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:08:34 GMT]]></title><description><![CDATA[<p>ich meine natürlich</p>
<pre><code class="language-cpp">0x003C4641
</code></pre>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098833</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098833</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:08:34 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:22:30 GMT]]></title><description><![CDATA[<p>ABCDEFGHIJKLMNOPRSTUVWXYZ schrieb:</p>
<blockquote>
<p>wenn ich<br />
[c++]0x003C4641[/c++] eingebe dann stimmt die farbe so wie ich sie wollte aber<br />
wenn ich da sprogramm starte ist die farbe wieder falsch das versteh ich nicht</p>
</blockquote>
<p>Ein genauer Hergang wäre nicht schlecht. Außerdem: Wo definierst du die Farbe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098844</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098844</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:22:30 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:25:24 GMT]]></title><description><![CDATA[<p>Also die Farbe definiere ich in Label-&gt;Font-&gt;Color</p>
<p>aber was genau meinst du mit hergang? Sorry bin ziemlich neu überhaupt mit programmieren und versteh vieles nicht</p>
<p>mfg me</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098848</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098848</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:26:28 GMT]]></title><description><![CDATA[<p>ABCDEFGHIJKLMNOPRSTUVWXYZ schrieb:</p>
<blockquote>
<p>Label-&gt;Font-&gt;Color</p>
</blockquote>
<p>Ja, zur Laufzeit des Programms oder zur Designzeit?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098849</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098849</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:26:28 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:35:32 GMT]]></title><description><![CDATA[<p>hat sich schon geklärt, hab vergessen von einem frühreren test auf dem FormCreate die definition der farbe des labels rauszunehmen *schäm* <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098857</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098857</guid><dc:creator><![CDATA[ABCDEFGHIJKLMNOPRSTUVWXYZ]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:35:32 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld transparent machen o.ä. on Sun, 16 Jul 2006 21:41:39 GMT]]></title><description><![CDATA[<p>Na, dann ist ja alles im grünen Bereich. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1098863</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1098863</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 16 Jul 2006 21:41:39 GMT</pubDate></item></channel></rss>