<?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[gamecontroller auswahl anzeigen]]></title><description><![CDATA[<p>hi, ich suche eine möglichkeit, den gamecontrollerdialog in der systemsteuerung aufzurufen. (bs: win98se)<br />
vielleicht hat jemand ein paar tips....</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/63362/gamecontroller-auswahl-anzeigen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 11:07:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/63362.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Feb 2004 07:04:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to gamecontroller auswahl anzeigen on Sun, 01 Feb 2004 07:04:50 GMT]]></title><description><![CDATA[<p>hi, ich suche eine möglichkeit, den gamecontrollerdialog in der systemsteuerung aufzurufen. (bs: win98se)<br />
vielleicht hat jemand ein paar tips....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/448604</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/448604</guid><dc:creator><![CDATA[konrad]]></dc:creator><pubDate>Sun, 01 Feb 2004 07:04:50 GMT</pubDate></item><item><title><![CDATA[Reply to gamecontroller auswahl anzeigen on Sun, 01 Feb 2004 08:21:04 GMT]]></title><description><![CDATA[<p>versuch mal folgendes:</p>
<pre><code class="language-cpp">CString strCommand = &quot;rundll32.exe shell32.dll,Control_RunDLL joy.cpl,&quot;0&quot;,0&quot;;
system(strCommand); // kannst auch shellexecute nehmen, is ja nur ein beispiel
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/448608</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/448608</guid><dc:creator><![CDATA[Ernsti]]></dc:creator><pubDate>Sun, 01 Feb 2004 08:21:04 GMT</pubDate></item><item><title><![CDATA[Reply to gamecontroller auswahl anzeigen on Tue, 03 Feb 2004 07:39:37 GMT]]></title><description><![CDATA[<p>herzlichen dank, klappt wunderbar !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/450234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/450234</guid><dc:creator><![CDATA[konrad]]></dc:creator><pubDate>Tue, 03 Feb 2004 07:39:37 GMT</pubDate></item></channel></rss>