<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://beatlesblog.spaces.live.com/mmm2008-05-17_13.22/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fbeatlesblog.spaces.live.com%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Beatle's Blog</title><description /><link>http://beatlesblog.spaces.live.com/</link><language>en-US</language><pubDate>Mon, 21 Jul 2008 16:22:17 GMT</pubDate><lastBuildDate>Mon, 21 Jul 2008 16:22:17 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><live:identity><live:id>813093355441641205</live:id><live:alias>beatlesblog</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>In-Process DLL SimConnect Client Sample</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!208.entry</link><description>&lt;p&gt;Hey All, &lt;p&gt;In my last blog post, I mentioned we had a &lt;a href="http://msdn.microsoft.com/en-us/esp/cc470028.aspx"&gt;new download area with some new samples&lt;/a&gt; and that I had a couple of samples that needed some minor cleaning up and then they would be posted there.  Well one of those has been posted there, the &lt;a href="http://code.msdn.microsoft.com/ESPdllSimConnect"&gt;In-Process DLL SimConnect Client sample&lt;/a&gt; (actually, it was posted almost 2 months ago, I'm just now getting around to blogging about it :-&amp;gt; ). &lt;p&gt;I wrote this sample because I noticed we didn't have any in-proc DLL samples in the SDK.   &lt;p&gt;First off, what does that mean, In-Process?  It means that the DLL SimConnect client is loaded within the ESP/FSX process space instead of within its own process space like an external .EXE based SimConnect client.  This has some good points and some bad points (depending on what you are trying to do).   &lt;p&gt;The good points are that you register a callback function once, right after the SimConnect_Open call, and that callback will get called directly by the Server Side SimConnect code when messages are available for your client.  This bypasses all of the networking layer (ie no TCP/IP, no Named Pipes, you get a direct function call into your code from the Sim side code).  This also means you don't have to run your own HWND based message pump, you don't need to use a background thread with an Event Handle, you don't need to use a timer based query scheme, etc - in other words, it makes life much easier. &lt;p&gt;The bad points are that you can't really do standard windows based UI this way - well, you can but its not guaranteed to work (DirectX and GDI get into fights with each other sometimes, especially in full screen mode) unless you put the Sim into Dialog Mode first.  You can still add menu items, use the SimConnect_Text function to display both scrolling text and simple &amp;quot;select one of the below&amp;quot; style dialog boxes.  Another bad point, in some folks eyes anyway, is you can only use C++ to write an In-Proc DLL client.  Also, since your client is running within the ESP/FSX process space, if your client code goes nuts (causes a fault of some sort, or goes into an infinite loop) you can take down the entire Sim. &lt;p&gt;So, if you want to write a client with lots of UI and/or you want to use managed code, stick with an out-of-proc EXE style client, but if you can live within the above restrictions, then an in-proc DLL style client may be the way to go. &lt;p&gt;Things that would make a good in-proc DLL style client: &lt;ul&gt; &lt;li&gt;adding Custom Action support for missions  &lt;li&gt;transferring data between the Sim and some external app  &lt;li&gt;interfacing custom hardware to the Sim&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;/u&gt;&lt;/strong&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;What the sample does&lt;/u&gt;&lt;/strong&gt; &lt;p&gt;The sample is fairly simple in what it does.  It adds a couple of menu items to the AddOn menu (Show Weather Menu and Show Time Menu).  Selecting one of these menu items will use SimConnect_Text to show a &amp;quot;Select on of these options&amp;quot; dialogs, the weather dialog allows you to query the dialog from either the current location or from SeaTac, the time dialog lets you set the time to either 12:00 Local or 00:00 Zulu.  Selecting one of the weather reporting options will query for the Metar string at the requested location, and then use SimConnect_Text to display the Metar string as a scrolling message across the top of the screen.  Selecting one of the time set options will, surprisingly enough, set the time accordingly :-&amp;gt; &lt;p&gt;Hopefully a few of you will find the sample useful.  If you do, or you have any questions about it, drop by &lt;a href="http://forums.msdn.microsoft.com/en-US/ESP/threads/"&gt;the Microsoft ESP Forum&lt;/a&gt; to discuss it/ask questions. &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+In-Process+DLL+SimConnect+Client+Sample&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><category>None</category><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!208.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!208.entry</guid><pubDate>Mon, 21 Jul 2008 16:22:17 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!208/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!208.entry#comment</wfw:comment><dcterms:modified>2008-07-21T16:22:17Z</dcterms:modified></item><item><title>New Microsoft ESP OnLine Resources</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!197.entry</link><description>&lt;p&gt;Hey All, &lt;p&gt;I'm a little late with this news, but Todd, our Developer Evangelist, has been hard at work getting lots of new resources for Microsoft ESP developers online.  We now have our own &lt;a href="http://msdn.microsoft.com/en-us/esp/default.aspx"&gt;MSDN Microsoft ESP Developer Center&lt;/a&gt;, which includes: &lt;ul&gt; &lt;li&gt;&lt;a href="http://forums.msdn.microsoft.com/en-US/ESP/threads/"&gt;a developer discussion forum area&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/esp/default.aspx"&gt;a team blog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa155301.aspx"&gt;an online version of the SDK documentation&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/esp/cc470028.aspx"&gt;a download area with new sample code&lt;/a&gt;&lt;/ul&gt; &lt;p&gt;and if you have an MSDN subscription, you can also download the ESP runtime and SDK from the Subscriber's Download area (I'd provide a link, but my subscription expired and my renewal hasn't gone through yet :-&amp;gt; ). &lt;p&gt;Over time we'll be adding additional content to the ESP Developer Center (I've got a couple of samples I need to get cleaned up a little so Todd can post them), so check back often (the team blog and forum area both have RSS feeds available). &lt;p&gt;I want to draw a little extra attention to the SDK docs being online.  For those of you who bought the Standard version of FSX or those who just don't want to install the whole SDK, you can now lookup the format and options available in the various configuration files (aircraft.cfg, panel.cfg, etc) online.  If you are trying to find the Microsoft ESP section within the MSDN online docs, just remember that we are under the &amp;quot;Servers and Enterprise Developement&amp;quot; top-level section :-&amp;gt; &lt;p&gt;Tim&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+New+Microsoft+ESP+OnLine+Resources&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!197.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!197.entry</guid><pubDate>Tue, 13 May 2008 17:10:25 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!197/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!197.entry#comment</wfw:comment><dcterms:modified>2008-05-13T17:10:25Z</dcterms:modified></item><item><title>ESP in the news</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!186.entry</link><description>&lt;p&gt;I've got another round of ESP news articles for ya. 
&lt;p&gt;&lt;strong&gt;Business Week&lt;/strong&gt; 
&lt;p&gt;This one is a little old, from back in December, but if you haven't seen it yet, take a look: 
&lt;p&gt;&lt;a href="http://www.businessweek.com/innovate/content/dec2007/id20071220_808794.htm?chan=search"&gt;Business Week ESP Article&lt;/a&gt; 
&lt;p&gt;I particularly like the part about Northrup Grumman using ESP to create a prototype/Proof of Concept on page 2 of the article, since I got to spend a week up in Reston, VA working with this team to pull this off :-&amp;gt;  I doubt every Service Provider who uses ESP is going to get a week of my time to help them out, but it was a lot of fun and they were a great group of developers to work with. 
&lt;p&gt;&lt;strong&gt;Training &amp;amp; Simulation Journal&lt;/strong&gt; 
&lt;p&gt;TSJOnline.com has 2 articles on ESP: 
&lt;p&gt;&lt;a href="http://www.tsjonline.com/story.php?F=3384514"&gt;First TSJOnline article&lt;/a&gt; - this one mentions Lockheed Martin and FlightSafety have signed up as partners. 
&lt;p&gt;&lt;a href="http://www.tsjonline.com/story.php?F=3186732"&gt;Second TSJOnline article&lt;/a&gt; - this one is a more general article on Microsoft entering the Visual Sim market. 
&lt;p&gt;&lt;strong&gt;Games Developer Conference / Serious Games Summit&lt;/strong&gt; 
&lt;p&gt;This next one is an article on Gamasutra about the GDC / SGS last week in San Francisco and the Microsoft ESP presence there - you even get to see a picture of our studio head, Shawn :-&amp;gt; 
&lt;p&gt;&lt;a href="http://www.gamedevelopment.com/php-bin/news_index.php?story=17494"&gt;GDC / SGS coverage&lt;/a&gt; 
&lt;p&gt;&lt;strong&gt;Microsoft MSDN&lt;/strong&gt; 
&lt;p&gt;For those of you with a Microsoft MSDN account, you can now download the ISOs for Microsoft ESP for testing purposes from the MSDN Subscriber downloads section. 
&lt;p&gt;&lt;strong&gt;Microsoft ESP Home Page&lt;/strong&gt; 
&lt;p&gt;&lt;a href="http://www.microsoft.com/esp"&gt;Our home page&lt;/a&gt; has been updated with a short demo video, click and enjoy :-&amp;gt; 
&lt;p&gt;  
&lt;p&gt;That's all for now, till next time 
&lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+ESP+in+the+news&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!186.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!186.entry</guid><pubDate>Sun, 24 Feb 2008 03:55:21 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!186/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!186.entry#comment</wfw:comment><dcterms:modified>2008-06-21T01:57:54Z</dcterms:modified></item><item><title>SimConnect and WPF</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!172.entry</link><description>&lt;p&gt;I've noticed some folks having problems using SimConnect with WPF based apps because there's no easily accessed hWnd and no easily overridden DefWndProc.  Here's a solution that works around those problems and is also usable in WinForms apps if you like. 
&lt;p&gt;In the existing managed samples provided in the SDK, the 2nd param of the new SimConnect(...) line is the hWnd and the 3rd param is the WM_Xxx based message to send to the main window.  For this solution, we will instead pass 0 for both of those params and pass an AutoReset EventWaitHandle object as the 4th param to that call.  Then we will create a background thread that waits for this event to fire and then calls the ReceiveMessage function to handle data received from SimConnect. 
&lt;p&gt;Here's a couple of code snippets: 
&lt;p&gt;This first snippet shows the data used: 
&lt;div style="border-right:gray 1px solid;padding-right:4px;border-top:gray 1px solid;padding-left:4px;font-size:8pt;padding-bottom:4px;margin:20px 0px 10px;overflow:auto;border-left:gray 1px solid;width:97.5%;cursor:text;line-height:12pt;padding-top:4px;border-bottom:gray 1px solid;font-family:consolas, 'Courier New', courier, monospace;height:121px;background-color:#f4f4f4"&gt;
&lt;div style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#008000"&gt;// data&lt;/span&gt;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;Microsoft.ESP.SimConnect.SimConnect sc;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;System.Threading.EventWaitHandle scReady = &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; System.Threading.EventWaitHandle(&lt;span style="color:#0000ff"&gt;false&lt;/span&gt;, System.Threading.EventResetMode.AutoReset);&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;System.Threading.Thread bgThread = &lt;span style="color:#0000ff"&gt;null&lt;/span&gt;;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;public&lt;/span&gt; &lt;span style="color:#0000ff"&gt;delegate&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; MyDelegate();&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And this next snippet shows the code that uses these data items: 
&lt;div style="border-right:gray 1px solid;padding-right:4px;border-top:gray 1px solid;padding-left:4px;font-size:8pt;padding-bottom:4px;margin:20px 0px 10px;overflow:auto;border-left:gray 1px solid;width:97.5%;cursor:text;line-height:12pt;padding-top:4px;border-bottom:gray 1px solid;font-family:consolas, 'Courier New', courier, monospace;height:382px;background-color:#f4f4f4"&gt;
&lt;div style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#008000"&gt;// code&lt;/span&gt;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;private&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; ConnectToSimConnect(&lt;span style="color:#0000ff"&gt;void&lt;/span&gt;)&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    sc = &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; Microsoft.ESP.SimConnect.SimConnect(&lt;span style="color:#006080"&gt;&amp;quot;VE_SC_WPF&amp;quot;&lt;/span&gt;, (IntPtr)0, 0, scReady, 0);&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt; &lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    bgThread = &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; System.Threading.Thread(&lt;span style="color:#0000ff"&gt;new&lt;/span&gt; System.Threading.ThreadStart(scMessageThread));&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    bgThread.IsBackground = &lt;span style="color:#0000ff"&gt;true&lt;/span&gt;;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    bgThread.Start();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;}&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt; &lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;private&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; scMessageThread()&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    &lt;span style="color:#0000ff"&gt;while&lt;/span&gt; (&lt;span style="color:#0000ff"&gt;true&lt;/span&gt;)&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    {&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;        scReady.WaitOne();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;        &lt;span style="color:#0000ff"&gt;this&lt;/span&gt;.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; MyDelegate(scMessageProcess));&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    }&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;}&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt; &lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;private&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; scMessageProcess()&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    sc.ReceiveMessage();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;With the code above, all of the OnRecvXxx callbacks will still happen on the UI thread context, meaning the rest of your code can stay the same as it was when using the hWnd and WM_Xxx message with an overridden DefWndProc.  
&lt;p&gt;If you would prefer that the message handling and the OnRecvXxx callbacks occur on the background thread context, you can do that with this code snippet instead: 
&lt;div style="border-right:gray 1px solid;padding-right:4px;border-top:gray 1px solid;padding-left:4px;font-size:8pt;padding-bottom:4px;margin:20px 0px 10px;overflow:auto;border-left:gray 1px solid;width:97.5%;cursor:text;line-height:12pt;padding-top:4px;border-bottom:gray 1px solid;font-family:consolas, 'Courier New', courier, monospace;height:240px;background-color:#f4f4f4"&gt;
&lt;div style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#008000"&gt;// code&lt;/span&gt;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;private&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; ConnectToSimConnect(&lt;span style="color:#0000ff"&gt;void&lt;/span&gt;)&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    sc = &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; Microsoft.ESP.SimConnect.SimConnect(&lt;span style="color:#006080"&gt;&amp;quot;VE_SC_WPF&amp;quot;&lt;/span&gt;, (IntPtr)0, 0, scReady, 0);&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt; &lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    bgThread = &lt;span style="color:#0000ff"&gt;new&lt;/span&gt; System.Threading.Thread(&lt;span style="color:#0000ff"&gt;new&lt;/span&gt; System.Threading.ThreadStart(scMessageThread));&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    bgThread.IsBackground = &lt;span style="color:#0000ff"&gt;true&lt;/span&gt;;&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    bgThread.Start();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;}&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt; &lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;&lt;span style="color:#0000ff"&gt;private&lt;/span&gt; &lt;span style="color:#0000ff"&gt;void&lt;/span&gt; scMessageThread()&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;{&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    &lt;span style="color:#0000ff"&gt;while&lt;/span&gt; (&lt;span style="color:#0000ff"&gt;true&lt;/span&gt;)&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;    {&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;        scReady.WaitOne();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;        sc.ReceiveMessage();&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:white;border-bottom-style:none"&gt;    }&lt;/pre&gt;&lt;pre style="padding-right:0px;padding-left:0px;font-size:8pt;padding-bottom:0px;margin:0em;overflow:visible;width:100%;color:black;border-top-style:none;line-height:12pt;padding-top:0px;font-family:consolas, 'Courier New', courier, monospace;border-right-style:none;border-left-style:none;background-color:#f4f4f4;border-bottom-style:none"&gt;}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Doing things this way will require you to handle any thread synchronization that might be required to access any UI elements within each OnRecvXxx callback, but if you aren't accessing UI elements much in your callbacks, then the 2nd way might be more efficient overall, but will require more work on your part to insure things happen on the correct thread. 
&lt;p&gt;I've been playing around with WPF for the last couple of weeks and its a lot of fun and can do some really cool things (repeat after me, DataTemplates are your friend :-&amp;gt; ).  Hopefully the above code snippets will let folks out there write some cool WPF based SimConnect clients. 
&lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+SimConnect+and+WPF&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!172.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!172.entry</guid><pubDate>Mon, 11 Feb 2008 18:05:01 GMT</pubDate><slash:comments>4</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!172/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!172.entry#comment</wfw:comment><dcterms:modified>2008-05-20T17:08:06Z</dcterms:modified></item><item><title>Microsoft ESP Buzz</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!168.entry</link><description>&lt;p&gt;We've posted case studies from a couple of our launch partners on the &lt;a href="http://www.microsoft.com/esp"&gt;ESP Website&lt;/a&gt;.  They are located on the &lt;a href="http://www.microsoft.com/esp/resources.htm"&gt;Resources&lt;/a&gt; page. &lt;h4&gt;Adacel MaxSim Flight Trainer&lt;/h4&gt; &lt;p&gt;The first one, from &lt;a href="http://www.adacel.com"&gt;Adacel&lt;/a&gt;, is a &lt;a href="http://download.microsoft.com/download/e/5/c/e5c830b1-edd5-44f2-8fa7-059f0082b843/AdacelESP.DOC"&gt;.DOC file&lt;/a&gt; describing their MaxSim Flight Trainer program.  I'm going to quote the Executive Overview paragraph here, because it really says it all about what ESP is, but do go read the entire &lt;a href="http://download.microsoft.com/download/e/5/c/e5c830b1-edd5-44f2-8fa7-059f0082b843/AdacelESP.DOC"&gt;Case Study Document&lt;/a&gt;. &lt;blockquote&gt; &lt;p&gt;&lt;a&gt;Adacel wanted to be first to market with an integrated flight and air traffic control (ATC) simulation solution for flight schools not served by multi-million dollar offerings. It created the MaxSim Flight Trainer based on its own speech-driven Air Traffic Control simulation technology and the Microsoft® ESP™ visual simulation platform. Adacel created the integrated solution in just three weeks with a single developer, and produced a rich, immersive flight simulation experience that it estimates would have taken millions of dollars and months of work to create from scratch. The extensive after-market of add-ons for Microsoft ESP helps to ensure that Adacel and its customers can easily extend the simulation. And the low-cost Windows® hardware on which it runs helps to ensure that the MaxSim Flight Trainer is more cost-effective, scalable, and transportable than traditional, proprietary offerings.&lt;/a&gt;&lt;/blockquote&gt; &lt;h4&gt;Acron Capability Engineering&lt;/h4&gt; &lt;p&gt;The second one, from &lt;a href="http://www.acroneng.com/"&gt;Acron&lt;/a&gt;, is a &lt;a href="http://www.microsoft.com/esp/Acron_Final-wmv_320x180_300K.wvx"&gt;Windows Media Video file&lt;/a&gt; produced by Acron describing the ways they are using Microsoft ESP.  Here's a &lt;a href="http://www.acroneng.com/news.htm"&gt;link to some news/press releases&lt;/a&gt; from Acron, including information about a couple of support products they will be offering including a 3D modeling program and a HLA interface for Microsoft ESP. &lt;h4&gt;Northrop Grumman&lt;/h4&gt; &lt;p&gt;This one isn't on our &lt;a href="http://www.microsoft.com/esp/resources.htm"&gt;Resources&lt;/a&gt; page, but &lt;a href="http://www.northropgrumman.com/"&gt;Northrop Grumman&lt;/a&gt; has put out a &lt;a href="http://www.irconnect.com/noc/press/pages/news_releases.html?d=132094"&gt;Press Release&lt;/a&gt; announcing they will be using Microsoft ESP as part of their C4ISR Route and Mission planning system.  In fact, I'll be up in Reston, VA all next week, at the Microsoft Technology Center, helping them work on a Proof of Concept for this. &lt;p&gt;  &lt;p&gt;Well, that's all the case studies/press releases I've come across so far, will post again as I find more of these. &lt;p&gt;Beatle&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Microsoft+ESP+Buzz&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!168.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!168.entry</guid><pubDate>Thu, 29 Nov 2007 15:59:34 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!168/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!168.entry#comment</wfw:comment><dcterms:modified>2007-11-29T15:59:34Z</dcterms:modified></item><item><title>Microsoft ESP at I/ITSEC</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!167.entry</link><description>&lt;p&gt;Several members of the Microsoft ESP team are down in Orlando this week at the I/ITSEC conference.  Anybody interested can check out the &lt;a href="http://www.iitsec.org/"&gt;I/ITSEC web site&lt;/a&gt;, which has the daily conference newspaper, ShowDaily, available as PDF files for each day.  If you take a gander at the Tuesday Nov 27th issue, on page 10, there's a write up about Microsoft ESP. &lt;p&gt;Beatle&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Microsoft+ESP+at+I%2fITSEC&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!167.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!167.entry</guid><pubDate>Wed, 28 Nov 2007 16:39:53 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!167/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!167.entry#comment</wfw:comment><dcterms:modified>2007-11-28T16:39:53Z</dcterms:modified></item><item><title>I've got ESP ...</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!164.entry</link><description>&lt;div&gt;No, I can't tell what you are thinking (but stop thinking that or you'll go blind :-&amp;gt; ), I'm talking about &lt;a href="http://www.microsoft.com/esp"&gt;Microsoft ESP (ww.microsoft.com/esp)&lt;/a&gt; of course.  What is Microsoft ESP I hear you asking (and no, really, I don't read minds), well, I'll let the &lt;a href="http://www.microsoft.com/presspass/press/2007/nov07/11-14ESPDebutPR.mspx?rss_fdn=Press Releases"&gt;Press Release&lt;/a&gt; answer that as its much better at it than I could be.  And just why am I bringing this up (besides the fact that we just announced the new product today), why because I just transferred to the ESP team a couple of weeks ago of course.  I see great things in the future (and I promise that's the last cheap ESP joke, for this post at least :-&amp;gt;).&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;DEVCON and FANCON&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Well, Simulation DevCon 2007 has come and gone now, and from everything I heard both during the DevCon and since it seems to have been a great success (big kudos to the &lt;a href="http://www.avsim.com/"&gt;AVSim&lt;/a&gt; folks for organizing all the conference logistics).  If you happened to hear there were some announcements at the DevCon that weren't allowed out in public, well see the first paragraph for info about one of them that is now public :-&amp;gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;FanCon immediately followed the DevCon, and also seemed to be well received by those in attendence, although I got to admit, I was pretty much conferenced out after the DevCon and was sorta dragging through the FanCon part.  I did get one of the Vuzix VR920 VR goggles to play with though (more on that after I've had some time with it).  Lots of cool stuff on display including several different styles of motion platforms including muscle powered, electric actuators, and hydraulic based systems (don't recall seeing any pnuematic based systems though).&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Welp, I gotta get to sleep.  If the Microsoft ESP link above doesn't work, try it again later, we're experiencing some technical difficulties at the moment :-&amp;gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Beatle&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+I've+got+ESP+...&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!164.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!164.entry</guid><pubDate>Thu, 15 Nov 2007 10:17:06 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!164/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!164.entry#comment</wfw:comment><dcterms:modified>2007-11-15T10:17:06Z</dcterms:modified></item><item><title>On the Road Again ...</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!163.entry</link><description>&lt;div&gt;... I don't have to wait to get back on the road again, as I'm on it right now :-&amp;gt;.  I'm currently in Grinnell, IA, about to start my second day of a 3 day drive from Virginia to Seattle/Redmond, Washington for both some direct work related stuff and the AVSIM conference next weekend.  If all goes well, I should be in Ogden, UT by the time I stop tonight.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I'll try to remember to post some updates here about the conference, that way I'll have updates that are less than 6 months apart :-&amp;gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;And just to give the post a little Flight Sim-ness, a hint/feature for folks with the XPack and enjoying the online racing feature, wouldn't it be nice to see each individual lap time?  Well, while viewing the in-game version of the race results screen (ie the semi-see through version you get right after crossing the finish line), if you right click on a users name in the list, that item will expand out to show all the lap times, right clicking again will collapse that line back to normal.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Well, gotta get back on the road again, Salt Lake Cit or BUST :-&amp;gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+On+the+Road+Again+...&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!163.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!163.entry</guid><pubDate>Sat, 03 Nov 2007 11:58:14 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!163/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!163.entry#comment</wfw:comment><dcterms:modified>2007-11-03T11:58:14Z</dcterms:modified></item><item><title>Band stuff 03/06/07</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!144.entry</link><description>&lt;p&gt;Figured I'd post this seperately to keep the XPack news in its own post :-&amp;gt; &lt;p&gt;Band stuff has been going pretty well.  &lt;a title="Dirty Jack homepage" href="http://dirtyjack.net/"&gt;Dirty Jack&lt;/a&gt; has had a few gigs now and they went fairly well.  I decided my 88-key MIDI controllers were just too large and heavy (well the one with hammer action keys anyway) to lug around and setup on stage, so got myself a pair of &lt;a href="http://www.musiciansfriend.com/product/MAudio-Axiom-61-61Key-USB-MIDI-Controller-?sku=706315"&gt;M-Audio Axiom 61&lt;/a&gt; MIDI controllers to use.  These are very nice controllers if anyone is in the market for a USB MIDI controller (actually, I like just about everything in the M-Audio product line :-&amp;gt;), they even have after-touch (first keyboards I've had with that, one of these days I may even figure out how to use it well :-&amp;gt;).  They also have 9 sliders, 8 rotary controllers, 8 drum pad like controllers (which I use for stuff like a VibraSlap, CowBell, helicopter sound effect, etc).  They are light enough, but still feel well made. &lt;p&gt;&lt;a title="Dirty Jack homepage" href="http://dirtyjack.net/"&gt;Dirty Jack&lt;/a&gt; has one more gig currently booked on March 17th (St Patrick's Day) at the Box Seats in Massaponox (which is just a few miles south of my house), and we are currently working on setting up a few more gigs, so if you are in the Northern Virginia area, check out the calendar on our &lt;a href="http://dirtyjack.net/"&gt;website&lt;/a&gt; for future dates and drop by for a listen. &lt;p&gt;I've also joined a second band (really more of a 4 piece combo) called &lt;a title="Flaming Red Horizon Website" href="http://www.flamingredhorizon.com/"&gt;Flaming Red Horizon&lt;/a&gt;.  I'm playing Bass Guitar in this band.  This band is doing more blues type music, along with some originals written by a couple of the members.  We've had a couple of half gigs (we split the bill with another recently formed band at one gig and also played in a battle of the bands contest) and I think we did fairly well, considering we only had 3 or 4 practices before hitting the stage.  Here's a couple links to some video Dave's wife shot at one of the gigs: &lt;p&gt;&lt;a title="Flaming Red Horizon performing Voodoo Child" href="http://www.youtube.com/watch?v=vNW5nriP3gA"&gt;Voodoo Child&lt;/a&gt; &lt;p&gt;&lt;a title="Flaming Red Horizon performing Smoki'n in the Boys Room" href="http://www.youtube.com/watch?v=XpvcSoEfDnA"&gt;Smokin' in the Boys Room&lt;/a&gt; &lt;p&gt;I'm the one wearing the black bass guitar :-&amp;gt; &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Band+stuff+03%2f06%2f07&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!144.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!144.entry</guid><pubDate>Tue, 06 Mar 2007 05:04:50 GMT</pubDate><slash:comments>3</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!144/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!144.entry#comment</wfw:comment><dcterms:modified>2007-03-06T05:04:50Z</dcterms:modified></item><item><title>Is that Adrenaline in your pocket, or are you just happy to see me</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!143.entry</link><description>&lt;p&gt;As you've no doubt already seen by now, we've finally announced the product I've been working on but couldn't talk about - the Flight Sim X:Adrenaline expansion pack.  XPack (easier to type than Adrenaline :-&amp;gt; ) will include single player and multiplayer air racing including a P-51 Mustang racing aircraft, some new non-racing related missions (no public details on those yet), some new aircraft (no public details except the P-51 mentioned above yet).  And to assuage the fears of the add-on developers out there, we aren't out to put you out of business, but are designing the XPack to include new features that you guys and gals can write your add-ons against (like creating your own air racing courses, creating race specific aircraft add-ons, and a few other bits and pieces that we haven't been cleared to talk about publicly yet). &lt;p&gt;The one point in some of the talk (both our official announcements and general talk among the users) that I take a little exception to is that this is something &amp;quot;new&amp;quot; in the Flight Sim franchise (ie releasing an add-on).  Granted it has been awhile since we've done one (OK, back before MS bought us when we were still BAO), but we have released a number of pay for add-ons over the years, including SGA (Sound, Graphics, and Aircraft) for FS4 (I remember this one because it was the first thing I worked on after joining BAO), we bundled Laeming Wheeler's aircraft editing program with some additional goodies (can't remember if that was FS4 or FS5), we released several scenery area add-ons via Microsoft as the publisher, via Mallard publishing, and eventually via our own BAO Publishing (these I remember because I ported them all for release in Japan :-&amp;gt;) - all of these scenery areas were included with FS95.  So, this is the first pay for add-on we've released since joining Microsoft 11 years ago, but it's certainly not the first one I've worked on :-&amp;gt; &lt;p&gt;We also announced a tentative release month for Service Pack 1 (April ish), and announced that the DX10 update has been pushed back some and targeted for release around the same time as the XPack (Fall 07).  Both of these updates (SP1 and DX10) will be free downloads when released, only XPack will be a pay for boxed release (I assume it will be in a box anyway :-&amp;gt; ) &lt;p&gt;Well, that's enough good news for now &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Is+that+Adrenaline+in+your+pocket%2c+or+are+you+just+happy+to+see+me&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!143.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!143.entry</guid><pubDate>Tue, 06 Mar 2007 04:44:22 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!143/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!143.entry#comment</wfw:comment><dcterms:modified>2007-03-06T04:44:22Z</dcterms:modified></item><item><title>New Train Sim in the works!!!</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!141.entry</link><description>&lt;p&gt;Hey All, &lt;p&gt;We've lifted the veil a little today on what some of the team has been working on since FSX shipped (not me though, still can't mention what I'm working on :-&amp;gt;) and that is Microsoft Train Sim.  This new version is being built on top of the Flight Sim X engine.  Check out the &lt;a title="MS Train Sim Website" href="http://www.microsoft.com/games/trainsimulator/"&gt;Website&lt;/a&gt; for more info.  There's also a feedback form on the site if you want to send your wishlists in (no guarantees we'll implement any of them though :-&amp;gt;). &lt;p&gt;I've also updated the ACES Bloggers list to the right with 3 new Train Sim related blogs (&lt;a href="http://yardlimits.spaces.live.com/"&gt;Yard Limits&lt;/a&gt;, &lt;a href="http://simelations.spaces.live.com/"&gt;Sim Elations&lt;/a&gt;, and &lt;a href="http://tsengineer.spaces.live.com/"&gt;Rolling&lt;/a&gt;). &lt;p&gt;So, everyone follow along until the conductor yells &amp;quot;All Aboard&amp;quot; :-&amp;gt; &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+New+Train+Sim+in+the+works!!!&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!141.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!141.entry</guid><pubDate>Fri, 19 Jan 2007 19:22:40 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!141/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!141.entry#comment</wfw:comment><dcterms:modified>2007-01-19T19:22:40Z</dcterms:modified></item><item><title>Two posts in one month :-&gt;</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!136.entry</link><description>&lt;p&gt;Hey all, &lt;p&gt;Well, a second post within one month, will wonders never cease :-&amp;gt;.  (OK, technically the last post was Dec 30th, but that's less than 30 days ago :-&amp;gt;). &lt;p&gt;&lt;a title="Dirty Jack Band Web Set" href="http://dirtyjack.net/"&gt;Band Stuff&lt;/a&gt; is going fairly well, although I'm still playing catchup on a few of the songs, but its getting there (and the others all sound great, so that just makes me sound better :-&amp;gt;).  We're currently getting ready for our first public gig at Box Seats in Stafford County, VA next Saturday (Jan 27 2007), if you are in the area, drop on by for a rockin' show (Dirty Jack ... When you gotta have it LOUD -n- DIRTY) and/or checkout our &lt;a title="Dirty Jack Band Web Site" href="http://dirtyjack.net/"&gt;website&lt;/a&gt; for other upcoming dates. &lt;p&gt;And for some Flight Sim related stuff, work on Service Pack 1 is still continuing (I've got my SP1 fixes checked in already - MP hosts will be glad to hear they should be able to boot players from their game once SP1 is out in the wild) and there's lots of other activity going on in the team (some of which we should be able to talk about in the near future :-&amp;gt;). &lt;p&gt;And from the wierd weather department, a couple of days ago it was over 70 degrees here in VA and humid as heck (I was this close to turning the A/C on :-&amp;gt;) and today its about 40.  Of course, that's nothing compared to all the snow, ice, and wind storms my co-workers out in the Seattle area have been fighting through the last few weeks.  Drive careful out there guys and gals, I don't want to inherit your code :-&amp;gt; &lt;p&gt;Well, so long until next time &lt;p&gt;  &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Two+posts+in+one+month+%3a-%3e&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!136.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!136.entry</guid><pubDate>Wed, 17 Jan 2007 17:46:54 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!136/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!136.entry#comment</wfw:comment><dcterms:modified>2007-01-17T17:46:54Z</dcterms:modified></item><item><title>Beatle's Blog: 2.0</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!114.entry</link><description>&lt;p&gt;Hey all, &lt;p&gt;After a few things distracted me from blogging for a while last spring, I got out of the habit that I hadn't yet acquired (or something like that :-&amp;gt; ).  I'm going to give this blog thing another try but this time over here on Windows Live Spaces (because I can use the new Windows Live Writer software to edit the blogs).  I've reposted the few entries from my previous blog over on MSDN TechNet as entries prior to this one for historical purposes (including the original comments as intact as a cut and paste would leave them :-&amp;gt; ). &lt;p&gt;Lets see, a quick recap since my last post: &lt;ul&gt; &lt;li&gt;several FSX beta releases went out &lt;li&gt;lots of bugs were found and fixed &lt;li&gt;a demo version of FSX was released (a first for the Flight Sim franchise), in fact, even a beta version of the demo was released &lt;li&gt;final version of FSX was released &lt;li&gt;some stores put FSX on the shelf early &lt;li&gt;release day came and went :-&amp;gt; &lt;li&gt;I joined a local 70's, 80's, 90's cover band - &lt;a title="Dirty Jack Band WebSite" href="http://www.dirtyjack.net/"&gt;Dirty Jack&lt;/a&gt; - playing keyboards &lt;li&gt;We played at The Loft here in Fredericksburg on Dec 14, 2006 &lt;li&gt;We'll be playing at Box Seats in both Stafford, VA and Massoponax, VA over the next 3 months, check &lt;a title="Dirty Jack WebSite" href="http://www.dirtyjack.net/"&gt;the Dirty Jack Web Site&lt;/a&gt; for dates and locations if you live in the area.&lt;/ul&gt; &lt;p&gt;Well, that about brings us up to date for now, hopefully I'll be writing more often this time around :-&amp;gt; &lt;p&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Beatle's+Blog%3a+2.0&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!114.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!114.entry</guid><pubDate>Sat, 30 Dec 2006 23:12:19 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!114/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!114.entry#comment</wfw:comment><dcterms:modified>2006-12-30T23:12:19Z</dcterms:modified></item><item><title>Repost from old blog - Original Post Date: February 14, 2006</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!113.entry</link><description>&lt;p&gt; &lt;h4&gt;New FSX Screenshots are out&lt;/h4&gt; &lt;p&gt;I know its been awhile since my last post, and I completely missed the first round of info we released at CES and the associated screenshots we released about that time.  But, we have some new screenshots out now, the first 3 new ones are available over at &lt;a href="http://www.avsim.com/"&gt;AVSIM&lt;/a&gt; .  &lt;a href="http://forums.avsim.net/dcboard.php?az=show_topic&amp;amp;forum=248&amp;amp;topic_id=3164&amp;amp;mode=full"&gt;Here's a link&lt;/a&gt; to the discussion thread talking about the new screenshots. &lt;p&gt;I know I haven't had much FS related on this blog, but I didn't figure folks would be all that interested in changes to our dialog boxes (which is what I'm working on this version) :-&amp;gt;.  I mean, how interesting is it to hear that our list controls now have the ability to display graphic images within the cells, or can have different colored text per line or per column, etc.  Useful stuff for us as we design the dialogs, but not exactly earth shattering info for you guys :-&amp;gt;.  That and I can only talk about features, etc that have been publicly announced (which granted, doesn't cover a whole lot just yet :-&amp;gt;) further limiting what dialog/UI things I can talk about, even if anybody did find them interesting. &lt;p&gt;So, go check out those screenshots and I'll se ya around. &lt;h5&gt; &lt;/h5&gt; &lt;h5&gt;Original Comments &lt;/h5&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2006/02/14/Timothy.aspx#419592"&gt;#&lt;/a&gt; re: New FSX Screenshots are out&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;I for one am interested in your work, granted, not the most important part of the sim, but think of it this way.....The dialog boxes are the very first thing one would see when starting FS and so consider them a &amp;quot;window to a world&amp;quot; and yes, that DOES have impact! &lt;br&gt;I'm sure you're doing great work, especially gfx within dialog boxes, as beforehand, it was sometimes like trying to 'paint a room through a letterbox stuck on the door.'  &lt;p&gt;Wednesday, February 15, 2006 1:51 AM by &lt;a&gt;André Hedegaard&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2006/02/14/Timothy.aspx#419746"&gt;#&lt;/a&gt; re: New FSX Screenshots are out&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Well I for one, am glad the reports of your demise were GREATLY overstated.LOL &lt;br&gt; Denny  &lt;p&gt;Thursday, February 16, 2006 10:56 AM by &lt;a&gt;delta november&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2006/02/14/Timothy.aspx#419796"&gt;#&lt;/a&gt; re: New FSX Screenshots are out&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Well, I'm very interested in how interaction with ATC might be improved.  I don't like having to use the keyboard.  Any thoughts on adding mouse/wheel interaction to it?  &lt;p&gt;Thursday, February 16, 2006 10:33 PM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://www.flyingscool.com"&gt;Thomas Perry&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2006/02/14/Timothy.aspx#420107"&gt;#&lt;/a&gt; re: New FSX Screenshots are out&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;it's a dirty job, but someone has to do it  &lt;p&gt;Tuesday, February 21, 2006 9:09 AM by &lt;a href="http://blogs.technet.com/user/Profile.aspx?UserID=6265"&gt;JayCee&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2006/02/14/Timothy.aspx#420955"&gt;#&lt;/a&gt; re: New FSX Screenshots are out&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Hi, &lt;br&gt;Well, I think they are very important.  One of my favorite improvements in FS2004 was to be able to select the current Flight name in the Save dialog (to be able to overwrite an existing Flight). &lt;br&gt;I hope to see much more of that! &lt;br&gt;Thanks,  &lt;p&gt;Wednesday, March 01, 2006 3:36 PM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://www.calclassic.com"&gt;tgibson&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Repost+from+old+blog+-+Original+Post+Date%3a+February+14%2c+2006&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!113.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!113.entry</guid><pubDate>Sat, 30 Dec 2006 22:59:26 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!113/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!113.entry#comment</wfw:comment><dcterms:modified>2006-12-30T22:59:26Z</dcterms:modified></item><item><title>Repost from old blog - Original Post Date: December 04, 2005</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!112.entry</link><description>&lt;p&gt;  &lt;h4&gt;Hey Look, Geometry really does come in handy in everyday life :-&amp;gt;&lt;/h4&gt; &lt;p&gt;First off, sorry for the rather large gap since my last post (to all 3 or so of you that aren't related to me that read this :-&amp;gt;).   &lt;p&gt;Now, for that Geometry reference... &lt;p&gt;I was up in Wilkes-Barre, PA over Thanksgiving helping my parents move furniture and boxes and whatnot around their new house (well, it's an old house, but its new to them :-&amp;gt;), they had just moved the weekend before Thanksgiving.  The previous owner of the house had finished the basement, but it has a really low ceiling (maybe 6' 4&amp;quot; to 6' 6&amp;quot;).  They had some guys unload the truck for them and place most of the furniture, but when Mom showed me the basement, there was this white particle board shelf laying on its side.  When I asked where it needed to go, Mom said it was going to have to go back upstairs, because the movers couldn't get it to stand up in the basement because of how low the ceiling was.  At first I just accepted that (since everytime I moved around I seemed to be hitting my hands on the ceiling, seemed reasonable to me :-&amp;gt;), but I kept looking at the shelf and something in the back of my head kept saying there was something wrong here.  Eventually I realized what it was.  The shelf was laying on its side (this is a 6ft high by 2 ft wide by 9 inches deep shelf), and I suddenly asked, &amp;quot;Hey, when they tried to stand this shelf up, was it laying on its side like this?&amp;quot;, and Mom said &amp;quot;Yes&amp;quot;.  So I had the bright idea to lay the shelf on its back and then stand it up, and it &lt;em&gt;JUST&lt;/em&gt; cleared the ceiling ( sqrt((72 * 72) + (9 * 9)) is less than sqrt((72 * 72) + (24 * 24)) ). &lt;p&gt;So, sometimes you really can use math in real life, thanks Mr Gower (my High School Freshman Year Geometry teacher). &lt;p&gt;And for those who think you have to be a math wiz to be a computer programmer, the above was more math than I generally use at work.  Of course, not much call for math when doing dialog boxes and UI widgets (except for converting to and from meters, feet, miles, etc - and we have utility functions that do that sort of stuff for us :-&amp;gt;), lots of cajoling windows messages into the right function/handler, but not much math.  Which isn't to say I've never used math for work, back in the old DOS days of FS4 and FS5, I used to do 2d graphics drivers, and for Tower I did some 3D to 2D point projection stuff (cylindrical projection to match the panoramic pictures we were using for our airport backdrops), so I did use some math then :-&amp;gt;   &lt;p&gt;I actually did do well in math in school, until Calc 2, which I took twice (at 2 different colleges) and got a C both times, at which point I decided me and math had gone far enough :-&amp;gt; &lt;p&gt;All right, that's enough for now, getting close to bed time here on the east coast, and according to the weather report, I might be waking up to white stuff on the ground. &lt;h5&gt; &lt;/h5&gt; &lt;h5&gt;Original Comments &lt;/h5&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/12/04/415514.aspx#415805"&gt;#&lt;/a&gt; re: Hey Look, Geometry really does come in handy in everyday life :-&amp;gt;&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Speaking of UI widgets and windows; please, please, please, allow the auxilliary windows to scale to the resolution of the screen in the next version. My laptop is stuck at 1920 x 1200, and when I look at the login and map windows, etc of FS (IOW, non-flying windows), they are really small and hard to make out because they are stuck at 800x600 or something, and I have all this wasted black space that if the window could scale to the resolution of the screen I'd be able to see those little windows better. (&amp;lt;--fan of runon sentences). Or maybe you know of a switch I can throw to turn this kind of functionality on? I've tried everything. Scaling is turned on in my video card (nVidia 4200 Go 64 MB), I've tried it both on and off. &lt;br&gt;BTW, and you can tell everyone this, FS runs great on my Dell D800 1Gig Mem, 1.7 GHz PentiumM, 64MB nVidia 4200 go laptop. Thank you. It's not easy to keep it that way (since I keep downloading more and more addons), and I often have to put blocks of ice under it to keep it cool enough to run fast, but, I am very happy with how it runs and am always amazed at what you can do with FS. I have done some simple scenery and aircraft panel design (to match that of my own plane and areas that I fly), and I also really appreciate that you all built FS to be expandable. &lt;br&gt;Thanks, &lt;br&gt;Thomas  &lt;p&gt;Thursday, December 08, 2005 1:45 PM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://www.flyingscool.com"&gt;Thomas Perry&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Repost+from+old+blog+-+Original+Post+Date%3a+December+04%2c+2005&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!112.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!112.entry</guid><pubDate>Sat, 30 Dec 2006 22:58:13 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!112/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!112.entry#comment</wfw:comment><dcterms:modified>2006-12-30T22:58:13Z</dcterms:modified></item><item><title>Repost from old blog - Original Post Date: November 10, 2005</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!110.entry</link><description>&lt;p&gt; &lt;h4&gt;Department of Prognostication - The demise of Sony/BMG&lt;/h4&gt; &lt;p&gt;OK, this may be more wishful thinking than prognostication :-&amp;gt;.  Why am I predicting/wishing for the demise of Sony/BMG?  Well, if you haven't already seen this elsewhere in the blogosphere, start with this article by Molly Wood on C|Net: &lt;a href="http://www.cnet.com/4520-6033_1-6376177.html"&gt;http://www.cnet.com/4520-6033_1-6376177.html&lt;/a&gt; &lt;p&gt;Apparently, Sony has come up with yet another stupid, ill-thought out (at least from the consumers standpoint, I'm sure it meets all of their requirements :-&amp;gt;) DRM scheme to keep us from exercising our Fair-Use rights to the CD music we buy (in fact, the CDs come with a EULA that basically states that, like computer software, you are only licensing the right to use the music on the CD, not buying the CD outright).  The truly nasty part of this DRM scheme is that is uses a &amp;quot;root-kit&amp;quot; in order to hide the files used to implement the DRM scheme, and according to reports on the net, the hidden DRM software also &amp;quot;phones home&amp;quot; to Sony, sending along what CD and track you are playing and the IP address of the computer that is playing it.  As if that wasn't bad enough, attempting to remove this malware from your computer can permanently trash your Windows OS install from a minimum of disabling the CD-ROM drive in your computer up to causing the computer not to be able to reboot anymore.  Also, the root-kit that they install can be used by other malware-types to hide their own files without them even having to ship/install their own rootkit on your computer. &lt;p&gt;From what I've read, its quite likely that this DRM scheme will be found to violate several existing US and international computer fraud statutes - I find it humorous that in Sony's attempts to keep us from breaking the law, they have resorted to breaking the law themselves, and hope that if they are found to be breaking the law the various courts go after them with gusto :-&amp;gt; (apparently there is already investigation underway in Italy relating to this). &lt;p&gt;So, when shopping for CD's for your loved ones this holiday season (or personal/home electronics devices for that matter), &amp;quot;Just Say No&amp;quot; to Sony/BMG. &lt;p&gt;Well, enough ranting for now :-&amp;gt;, I should get back to work. &lt;h5&gt; &lt;/h5&gt; &lt;h5&gt; &lt;/h5&gt; &lt;h5&gt;Original Comments &lt;/h5&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/11/10/414178.aspx#414210"&gt;#&lt;/a&gt; re: Department of Prognostication - The demise of Sony/BMG&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;I think the situation is horrible, but I honestly believe that Sony is mostly guilty of ignorance, as opposed to malice. &lt;br&gt;Sony isn't a software company. They probably knew they wanted some kind of DRM protect, they licensed the software to do it, and away they shipped. &lt;br&gt;I believe they're most likely guilty of not completely understanding the situation they got themselves in.  &lt;p&gt;Thursday, November 10, 2005 5:53 PM by &lt;a&gt;Vincent&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/11/10/414178.aspx#440472"&gt;#&lt;/a&gt; fxwzdu6@mail.ru&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;ringtones free  &lt;p&gt;Thursday, July 06, 2006 4:49 PM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://.+From+website+."&gt;fxwzdu6@mail.ru&lt;/a&gt; &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/11/10/414178.aspx#447968"&gt;#&lt;/a&gt; hsr9tau@dmoz.org&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;funny ringtones  &lt;p&gt;Sunday, August 20, 2006 1:51 AM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://site+."&gt;hsr9tau@dmoz.org&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Repost+from+old+blog+-+Original+Post+Date%3a+November+10%2c+2005&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!110.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!110.entry</guid><pubDate>Sat, 30 Dec 2006 22:54:50 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!110/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!110.entry#comment</wfw:comment><dcterms:modified>2006-12-30T22:56:23Z</dcterms:modified></item><item><title>Repost from old blog - Original Post Date: October 26, 2005</title><link>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!109.entry</link><description>&lt;p&gt; &lt;h4&gt;I'm Bbbbaaaaaccccckkkkk&lt;/h4&gt; &lt;p&gt;[ and they gave me a blog - what were they thinking :-&amp;gt; ]  &lt;p&gt;Hey Everyone,  Welcome to my blog.   &lt;p&gt;&lt;strong&gt;First things, who the heck is this guy :-&amp;gt;&lt;/strong&gt;  &lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; Tim Gregson  &lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Software Developer - Microsoft Flight Simulator  &lt;p&gt;&lt;strong&gt;Location:&lt;/strong&gt; Fredericksburg, VA  &lt;p&gt;&lt;strong&gt;History:&lt;/strong&gt;  &lt;ul&gt; &lt;li&gt;1990 - 1995 Worked at Bruce Artwick Organization (BAO) on FS4 SGA addon, Tower (Consumer and Pro versions), ported FS5 and SS1 to run on Japanese hardware/OS  &lt;li&gt;1995 - 1999  Moved to MS when they acquired BAO, worked on FS95, FS98, FS2000 (also created the FRATE, ADVSTART, and ORDISP addons for FS95/FS98 :-&amp;gt;)  &lt;li&gt;1999 - 2001  Decided I wanted to do some hardware level work for a while, so I moved to the Windows CE Core OS Drivers team  &lt;li&gt;2001 - 2002  Wanted to move to Virginia to be closer to my kids, moved to the MSTV group because they would let me work from home.  &lt;li&gt;2002 - 2004  Took a couple of years off  &lt;li&gt;2004 - 2005  Rejoined the FS team as a contractor (working from my home)  &lt;li&gt;2005 - ?        Hired back on with the FS team as a full time MS employee again (still working from my home)&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;And now on with the blog&lt;/strong&gt;  &lt;p&gt;Let me start by saying, things are a lot different at MS these days compared to 10 years ago.   &lt;p&gt;When MS acquired BAO in '95, I had been hanging around the FSFORUM on Compuserve (you all remember CIS &amp;amp; FSFORUM don't ya :-&amp;gt;) for over a year and would get the occasional &amp;quot;worried looks&amp;quot; from management when they found out I had been posting on various on-line sites (CIS, MSN Forum, AVSIM.COM, SIMFLIGHT.COM, etc ) - of course, these worried looks led to some of the management types starting to frequent the same on-line sites (the paranoid in me thinks they were checking up on me, but for whatever reason, at least they showed up :-&amp;gt;).  &lt;p&gt;Fast Forward 10 years (man, I'm getting old :-&amp;gt;), and now the management types actually send us email encouraging us to visit the various FS-related web sites, start our own Blogs (like this one), go to the trade shows where FS has a booth, etc.  &lt;p&gt;A very nice change in attitude.  Now I see phrases like &amp;quot;How will this effect our customers&amp;quot;, &amp;quot;How will the customer expect this to work&amp;quot;, etc in emails and &amp;quot;hallway meetings&amp;quot;.  Even the template we use for design/change proposals for new versions has a field to list direct customer benefits of this new design/change.  Not that we didn't care about the user 10 years ago, we did :-&amp;gt;, it just wasn't as universally applied to the decision making process as it is these days.  This is good for ya'll (the users) and its good for us (the developers/testers/designers/artists/etc).  &lt;p&gt;&lt;strong&gt;What is this blog going to be about&lt;/strong&gt;  &lt;p&gt;I honestly don't know :-&amp;gt;.  Probably some musings on being a telecommuter (which I love being, by the way, and more groups at MicroSoft need to consider this option :-&amp;gt;), the Joys of Long Distance Driving Trips (OK, most folks would probably consider these to be mind numbingly boring - my Mom included - but I enjoy them; I've been averaging between 2 and 3 driving trips a year from Fredericksburg, VA to Redmond, WA since I moved here in '01), maybe some fun things I've found you can do with C#/.Net (if you were wondering, this is what I spent those 2 years I was &amp;quot;semi-retired&amp;quot; (sounds better than unemployed :-&amp;gt;) playing with), anything techy/geeky/nerdy is probably fair game at some point :-&amp;gt;, oh, and yeah, I might talk about things Flight Sim from time to time :-&amp;gt;.   &lt;p&gt;Eventually I may even figure out how to use the tools available to make this blog page look nicer (a little paint on that wall, some nice curtains, maybe a throw rug :-&amp;gt;).  &lt;p&gt;&lt;strong&gt;Wrap Up&lt;/strong&gt;  &lt;p&gt;Before I wrap this up for today and get back to writing code :-&amp;gt;, just wanted to say a quick Hi to all my old friends in the FS OnLine Community (you know who you are :-&amp;gt;) and sorry I sorta dissappeared off the face of the web for 5 years, and also a quick Hello to any new friends out there :-&amp;gt;.  &lt;p&gt;&lt;strong&gt;Tim &amp;quot;Beatle&amp;quot; Gregson&lt;/strong&gt;  &lt;p&gt;  &lt;p&gt;&lt;strong&gt;Original Comments&lt;/strong&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#413154"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Hi Tim, &lt;br&gt;Glad you have joined the FS &amp;quot;blogosphere&amp;quot; that is suddenly booming. :-) And you're telecommuting .... VERY interesting :-) &lt;br&gt;Best regards, &lt;br&gt;O  &lt;p&gt;Thursday, October 27, 2005 7:26 AM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://owenhewitt.blogspot.com"&gt;OwenHewitt&lt;/a&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#414296"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Allow me to also welcome you to the 21st century... ;) &lt;br&gt;Bill Leaming &lt;br&gt;Eaglesoft DG  &lt;p&gt;Saturday, November 12, 2005 12:19 PM by &lt;a href="http://blogs.technet.com/utility/Redirect.aspx?U=http://eaglesoftdg.com"&gt;n4gix&lt;/a&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#420776"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;I LOVED Tower.. played it for days and days when it came out.  It'd be awesome if someone updated it with shiny new graphics.  &lt;p&gt;Tuesday, February 28, 2006 5:18 AM by &lt;a&gt;Glenn Turner&lt;/a&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#427473"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Great to see your name again.  Your mentioning the old FSFORUM really opened up memories.  I do miss all the old gang... &lt;br&gt;Are ya going to be working with the FS10 group? &lt;br&gt;Best regards, &lt;br&gt;Bill  &lt;p&gt;Saturday, May 06, 2006 12:44 PM by &lt;a&gt;Bill Cline&lt;/a&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#427929"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;i have the old version of tower from bao , great game, but it doesnt run under my Pentium IV with win XP PRO. hOW I CAN UPGRADE IT... IS THERE A PATCH, A WEBSITE...SOMETHING?  &lt;p&gt;Wednesday, May 10, 2006 2:27 PM by &lt;a&gt;EDDIE&lt;/a&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/beatlesblog/archive/2005/10/26/413121.aspx#429085"&gt;#&lt;/a&gt; re: I'm Bbbbaaaaaccccckkkkk&lt;a&gt;&lt;/a&gt;&lt;/h6&gt; &lt;p&gt;Hi Tim, &lt;br&gt;I like very much the sim TOWER! I'm playing it now for ages, but i would like to start my own airport now (European airport). &lt;br&gt;I have already a panoramic view of that airport(360°) but i can't make it work. i'm a little bit stuck with the HEX part (ref url &lt;a href="http://hangar.simradar.com/2970"&gt;http://hangar.simradar.com/2970&lt;/a&gt;) &lt;br&gt;Can you please put me on the correct way, so tht i can continue making this airport work? &lt;br&gt;I'm not very familiar with those HEX programs :-| &lt;br&gt;Thanks so much and don't hesitate to contact me on my mail. &lt;br&gt;Rgds, &lt;br&gt;David (Malkovich_45@hotmail.com)  &lt;p&gt;Thursday, May 18, 2006 11:54 AM by &lt;a&gt;David&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Repost+from+old+blog+-+Original+Post+Date%3a+October+26%2c+2005&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><comments>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!109.entry#comment</comments><guid isPermaLink="true">http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!109.entry</guid><pubDate>Sat, 30 Dec 2006 22:52:42 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://beatlesblog.spaces.live.com/blog/cns!B48B0194C5456F5!109/comments/feed.rss</wfw:commentRss><wfw:comment>http://beatlesblog.spaces.live.com/Blog/cns!B48B0194C5456F5!109.entry#comment</wfw:comment><dcterms:modified>2006-12-30T22:55:40Z</dcterms:modified></item><item><title>Blog list: FS MVPs</title><link>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!154</link><description>&lt;div&gt;&lt;p&gt;FS MVPs&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://msmvps.com&amp;#47;blogs&amp;#47;arnogerretsen"&gt;Arno Gerretsen&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://flysimbug.spaces.live.com"&gt;Katy Pluta&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://msmvps.com&amp;#47;blogs&amp;#47;thenakedmvp&amp;#47;Default.aspx"&gt;Nick Whittome&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://polypoke.spaces.live.com"&gt;Owen Hewitt&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Blog+list%3a+FS+MVPs&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><guid isPermaLink="false">cns!B48B0194C5456F5!154</guid><pubDate>Fri, 27 Apr 2007 03:57:52 GMT</pubDate><msn:type>bloglist</msn:type><live:type>bloglist</live:type><live:typelabel>Blog list</live:typelabel><cf:itemRSS>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!154/feed.rss</cf:itemRSS><dcterms:modified>2007-04-27T03:57:52Z</dcterms:modified></item><item><title>Blog list: ACES Alumni</title><link>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!126</link><description>&lt;div&gt;&lt;p&gt;ACES Alumni&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.bruceair.com"&gt;Bruce Williams&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://toddla.dyndns.org&amp;#47;Widgets&amp;#47;"&gt;Todd Laney&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.steve-lacey.com&amp;#47;"&gt;Steve Lacey&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.nwflyingphoto.com&amp;#47;blog"&gt;Roy McMillion&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Blog+list%3a+ACES+Alumni&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><guid isPermaLink="false">cns!B48B0194C5456F5!126</guid><pubDate>Fri, 27 Apr 2007 03:53:35 GMT</pubDate><msn:type>bloglist</msn:type><live:type>bloglist</live:type><live:typelabel>Blog list</live:typelabel><cf:itemRSS>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!126/feed.rss</cf:itemRSS><dcterms:modified>2007-04-27T03:53:35Z</dcterms:modified></item><item><title>Custom List: FlightSim Links</title><link>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!130</link><description>&lt;p&gt;FlightSim Links&lt;/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.avsim.com"&gt;AVSim&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.simflight.com"&gt;SimFlight&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.fsdeveloper.com"&gt;FS Developer&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.fsinsider.com"&gt;FS Insider&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com&amp;#47;games&amp;#47;trainsimulator&amp;#47;"&gt;Train Sim&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://www.fs-fbo.com"&gt;FS-FBO&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Custom+List%3a+FlightSim+Links&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><guid isPermaLink="false">cns!B48B0194C5456F5!130</guid><pubDate>Fri, 27 Apr 2007 03:52:59 GMT</pubDate><msn:type>list</msn:type><live:type>list</live:type><live:typelabel>List</live:typelabel><cf:itemRSS>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!130/feed.rss</cf:itemRSS><dcterms:modified>2007-04-27T03:52:59Z</dcterms:modified></item><item><title>Blog list: ACES Bloggers</title><link>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!115</link><description>&lt;div&gt;&lt;p&gt;ACES Bloggers&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;pixelpoke&amp;#47;default.aspx"&gt;PixelPoke&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com&amp;#47;tdragger&amp;#47;default.aspx"&gt;The Little Wheel Goes in Back&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;p-12c_pilot&amp;#47;default.aspx"&gt;P-12C Pilot&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;SkyHawk&amp;#47;"&gt;Truth Is Stranger Than Fiction&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;engauged&amp;#47;default.aspx"&gt;The panel and gauge side of MS Flight Simulator&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;torgo3000&amp;#47;"&gt;Torgo3000&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com&amp;#47;sebby1234&amp;#47;default.aspx"&gt;Sebastien St-Laurent&amp;#39;s &amp;#40;AKA Sebby&amp;#41; WebLog&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;habibi&amp;#47;"&gt;A passion for passion&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.technet.com&amp;#47;noraneko&amp;#47;"&gt;Noraneko&amp;#39;s Multilingual Musings&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://mavyryk.spaces.live.com&amp;#47;"&gt;Mavyryk&amp;#39;s Place&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://yardlimits.spaces.live.com"&gt;Yard Limits&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://simelations.spaces.live.com"&gt;Sim Elations&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://tsengineer.spaces.live.com"&gt;Rolling&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://halbryan.spaces.live.com&amp;#47;"&gt;Coindidental Floss&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://informationmike.spaces.live.com"&gt;Information Mike&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com&amp;#47;ptaylor"&gt;Phil Taylor&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=813093355441641205&amp;page=RSS%3a+Blog+list%3a+ACES+Bloggers&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=beatlesblog.spaces.live.com&amp;amp;GT1=beatlesblog"&gt;</description><guid isPermaLink="false">cns!B48B0194C5456F5!115</guid><pubDate>Fri, 27 Apr 2007 03:51:16 GMT</pubDate><msn:type>bloglist</msn:type><live:type>bloglist</live:type><live:typelabel>Blog list</live:typelabel><cf:itemRSS>http://beatlesblog.spaces.live.com/Lists/cns!B48B0194C5456F5!115/feed.rss</cf:itemRSS><dcterms:modified>2007-04-27T03:51:16Z</dcterms:modified></item></channel></rss>