<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Al's Programming Resource - Tutorials]]></title>
		<link>http://forum.alsprogrammingresource.com/</link>
		<description><![CDATA[Al's Programming Resource - http://forum.alsprogrammingresource.com]]></description>
		<pubDate>Wed, 29 Apr 2026 13:00:21 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[About toolbars example]]></title>
			<link>http://forum.alsprogrammingresource.com/showthread.php?tid=113</link>
			<pubDate>Sat, 19 Nov 2016 11:18:37 +0000</pubDate>
			<guid isPermaLink="false">http://forum.alsprogrammingresource.com/showthread.php?tid=113</guid>
			<description><![CDATA[Hi, <br />
<br />
I run your code in Dev-C++ 4.9.9.2 and it works well. But when I try to modify to my needs I get error.<br />
In code for create the toolbar I add TBSTYLE_LIST as this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>hWndToolBar = CreateWindowEx(<br />
            0, <br />
            TOOLBARCLASSNAME, <br />
            (LPSTR)NULL,<br />
            WS_CHILD | TBSTYLE_LIST,<br />
            0,<br />
            0, <br />
            0,</code></div></div>
<br />
and get  xx...\main.cpp `TBSTYLE_LIST' undeclared (first use this function) .<br />
<br />
How do I fix that??<br />
<br />
/Jonny]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I run your code in Dev-C++ 4.9.9.2 and it works well. But when I try to modify to my needs I get error.<br />
In code for create the toolbar I add TBSTYLE_LIST as this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>hWndToolBar = CreateWindowEx(<br />
            0, <br />
            TOOLBARCLASSNAME, <br />
            (LPSTR)NULL,<br />
            WS_CHILD | TBSTYLE_LIST,<br />
            0,<br />
            0, <br />
            0,</code></div></div>
<br />
and get  xx...\main.cpp `TBSTYLE_LIST' undeclared (first use this function) .<br />
<br />
How do I fix that??<br />
<br />
/Jonny]]></content:encoded>
		</item>
	</channel>
</rss>