<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>wtl at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/wtl/</link>
    <description>WTL support list</description>

    <item>
      <title>Re: How to draw in MDI?</title>
      <pubDate>Fri, 20 Nov 2009 14:10:03 GMT</pubDate>
      <dc:creator>Jim Barry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16213</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16213</guid>
      <description>... In your CMainFrame::OnCreate there should be something like: CreateMDIClient(); m_CmdBar.SetMDIClient(m_hWndMDIClient); At this point you can subclass the</description>
    </item>
    <item>
      <title>How to draw in MDI?</title>
      <pubDate>Fri, 20 Nov 2009 12:07:55 GMT</pubDate>
      <dc:creator>yooyo3d</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16212</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16212</guid>
      <description>Hi, I have MDI application and I want to draw some image on main MDI window (MainFrm), like company logo and some text. Responding on WM_PAINT message didnt</description>
    </item>
    <item>
      <title>Re: WTL with VS2010 Beta2 and Win7 SDK?</title>
      <pubDate>Thu, 19 Nov 2009 14:11:42 GMT</pubDate>
      <dc:creator>Alain Rist</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16211</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16211</guid>
      <description>Yes I did, no problem :), cheers, AR ... From: jon_feider To: wtl@yahoogroups.com Sent: Thursday, November 19, 2009 11:26 AM Subject: [wtl] WTL with VS2010</description>
    </item>
    <item>
      <title>Re: unresolved symbols</title>
      <pubDate>Thu, 19 Nov 2009 13:25:17 GMT</pubDate>
      <dc:creator>jo jojo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16210</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16210</guid>
      <description>link msvcrtd.lib for debug version and msvcrt.lib for release version ... From: mike &lt;mike@...&gt; Subject: [wtl] unresolved symbols To: &quot;wtl&quot;</description>
    </item>
    <item>
      <title>WTL with VS2010 Beta2 and Win7 SDK?</title>
      <pubDate>Thu, 19 Nov 2009 13:23:35 GMT</pubDate>
      <dc:creator>jon_feider</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16209</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16209</guid>
      <description>Has anyone else tried WTL with Visual Studio 2010 Beta2 and the Windows 7 SDK? I haven&#39;t yet, but I&#39;m thinking about it and hoping someone who already has can</description>
    </item>
    <item>
      <title>Re: unresolved symbols</title>
      <pubDate>Thu, 19 Nov 2009 12:18:45 GMT</pubDate>
      <dc:creator>Jim Barry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16208</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16208</guid>
      <description>... Not sure, but I don&#39;t think there&#39;s any reason to use WTL::CString unless you&#39;re targeting ATL version 3. Just use the ATL::CString in atlstr.h. To get rid</description>
    </item>
    <item>
      <title>unresolved symbols</title>
      <pubDate>Wed, 18 Nov 2009 20:11:15 GMT</pubDate>
      <dc:creator>mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16207</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16207</guid>
      <description>A colleague modified his ATL project and now he&#39;s getting 2&gt;FolderFileCtrl.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 19:07:19 GMT</pubDate>
      <dc:creator>Jim Barry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16206</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16206</guid>
      <description>... If the edit control is in a dialog then you will have trouble with VK_TAB and VK_RETURN, as the dialog manager intercepts those keystrokes. In that case</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 18:41:33 GMT</pubDate>
      <dc:creator>izm_ka</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16205</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16205</guid>
      <description>Awesome! Jim, I owe you several beers. I do not know where you live, but if you happen to be in Arizona, I would be happy to bring it :) The code I&#39;m</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 18:24:39 GMT</pubDate>
      <dc:creator>Jim Barry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16204</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16204</guid>
      <description>... Just handle WM_PASTE. You can examine the contents of the clipboard, and if you like what you see then pass the message on to the edit control. - Jim</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 18:05:42 GMT</pubDate>
      <dc:creator>izm_ka</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16203</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16203</guid>
      <description>CHexEdit is a good idea, I&#39;ll try it shortly. However, how would you disable pasting arbitrary text into the edit box? The property page is declared as: [ </description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 13:43:00 GMT</pubDate>
      <dc:creator>Jim Barry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16202</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16202</guid>
      <description>... As already mentioned, there is the ES_NUMBER style, though it doesn&#39;t support signed numbers or hexadecimal. ... You don&#39;t need a message filter - just</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 12:35:36 GMT</pubDate>
      <dc:creator>Igor Tandetnik</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16201</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16201</guid>
      <description>... Constructor seems like a good place. ... I don&#39;t know what an &quot;ATL Property Page&quot; is. CMessageFilter is only useful in a WTL application, where the message</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 11:44:00 GMT</pubDate>
      <dc:creator>Konstantin Mironovich</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16200</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16200</guid>
      <description>ES_NUMBER style does not work? -km ... From: izm_ka To: wtl@yahoogroups.com Sent: Wednesday, November 18, 2009 6:53 AM Subject: [wtl] PreTranslateMessage is</description>
    </item>
    <item>
      <title>Re: PreTranslateMessage is not called in CMessageFilter and CEdit de</title>
      <pubDate>Wed, 18 Nov 2009 07:10:21 GMT</pubDate>
      <dc:creator>izm_ka</dc:creator>
      <link>http://tech.groups.yahoo.com/group/wtl/message/16199</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/wtl/message/16199</guid>
      <description>Nope - I do not really know where to register the message loop. My inplace edit box is shown in an ATL Property Page which can be invoked from any app, e.g.</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec 17 09:44:40 PST 2009 -->
