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

Browse by Tags

All Tags » Windows Forms » Tools
  • 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
  • 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
  • Living in a Land of Obfuscation

    You know, I'm all for making some things available for free; but at the same time want to protect my “property” as much as possible.  With great tools such as Reflector being available; you really need to consider using obfuscation to at least make it a little more difficult to reverse engineer your code.  In addition, ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 8, 2006
  • Visual Favorites - Early Alpha Build

    I've got a very early alpha build of the Visual Favorites application I mentioned a couple of weeks ago.  I've been real busy working on a lot of things, so this got a little neglected.  Spent last night and tonight getting it polished up a bit for the features that are currently active. Currently, it: Drag and Drop favorites between ...
    Posted to AddressOf.com (Weblog) by CorySmith on July 3, 2004
  • VisualFavorites - A teaser screen capture.

    The main menu and toolbars aren't completed just yet (more of a placeholder), worked on getting the general layout (which is all resizable) complete.  Also got all the folder editing (new, rename, delete) via context menu and now include drag 'n drop folder moving.  The treeview drag 'n drop emulates the behavior of Windows Explorer ...
    Posted to AddressOf.com (Weblog) by CorySmith on June 11, 2004
  • New VB.NET sample application coming soon...

    I'm now working on a utilitarian type application that will allow you to manage your Internet Explorer favorites in a much better way.  Well, at least in a way that I find 'better'. ;-)  I've been toying with this idea for a while and now it's begun. Since there are a ton of these types of applications that exist today out in the wild, ...
    Posted to AddressOf.com (Weblog) by CorySmith on June 10, 2004
  • Obfuscation Tip of the Day - Embedded Resources

    When loading embedded resources like bitmaps and icons from your assembly, such as using the following method as described by Windows Forms Programming in Visual Basic .NET (Chris Sells & Justin Gehtland): NotifyIcon1.Icon = New Icon(Me.GetType, ''graphic.ico'')   It sure seems straight forward enough.  It looks a whole lot ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 18, 2004