<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Put a web browser on your desktop</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx</link><description>Just a few lines of code allow you to put a fully functioning custom web browser on your screen background. If you’re not running the beta of VFP9, then remove the autocomplete property on the textbox below. The AlwaysOnBottom puts the browser form below</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Put a web browser on your desktop</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#218482</link><pubDate>Sun, 22 Aug 2004 05:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:218482</guid><dc:creator>AKrisiun</dc:creator><description>* on method Resize must be : &lt;br&gt;this.oweb.width=thisform.width-thisform.oweb.left&lt;br&gt;this.oweb.height=thisform.Height-thisform.oweb.top&lt;br&gt;&lt;br&gt;I tryed textbox change with OleControl textbox with SHAutoComplete &lt;br&gt;* ADD OBJECT txtURL as textbox&lt;br&gt; ADD OBJECT txtURL as UrlTextbox &lt;br&gt;&lt;br&gt;DEFINE CLASS UrlTextBox AS olecontrol &lt;br&gt;&lt;br&gt;   OleClass = &amp;quot;MSMask.MaskEdBox&amp;quot;  &lt;br&gt;   TextValue = &amp;quot;www.google.com&amp;quot;&lt;br&gt;   nLastKey = 0&lt;br&gt;   &lt;br&gt;   FUNCTION Init    &lt;br&gt;&lt;br&gt;     This.Object.Text = This.TextValue &lt;br&gt; &lt;br&gt;     DECLARE INTEGER SHAutoComplete  IN  Shlwapi.dll ;&lt;br&gt;             INTEGER hwndEdit, INTEGER dwFlags&lt;br&gt;&lt;br&gt;     =ShAutoComplete( This.hWnd, 0x4 )      &lt;br&gt;     &lt;br&gt;   FUNCTION LostFocus() &lt;br&gt;     This.Valid() &lt;br&gt;     &lt;br&gt;   FUNCTION Valid &lt;br&gt;     RETURN .T. &lt;br&gt;&lt;br&gt;ENDDEFINE &lt;br&gt;   &lt;br&gt;ShAutocomplete works fine (in VFP6, VFP8 ... ! )&lt;br&gt;But problem with MaskEdBox control : its down have Valid event.&lt;br&gt;</description></item><item><title>re: Put a web browser on your desktop</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#228299</link><pubDate>Sat, 11 Sep 2004 19:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:228299</guid><dc:creator>Koen Piller</dc:creator><description>Hi,&lt;br&gt;I noticed that the text in the adress textbox does not change in the Procedure cmdBack.click&lt;br&gt;&lt;br&gt;How could this be corrected?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Koen </description></item><item><title>Do you like reading a blog author? Retrieve all blog entries locally for reading/searching using XML, XSLT, XPATH</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#351735</link><pubDate>Thu, 13 Jan 2005 00:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:351735</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description /></item><item><title>Do you like reading a blog author? Retrieve all blog entries locally for reading/searching using XML, XSLT, XPATH</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#351763</link><pubDate>Thu, 13 Jan 2005 01:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:351763</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description /></item><item><title>Randy's Devcon Demo</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#428446</link><pubDate>Mon, 13 Jun 2005 03:31:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:428446</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>Randy is using my blog as part of a Demo at the Devcon keynote. He has some Fox code running from Outlook...</description></item><item><title>Customer question: what does the crash call stack mean</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#1235887</link><pubDate>Fri, 08 Dec 2006 03:59:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1235887</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;A customer asks: I read your article &amp;quot;Intentionally crash your program&amp;quot;. I have some questions that I&lt;/p&gt;
</description></item><item><title>re: Put a web browser on your desktop</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#1495648</link><pubDate>Sat, 20 Jan 2007 04:48:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1495648</guid><dc:creator>JM</dc:creator><description>&lt;p&gt;I have a browser into a form, but I need sometimes that the link that the user clicked on, to be opened at a new windows (of the browser predetermined of the user)&lt;/p&gt;
&lt;p&gt;how I can do it ?=&lt;/p&gt;
&lt;p&gt;Best regards, and sorry my bad english, I speak spanish. :)&lt;/p&gt;
</description></item><item><title>What's the difference between Internet Explorer and Explorer?</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#5175528</link><pubDate>Fri, 28 Sep 2007 03:22:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5175528</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;From the navigate bar of either, you can type a web URL like www.msn.com or a local file path like “c:\Windows”&lt;/p&gt;
</description></item><item><title>Control Web Browser | hilpers</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#9336433</link><pubDate>Sat, 17 Jan 2009 23:07:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9336433</guid><dc:creator>Control Web Browser | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/709998-control-web-browser"&gt;http://www.hilpers-esp.com/709998-control-web-browser&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Calvin Hsia s WebLog Put a web browser on your desktop | Green Tea Fat Burner</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/08/20/217915.aspx#9706514</link><pubDate>Mon, 08 Jun 2009 05:17:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9706514</guid><dc:creator> Calvin Hsia s WebLog Put a web browser on your desktop | Green Tea Fat Burner</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://greenteafatburner.info/story.php?id=3748"&gt;http://greenteafatburner.info/story.php?id=3748&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>