<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Syslink Control in MFC 9.0</title>
	<atom:link href="http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/</link>
	<description>Sharing my opinions and ideas!</description>
	<lastBuildDate>Tue, 10 Apr 2012 13:37:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gonwan</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-8751</link>
		<dc:creator>gonwan</dc:creator>
		<pubDate>Sun, 23 Mar 2008 19:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-8751</guid>
		<description>I&#039;m using vs2005. I add a syslink control manually into the rc file like this:
    CONTROL         &quot;&lt;a&gt;syslink&lt;/a&gt;&quot;,IDC_LINK_MAIL,&quot;SysLink&quot;,WS_TABSTOP,139,66,70,14
I define the IDC_LINK_MAIL macro in resource.h file. The code works when compiled using unicode but failed when compiled using mbcs settings. 

What wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using vs2005. I add a syslink control manually into the rc file like this:<br />
    CONTROL         &#8220;<a>syslink</a>&#8220;,IDC_LINK_MAIL,&#8221;SysLink&#8221;,WS_TABSTOP,139,66,70,14<br />
I define the IDC_LINK_MAIL macro in resource.h file. The code works when compiled using unicode but failed when compiled using mbcs settings. </p>
<p>What wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddas-edEN</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-7301</link>
		<dc:creator>ddas-edEN</dc:creator>
		<pubDate>Tue, 12 Feb 2008 11:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-7301</guid>
		<description>What should I do if I need such a Link Text on a Dialog that would run in Windows 2000? I am using Visual C++ 6.0. Please help.</description>
		<content:encoded><![CDATA[<p>What should I do if I need such a Link Text on a Dialog that would run in Windows 2000? I am using Visual C++ 6.0. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariusbancila</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-1597</link>
		<dc:creator>mariusbancila</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-1597</guid>
		<description>I don&#039;t exactly know how to customize the look. As you can see, there isn&#039;t much documentation about this. If I&#039;ll find more I promise to post it here.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t exactly know how to customize the look. As you can see, there isn&#8217;t much documentation about this. If I&#8217;ll find more I promise to post it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pan One</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-1576</link>
		<dc:creator>pan One</dc:creator>
		<pubDate>Mon, 30 Jul 2007 14:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-1576</guid>
		<description>And would there be a way to customize the look of the links? I mean if I would like to match color to with a non-standard color scheme. On MSDN they mention state LIS_DEFAULTCOLORS though it&#039;s unclear what it means.

Also there is a promising LIS_HOTTRACK fellow. Would it be possible to underline the link only when a mouse pointer is over it?</description>
		<content:encoded><![CDATA[<p>And would there be a way to customize the look of the links? I mean if I would like to match color to with a non-standard color scheme. On MSDN they mention state LIS_DEFAULTCOLORS though it&#8217;s unclear what it means.</p>
<p>Also there is a promising LIS_HOTTRACK fellow. Would it be possible to underline the link only when a mouse pointer is over it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariusbancila</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-1275</link>
		<dc:creator>mariusbancila</dc:creator>
		<pubDate>Sun, 08 Jul 2007 08:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-1275</guid>
		<description>Yes, it works on Win XP too. The syslink control was created for Win XP. But you could only created it with the Win API. In MFC 9.0 there is a class, CLinkCtrl that wraps over the Win API, and you can add it on a dialog from the resource editor. From the pictures, you can see I wrote the sample and run the application on Win XP, not Vista.</description>
		<content:encoded><![CDATA[<p>Yes, it works on Win XP too. The syslink control was created for Win XP. But you could only created it with the Win API. In MFC 9.0 there is a class, CLinkCtrl that wraps over the Win API, and you can add it on a dialog from the resource editor. From the pictures, you can see I wrote the sample and run the application on Win XP, not Vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://mariusbancila.ro/blog/2007/07/05/syslink-control-in-mfc-90/comment-page-1/#comment-1260</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Fri, 06 Jul 2007 19:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://mariusbancila.ro/blog/?p=57#comment-1260</guid>
		<description>Cool :) does this work on XP also (i.e. using some the undocumented DirectUI ) ?</description>
		<content:encoded><![CDATA[<p>Cool <img src='http://mariusbancila.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  does this work on XP also (i.e. using some the undocumented DirectUI ) ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

