Welcome to AddressOf.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » Windows Forms
Showing page 2 of 8 (74 total posts)
  • My.Vista

    Caleb has sort of let the cat out of the bag... Introducing My.Vista. There are over 7,000 new API's in Windows Vista.  Some of them are immediately obvious while others are deep beneath the surface.  I rather enjoy digging around in Windows API land, however, many people don't care to do this so this area is usually off limits ...
    Posted to AddressOf.com (Weblog) by CorySmith on March 9, 2007
  • It's 2:12am and I'm done with a new VS2005 Macro hack

    I need to run it through it's paces, but I now have a VS2005 macro that will, whenever I successfully build a release mode project, package the project folder into a zip file named [ProjectName]_src_v[OutputAssemblyFileVersion].zip.  And it doesn't require anything additional to be installed on the machine.  And it's not ...
    Posted to AddressOf.com (Weblog) by CorySmith on March 2, 2007
  • How NOT to do single assembly deployment.

    I applaud this guys enthusiasm, however, his discovery/technique is something I would strongly urge you to avoid.  There are two major reasons for this:Doesn't work as a "regular user".Will cause you MAJOR support issues as Windows Vista gains momentum.  See reason #1.I've been using a similar technique in ...
    Posted to AddressOf.com (Weblog) by CorySmith on February 9, 2007
  • Leveraging Windows Vista's Windows System Assessment Tool (WinSAT) API in Visual Basic

    A couple of days ago a noticed this article, downloaded the code, thought about it for a bit and realized that although he had a great idea... I had a few problems with the implementation.  I really distaste the idea of "unsafe" code unless there is absolutely no way around using it... and even then I'd probably choose to ...
    Posted to AddressOf.com (Weblog) by CorySmith on December 13, 2006
  • Leveraging Windows Vista's Windows System Assessment Tool (WinSAT) API in Visual Basic

    IntroductionThere are a lot of new features in Windows Vista.  In this installment, we’ll explore the WinSAT (Windows System Assessment Tool) API.  (The Windows Experience Index in the Vista UI is part of WinSAT.) The Vista SDK defines it as: Windows System Assessment Tool (WinSAT) assesses the performance characteristics and ...
    Posted to AddressOf.com (Weblog) by CorySmith on December 13, 2006
  • Creating Smart Application Layouts with Windows Forms 2.0

    According to Brad Abrams, the Windows Forms documentation team published a new whitepaper about how to create a great layout using the new features of the WinForms in .NET 2.0... meaning you don't have to create the same old “grey” applications everyone has come to know and love. ;-) I've read through it and it's got some great ...
    Posted to AddressOf.com (Weblog) by CorySmith on July 25, 2006
  • ToolTip Voodoo Applied

    Obviously I've been pretty swamped with work and everything else... including working on XboxFriends.  Here is an image that demonstrates the ToolTip control that is included with Visual Studio 2005 utilizing the information in this article to display a snapshot of information that can add a lot of bang for the buck. Yes! That is a ...
    Posted to AddressOf.com (Weblog) by CorySmith on June 25, 2006
  • ClickOnce Tip of the Day

    There are a couple of options available for signing your ClickOnce application: When the signing options screen appears (which it does whenever you save a manifest file using MageUI.exe), you'll probably be tempted to use one of the “stored certificates”.  This is probably OK if you never plan on switching machines or changing ...
    Posted to AddressOf.com (Weblog) by CorySmith on June 14, 2006
  • Windows Forms + Vista

    Now that I'm running Vista (Beta 2), I'm obviously doing development in that environment as well.  A couple of things that I've noticed (and, honestly, haven't dug too deeply just yet... so these are initial impressions) is the following: 1. To get the cool “glowing” active command button effect, you need to set the FlatStyle of ...
    Posted to AddressOf.com (Weblog) by CorySmith on June 14, 2006
  • ToolTip Voodoo

    by Cory Smith Introduction ToolTips can be used in a variety of ways to provide additional information to the user.  Now, understand, sometimes the usage of these can be abused and misused.  However, used correctly, ToolTips can improve the UI of your application tremendously. What will this article do for you? I'm going to state up front that ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 11, 2006
< Previous 1 2 3 4 5 Next > ... Last »