Donkblog

Adventures into the world of amateurgramming. I'll leave the programming to the professionals.

February, 2008

Posts
  • Donkblog

    'Alt Tab' for Visual Studio

    • 6 Comments
    Alt+tab is a common operation for Windows users.  Once a user masters the skill they can navigate between windows quickly.  Visual Studio has something similar but not with the same shortcut keys.  Crtl+Tab will bring up the window I show...
  • Donkblog

    Get Your Windows Live Hotmail In Outlook

    • 1 Comments
    If you have a Windows Live Hotmail Account you can actually check your email in Outlook with the Outlook Connector .  My favorite part about using this approach is that it doesn't add the advertisement at the bottom of your emails when you send them...
  • Donkblog

    Checking Return Values Without Saving Them

    • 1 Comments
    Often times I will be debugging some code and I want to see a return value of a function; but the value of the function is not saved into a variable for one reason or another. In the simplest form you can see this scenario in the following code:...
  • Donkblog

    It Is Nice To Be At The Top Of The Food Chain

    • 1 Comments
    The Back Story A very long time ago, maybe it was even as much as 2 years ago now, I wanted to answer the question 'Just how much overhead is there using one API call compared to another API call?'. This question came to mind after I realized just how...
Page 1 of 1 (4 items)