Welcome to AddressOf.com Sign in | Join | Help

Browse by Tags

All Tags » Windows Forms » VB » Tools   (RSS)

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

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).

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

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
Posted by CorySmith | 6 Comments
Filed under: , ,

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
Posted by CorySmith | 8 Comments
Filed under: , ,

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,
Posted by CorySmith | 2 Comments