<?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[Bei Buton OnClick eine mp3 abspielen]]></title><description><![CDATA[<p>Wie kann ich, wenn ich auf Button klicke, eine MP3 abspielen??(ohne anzeigen oder so, nur die mp3)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124271/bei-buton-onclick-eine-mp3-abspielen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 20:37:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124271.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Oct 2005 08:10:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bei Buton OnClick eine mp3 abspielen on Wed, 26 Oct 2005 08:10:57 GMT]]></title><description><![CDATA[<p>Wie kann ich, wenn ich auf Button klicke, eine MP3 abspielen??(ohne anzeigen oder so, nur die mp3)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900893</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900893</guid><dc:creator><![CDATA[Oh_oh]]></dc:creator><pubDate>Wed, 26 Oct 2005 08:10:57 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Buton OnClick eine mp3 abspielen on Wed, 26 Oct 2005 08:59:27 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>siehe die WInAPI-Funktion <em>PlaySound()</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900924</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900924</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 26 Oct 2005 08:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to Bei Buton OnClick eine mp3 abspielen on Wed, 26 Oct 2005 09:37:12 GMT]]></title><description><![CDATA[<p>habe es so</p>
<pre><code class="language-cpp">PlaySound (TEXT(&quot;c:\\SOUNDS\\hello.mp3&quot;), NULL, SND_SYNC);
</code></pre>
<p>aber es kommt nix...=/</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900957</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900957</guid><dc:creator><![CDATA[Oh_oh]]></dc:creator><pubDate>Wed, 26 Oct 2005 09:37:12 GMT</pubDate></item></channel></rss>