Welcome to AddressOf.com Sign in | Join | Help

Browse by Tags

All Tags » 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

Hmmm... Open Source recognizes VB... but Xbox 360 doesn't?

-- Begin Rant -- Now, I'm not sure what the “real” reason behind a decision (albiet a rumor, but I don't doubt it) of pulling the VB namespace from the modified Microsoft .NET Compact Framework 2.0 that is being done for the Xbox 360.
Posted by CorySmith | 4 Comments
Filed under: , ,

Not feelin' the VB love from Microsoft...

In the last two days, I've encountered at as many instances where certain members within Microsoft just ain't showin' us VB users any love. The latest Microsoft Download Notifications email states: Download the Complete DirectX SDK This software development
Posted by CorySmith | 1 Comments
Filed under: ,

Refactoring to debut in VB 2005!

Yes, you read that correctly! VB 2005 will have full support for refactoring in the form of a community edition of Refactor! for Visual Basic 2005 . Refactoring tools include: Rename ( Native to VB 2005, not a part of Refactor!. ) Reorder Parameters Extract
Posted by CorySmith | 6 Comments
Filed under: , , ,

CodeSmith - Strongly-typed ArrayList collection for VB.NET

I've completed the conversion for the ArrayList.cst and IList.cst C# source files distributed with CodeSmith to VB.NET (all 2752 lines of it ;-) ). Assuming I don't have any conversion bugs left it in (I've done some testing and it's working great for
Posted by CorySmith | 5 Comments
Filed under: ,

Adventures in CodeSmith...

I forgot to mention on the list that I'm also working on converting some of the CodeSmith templates for generating strongly-typed ArrayList collections from C# to VB.NET. After some further adventures in the land of FxCop, I noticed that some of the conversion
Posted by CorySmith | 3 Comments
Filed under: ,

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: , ,

Hey... you haven't been doing a whole lot of VB.NET stuff lately...

This is a comment I received from someone in passing last week. Looking around, I have to agree with them :-( Not trying to make excuses, but I can say that my spare time lately has been very sparse with several projects. But, now that I've been made
Posted by CorySmith | 0 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

Desaware (Spyworks et al) now with full Source!!!!

Desaware has just announced that they are, in addition to bundling their products into two separate suites (.NET and COM versions), including FULL SOURCE CODE !!!!! This is incredible news. Considered to be one of the companies that pulls off the impossible
Posted by CorySmith | 9 Comments
Filed under: ,