Welcome to AddressOf.com Sign in | Join | Help

Browse by Tags

All Tags » VB » Windows   (RSS)

End of year wrap up (2011)

BLOG I'm currently in the planning stages to rebuild this site. I've delayed doing this for a long time since I didn't want to "break links"; however, one reason why I don't contribute as much as I used to is the fact that I

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

Touring through Northwest Arkansas

I'll be leaving either tonight or tomorrow morning (really early) to start heading to Fort Smith, AR. Tuesday evening will be in Springdale, AR and finishing up Thursday evening in Harrison, AR. If you are in the area of *all* three user group, consider

WinForms ComboBox -> DevExpress ComboBoxEdit (migration)

I found a couple of solutions on the DevExpress website for how to use the ComboBoxEdit component the way I wanted, however, none of them seemed to provide a smooth transition from the WinForms databound ComboBox to the DevExpress counterpart. So using

Presenting tonight at the North Dallas .NET User Group

If your in the Dallas area (or more specifically, the North Dallas area), swing by NDDNUG tonight for my presentation on developing for Windows Vista using Visual Studio 2005. (Of course discussing VS'08 can't be avoided and everything I'm

Technology Avalanche

I have to admit that lately I've been feeling a little overwhelmed by the amount of new technology that I need to grok in order to stay ahead of the curve. In a relatively short window of time, we've had Windows Presentation Foundation (WPF),
Posted by CorySmith | 0 Comments

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

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

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,

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

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

Leveraging Windows Vista's Windows System Assessment Tool (WinSAT) API in Visual Basic

Introduction There 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
Posted by CorySmith | 1 Comments

Microsoft + Novell

What does this mean for projects like Mono ? For those that don't understand the question, Mono is "sponsored by Novell". Additionally, "For fast response to specific issues related to the Mono runtime, APIs and tools, developers can
Posted by CorySmith | 2 Comments
Filed under: , , ,

Windows Forms + Vista

Now that I'm running Vista (Beta 2), I'm obviously doing development in that environment as well. A couple of things that I've noticed (and, honestly, haven't dug too deeply just yet... so these are initial impressions) is the following: 1. To get the
Posted by CorySmith | 3 Comments
Filed under: , , ,