<?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[IMAGE -&amp;gt; pfadangabe]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Ich verwende den borland builder 6:<br />
hab als newbie das problem, dass wenn ich ein bild im mein Image laden will - also aus der anwendung heraus - das problem habe das es im moment nur funktioniert wenn ich folgendes mache:</p>
<p>Form2-&gt;Einzelteil-&gt;Picture-&gt;LoadFromFile(C:\\Bilder\\test.bmp);</p>
<p>nun will ich aber, dass er das bild aus einem unterordner vom ausführungsort der exe lädt. z.b. wenn ich diue exe von cd starte soll er die bilder von cd:/Bilder laden. ich hab mir das so vorgestellt:</p>
<p>Form2-&gt;Einzelteil-&gt;Picture-&gt;LoadFromFile(\\Bilder\\test.bmp);</p>
<p>geht aber net.</p>
<p>Wie ist es denn richtig ??</p>
<p>dankeschoen</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/116685/image-gt-pfadangabe</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 22:40:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/116685.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Jul 2005 11:35:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IMAGE -&amp;gt; pfadangabe on Fri, 29 Jul 2005 11:35:18 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Ich verwende den borland builder 6:<br />
hab als newbie das problem, dass wenn ich ein bild im mein Image laden will - also aus der anwendung heraus - das problem habe das es im moment nur funktioniert wenn ich folgendes mache:</p>
<p>Form2-&gt;Einzelteil-&gt;Picture-&gt;LoadFromFile(C:\\Bilder\\test.bmp);</p>
<p>nun will ich aber, dass er das bild aus einem unterordner vom ausführungsort der exe lädt. z.b. wenn ich diue exe von cd starte soll er die bilder von cd:/Bilder laden. ich hab mir das so vorgestellt:</p>
<p>Form2-&gt;Einzelteil-&gt;Picture-&gt;LoadFromFile(\\Bilder\\test.bmp);</p>
<p>geht aber net.</p>
<p>Wie ist es denn richtig ??</p>
<p>dankeschoen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/841561</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841561</guid><dc:creator><![CDATA[kill4u]]></dc:creator><pubDate>Fri, 29 Jul 2005 11:35:18 GMT</pubDate></item><item><title><![CDATA[Reply to IMAGE -&amp;gt; pfadangabe on Fri, 29 Jul 2005 11:40:12 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">Form2-&gt;Einzelteil-&gt;Picture-&gt;LoadFromFile(&quot;Bilder\\test.bmp&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/841568</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841568</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Fri, 29 Jul 2005 11:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to IMAGE -&amp;gt; pfadangabe on Fri, 29 Jul 2005 12:27:37 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">...-&gt;LoadFromFile(ExtractFilePath(Application-&gt;ExeName) + &quot;Bilder\\test.bmp&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/841618</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/841618</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Fri, 29 Jul 2005 12:27:37 GMT</pubDate></item></channel></rss>