<?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[VC++ 6.0 - XP-Style --&amp;gt; &amp;quot;leeres&amp;quot; Fenster???]]></title><description><![CDATA[<p>Hallo!<br />
Ich habe folgendes Problem:<br />
Gestern habe ich ein Programm erstellt mit XP-Style:<br />
Resource 24 -&gt; 1:</p>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt; 
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt; 
	&lt;assemblyIdentity 
		version=&quot;1.0.0.0&quot; 
		processorArchitecture=&quot;X86&quot; 
		name=&quot;Microsoft.Windows.CodenameWhitescreen&quot; 
		type=&quot;win32&quot;
	/&gt; 	
	&lt;description&gt;Codename Whitescreen&lt;/description&gt; 
	&lt;dependency&gt; 
		&lt;dependentAssembly&gt; 
			&lt;assemblyIdentity 
				type=&quot;win32&quot; 
				name=&quot;Microsoft.Windows.Common-Controls&quot; 
				version=&quot;6.0.0.0&quot; 
				processorArchitecture=&quot;X86&quot; 
				publicKeyToken=&quot;6595b64144ccf1df&quot; 
				language=&quot;*&quot; 
			/&gt; 
		&lt;/dependentAssembly&gt; 
	&lt;/dependency&gt; 
&lt;/assembly&gt;
</code></pre>
<p>und habe:</p>
<p>#include &lt;commctrl.h&gt;<br />
#pragma comment(lib,&quot;Comctl32.lib&quot;)</p>
<p>so dann kompiliert, erstellt, alles gegangen, alles super.</p>
<p>Am nächsten Tag PC angemacht, Programm gestartet -&gt; und es kam ein leeres Fenster: Also die titelleiste mit icon, aber die buttons, editfelder, progressbar usw. waren weck, also nur ein graues leeres Fenster, dann hab ich auch andere ältere Projekte gestartet, wo ich gewusst hab, dass ich den XP-Style verwendet hab, dasselbe, keine Controlls, nur leeres fenster. Das komische ist nur dass am vortag noch alles gelaufen ist und ich nichts am System treiber mäßig oder sonst auch nichts verändert hab.<br />
Ich kann mich noch erinnern, ich hab mal ein Programm von mir nem freund geschickt, der hat dann gesagt, ja na und n leeres fenster... also irgendwas stimmt da nicht ganz...</p>
<p>Hoffe ihr könnt mir helfen,<br />
danke,<br />
mfg<br />
mitos</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189436/vc-6-0-xp-style-gt-quot-leeres-quot-fenster</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 22:20:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189436.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Aug 2007 07:23:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VC++ 6.0 - XP-Style --&amp;gt; &amp;quot;leeres&amp;quot; Fenster??? on Mon, 13 Aug 2007 10:48:04 GMT]]></title><description><![CDATA[<p>Hallo!<br />
Ich habe folgendes Problem:<br />
Gestern habe ich ein Programm erstellt mit XP-Style:<br />
Resource 24 -&gt; 1:</p>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt; 
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt; 
	&lt;assemblyIdentity 
		version=&quot;1.0.0.0&quot; 
		processorArchitecture=&quot;X86&quot; 
		name=&quot;Microsoft.Windows.CodenameWhitescreen&quot; 
		type=&quot;win32&quot;
	/&gt; 	
	&lt;description&gt;Codename Whitescreen&lt;/description&gt; 
	&lt;dependency&gt; 
		&lt;dependentAssembly&gt; 
			&lt;assemblyIdentity 
				type=&quot;win32&quot; 
				name=&quot;Microsoft.Windows.Common-Controls&quot; 
				version=&quot;6.0.0.0&quot; 
				processorArchitecture=&quot;X86&quot; 
				publicKeyToken=&quot;6595b64144ccf1df&quot; 
				language=&quot;*&quot; 
			/&gt; 
		&lt;/dependentAssembly&gt; 
	&lt;/dependency&gt; 
&lt;/assembly&gt;
</code></pre>
<p>und habe:</p>
<p>#include &lt;commctrl.h&gt;<br />
#pragma comment(lib,&quot;Comctl32.lib&quot;)</p>
<p>so dann kompiliert, erstellt, alles gegangen, alles super.</p>
<p>Am nächsten Tag PC angemacht, Programm gestartet -&gt; und es kam ein leeres Fenster: Also die titelleiste mit icon, aber die buttons, editfelder, progressbar usw. waren weck, also nur ein graues leeres Fenster, dann hab ich auch andere ältere Projekte gestartet, wo ich gewusst hab, dass ich den XP-Style verwendet hab, dasselbe, keine Controlls, nur leeres fenster. Das komische ist nur dass am vortag noch alles gelaufen ist und ich nichts am System treiber mäßig oder sonst auch nichts verändert hab.<br />
Ich kann mich noch erinnern, ich hab mal ein Programm von mir nem freund geschickt, der hat dann gesagt, ja na und n leeres fenster... also irgendwas stimmt da nicht ganz...</p>
<p>Hoffe ihr könnt mir helfen,<br />
danke,<br />
mfg<br />
mitos</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343475</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343475</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 13 Aug 2007 10:48:04 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 6.0 - XP-Style --&amp;gt; &amp;quot;leeres&amp;quot; Fenster??? on Mon, 13 Aug 2007 11:47:03 GMT]]></title><description><![CDATA[<p>InitCommonControls aufgerufen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343660</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343660</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 13 Aug 2007 11:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 6.0 - XP-Style --&amp;gt; &amp;quot;leeres&amp;quot; Fenster??? on Mon, 13 Aug 2007 12:21:46 GMT]]></title><description><![CDATA[<p>jep.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343672</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343672</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 13 Aug 2007 12:21:46 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 6.0 - XP-Style --&amp;gt; &amp;quot;leeres&amp;quot; Fenster??? on Mon, 13 Aug 2007 18:49:14 GMT]]></title><description><![CDATA[<p>hmm komisch, habs jetzt noch mal versucht (mit InitCommonControls), jetzt klappts, und auch mit den anderen anwendungen.</p>
<p>Vielen dank,<br />
mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343919</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343919</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 13 Aug 2007 18:49:14 GMT</pubDate></item></channel></rss>