Stephen Toub

.NET, MSDN Magazine, and other Adventures in Life

Posts
  • Stephen Toub

    Blogging on pfxteam

    • 1 Comments
    Hi all- It's been a very long time since I've posted to this blog. That's because I've been spending all of my blogging time on the Parallel Extensions team blog, which you can find at http://blogs.msdn.com/pfxteam . At some point I may resume blogging...
  • Stephen Toub

    .NET Matters: Stream Pipeline

    • 8 Comments
    My latest .NET Matters column in MSDN Magazine is now available online . In it, I discuss one approach to implementing a BlockingStream and using it to implement a StreamPipeline class.
  • Stephen Toub

    Parallel Extensions CTP!

    • 3 Comments
    For those of you who haven't heard, we released a CTP of the Parallel Extensions to the .NET Framework. You can download it here , and you can learn more about it in the new Parallel Computing dev center on MSDN, as well as from the Parallel Extensions...
  • Stephen Toub

    .NET Matters: Debugging finalizers

    • 5 Comments
    My latest .NET Matters in MSDN Magazine is now online: http://msdn.microsoft.com/msdnmag/issues/07/11/NETMatters/default.aspx
  • Stephen Toub

    .NET Matters: Deadlock Monitor

    • 3 Comments
    My latest .NET Matters in MSDN Magazine is now online here . In it, I discuss what deadlocks are and ways to detect them when using monitors.
  • Stephen Toub

    Fun with DVR-MS (now on my blog)

    • 43 Comments
    Several years ago, I wrote an article for MSDN on programming against the DVR-MS file format. I'm very pleased with how well the article was received, and to this day I get a lot of people writing to me about the article. Unfortunately, recently the article...
  • Stephen Toub

    Latest column online: Tales from the CryptoRandom

    • 1 Comments
    It's been a while since I've added to this blog; been very busy with some really cool stuff at work (more about that soon). In the meantime, my latest .NET Matters column in MSDN Magazine is now online at http://msdn.microsoft.com/msdnmag/issues/07/09...
  • Stephen Toub

    Updated Media Center "Time Travel" article for Windows Vista

    • 12 Comments
    Several months ago I updated my "Time Travel with Windows Media Center" article to be based on Windows Vista rather than on Windows XP. It's now online! If you're interested in writing background add-ins for Media Center, check it out at http://msdn2...
  • Stephen Toub

    Handling window messages in console apps

    • 2 Comments
    If you've ever wondered how to handle window messages in .NET console applications, check out my latest .NET Matters column in the June 2007 issue of MSDN Magazine , which just went online an hour or so ago.
  • Stephen Toub

    Code samples from DevConnections talk

    • 4 Comments
    Thanks to everyone who attended my talks yesterday at DevConnections. For those of you who were at the talk on using managed code to access some of the native-only APIs in Vista, you can get the code samples I used for the demos here . The slides from...
  • Stephen Toub

    DllPreviewHandler for Windows Vista

    • 9 Comments
    At DevConnections this week, I wanted to demonstrate how easy it can be to write preview handlers for Windows Vista. Using the framework I created for my article in the January 2007 issue of MSDN Magazine , I whipped up this little guy: [PreviewHandler...
  • Stephen Toub

    April 2007 issue of MSDN Magazine now online

    • 1 Comments
    The April 2007 issue of MSDN Magazine is now online at http://msdn.microsoft.com/msdnmag/issues/07/04 . Enjoy!
  • Stephen Toub

    Improving a Graphics Application with Tablet APIs

    • 3 Comments
    In May 2006, I wrote a small digital imaging application to produce what I like to call the "Pleasantville" effect. If you've seen the movie, you can probably guess what I mean. An image will be mostly grayscale, but certain aspects of the image, either...
  • Stephen Toub

    Update to PreviewHandlerAssociationEditor for Vista x64

    • 1 Comments
    John Robbins emailed me tonight to let me know that he found a bug with my PreviewHandlerAssociatedEditor tool with Vista running on x64. The tool first looks in the registry to see what handlers are available, and then it looks at all classes/extensions...
  • Stephen Toub

    Code for PreviewHandlerAssociationEditor

    • 4 Comments
    I've had several requests for the code for the PreviewHandlerAssociationEditor tool I put up a few weeks back to accompany my MSDN Magazine article on preview handlers . I've updated the download to include the source for the project. Enjoy!
  • Stephen Toub

    Sudoku in the Origami Experience Pack

    • 2 Comments
    It looks like Sudoku made it into the Origami Experience Pack . You should be able to install this, or at least the Sudoku component, on any Vista machine.
  • Stephen Toub

    Awesome new version of WebGuide for Vista Media Center

    • 6 Comments
    I've been using WebGuide with Media Center since the initial version, and Doug Berrett has always done a terrific job with it. But with the newest version, WebGuide 4, he's completely outdone himself. It's brilliant. Works great with Vista, has a terrific...
  • Stephen Toub

    Position Changer Add-In updated for Media Center in Windows Vista

    • 70 Comments
    Back in early 2005, I wrote an article for MSDN on implementing add-ins for Windows XP Media Center Edition 2005 . As part of that article, I implemented an add-in that made it easy to jump around in a recorded TV show, video, or music file using the...
  • Stephen Toub

    Error 2869 when installing preview handlers MSI

    • 3 Comments
    If you're getting an error with error code 2869 when installing the sample preview handlers associated with my preview handler article from the January 2007 issue of MSDN Magazine , make sure you're following the directions in the README file. Open a...
  • Stephen Toub

    UnauthorizedAccessException in PDF Preview Handler

    • 12 Comments
    For my article on preview handlers in the January 2007 issue of MSDN Magazine , I wrote a sample preview handler for previewing PDF files. This allows you to view PDF files in Outlook and in the Vista shell just as you would other document types for which...
  • Stephen Toub

    Preview Handler Association Editor

    • 56 Comments
    I received an email from MSDN Magazine subscriber Oren Novotny thanking me for my preview handler article in the January 2007 issue of MSDN Magazine . Oren also wondered whether a tool could be written to make it easy to edit preview handler registrations...
  • Stephen Toub

    January 2007 MSDN Magazine now online

    • 2 Comments
    As announced over on the MSDN Magazine blog , the January 2007 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/07/01 .
  • Stephen Toub

    Update to Outlook Calendar Provider framework for Outlook 2007

    • 0 Comments
    I've received several emails from folks who have been successfully using my Outlook Calendar Provider and Outlook Contact Provider with Outlook 2003. Unfortunately, they upgrade to Outlook 2007, and their solutions break. This appears to be due to Outlook...
  • Stephen Toub

    MSDN Magazine December 2006 issue now online

    • 0 Comments
    We've created an MSDN Magazine blog, and I've posted about the December 2006 issue, which just went live online last night, at http://blogs.msdn.com/msdnmagazine/archive/2006/11/16/1088873.aspx . Enjoy the issue!
  • Stephen Toub

    Slides and code from DevConnections talks

    • 0 Comments
    Several folks have asked me for my slides and code samples from both talks I gave at Visual Studio Connections last week. You can find them here: http://www.devconnections.com/updates/LasVegasFall_06/VS_Connections/Toub_VGN305_VSConnections_Fall2006.zip...
Page 1 of 6 (150 items) 12345»