Welcome to AddressOf.com Sign in | Help
in Search

Browse by Tags

All Tags » VC# » Windows Forms
  • Why?

    Why aren't there any decent audio libraries for .NET?  Don't get me wrong, it's nice that the framework supports some audio features in a very simple way if you want to just play something.  However, if you need access to the audio data to manipulate it in whatever way or just want to know the duration, play location, audio ...
    Posted to AddressOf.com (Weblog) by CorySmith on January 16, 2011
  • Adventures in Windows Vista (x64) - Part 2

    After running Vista x64 on another machine for a few days; installing various pieces of critical software and seeing that everything seemed to be working smoothly... I've made the full leap on my main desktop machine (the one that now has 4GB of memory). Some interesting "facts":Windows Experience Index reports my processor running ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 24, 2007
  • Adventures in Windows Vista (x64) - Part 1

    I installed Windows Vista Ultimate (x64) last night and everything went pretty smoothly.  This, of course, is on the second machine I have on my desk so I can see what works (and doesn't) before making the full jump on the main machine.  Out Of The Box Experience After the installation and major Windows Update updates, the only ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 15, 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
  • 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
  • Inheritance vs. Partial (VB vs. C#)

    In my previous post regarding trying to use partial as a mechanism to extend existing functionality in a base user control, someone asked: “Does VB work differently or are you just assuming? Using the same namespace across 2 different assemblies (even) works perfectly fine?” Let's answer the first question.  It does appear that ...
    Posted to AddressOf.com (Weblog) by CorySmith on February 24, 2006
  • Enigma Machine...

    I've seen a few people mention a “really cool example” that emulates the Enigma machine from WWII.  Now, I don't want to detract the fact that it is somewhat cool that someone worked on putting this together, but I swear that it's getting a lot of publicity simply because it's written in C#.  I remember seeing a sample a ...
    Posted to AddressOf.com (Weblog) by CorySmith on April 14, 2005
  • Virtual ListView (or "How to view 50,000 items in a ListView without dieing of old age.")

    Have you ever needed to populate a listview with thousands of items?  I have and lemme tell you, it's not the highest performing thing around.  The only built in mechanism to help you out is to turn of the updating of the screen during the population.  However, after seeing the same question posted by Luke Huttenman, a couple of people provided ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 13, 2003