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

Browse by Tags

All Tags » Windows Forms » Interop
Showing page 1 of 3 (21 total posts)
  • 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
  • Tulsa DNUG - Tonight

    I'll be at the Tulsa, OK users group this evening presenting on developing for Windows Vista using Visual Studio 2005... so if you're in the area, be sure to stop by and say "hi".
    Posted to AddressOf.com (Weblog) by CorySmith on April 30, 2007
  • 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
  • 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
  • Windows Form application in Kiosk mode...

    Someone asked how to make sure their application has focus and how to protect against it losing focus while running.  There are actually many applications that could require this sort of capability, one of which would be a kiosk.  Many years ago, I used somewhat of a hack to accomplish this task.  It was very simple and worked very ...
    Posted to AddressOf.com (Weblog) by CorySmith on April 6, 2005
  • Solitaire (written in VB.NET)

    I've finished working through the existing issues list for the C# version (available GotDotNet) for bugs and missing features.  I've implemented the missing features in my VB.NET version (although, they may not be feature complete due to the .NET Frameworks limited functionality in the help system arena).  I've also compiled it ...
    Posted to AddressOf.com (Weblog) by CorySmith on March 17, 2005
  • Doh!... it's 2:41 am... I really need to get to bed.

    But coding is sooo much fun!  Tonight (ummm, and this morning) I've been working to clean up the Solitaire application that I've ported to VB.NET.  Of course, as I'm going through the code, I'm seeing a lot of interesting opportunities extend it. ;-) I was looking through the existing buglist with the original C# code and decided to ...
    Posted to AddressOf.com (Weblog) by CorySmith on March 16, 2005
  • .NET Application Memory Flush via Interop - Revisited

    As I've stated before, I do make mistakes ;-) I have an application that I've written for my employer that appears, under certain *unidentified* circumstances to have a very slow memory leak.  While trying to narrow down where it could be, I pulled one of my components out to test it with a console interface as a harness (to reduce the ...
    Posted to AddressOf.com (Weblog) by CorySmith on February 24, 2005
1 2 3 Next >