Welcome to AddressOf.com
Sign in
|
Join
|
Help
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Acropolis
Action Movie Night
ASP.NET
BASIC
ClickOnce
Code Camp
Community Server
DevExpress
DirectX
Geek Gathering
General
Interop
Linq
Macro
Media Center
Mono
My.Vista
Obfuscation
Portable Class Libraries
Presentations
Random
redgate
Silverlight
Tip
Tools
TSQL
User Group
VB
VB6
VBx
VC#
Vista
Visual Studio
Web Services
Windows
Windows Forms
WinRT
WPF
XAML
Xbox
News
Favorite Documents
Where I'll Be
VB Coding Guidelines
Sample Downloads
Tips, Tricks and Code Snippets
Filling Your Toolbox
Quick Links
My Movie Collection
Navigation
Home
Blog
Archives
February 2013 (1)
January 2013 (1)
December 2012 (1)
May 2012 (1)
April 2012 (1)
March 2012 (1)
December 2011 (1)
July 2011 (2)
June 2011 (7)
May 2011 (3)
January 2011 (1)
November 2010 (1)
July 2010 (1)
May 2010 (4)
September 2009 (1)
July 2009 (1)
May 2009 (3)
April 2009 (2)
February 2009 (1)
January 2009 (3)
June 2008 (1)
April 2008 (2)
February 2008 (1)
January 2008 (1)
September 2007 (1)
August 2007 (2)
July 2007 (5)
June 2007 (9)
May 2007 (7)
April 2007 (11)
March 2007 (4)
February 2007 (6)
January 2007 (5)
December 2006 (1)
November 2006 (25)
September 2006 (1)
August 2006 (2)
July 2006 (1)
June 2006 (6)
May 2006 (6)
April 2006 (1)
March 2006 (5)
February 2006 (6)
January 2006 (8)
December 2005 (5)
November 2005 (4)
October 2005 (15)
September 2005 (7)
July 2005 (2)
June 2005 (2)
May 2005 (7)
April 2005 (15)
March 2005 (14)
February 2005 (4)
January 2005 (7)
November 2004 (4)
October 2004 (15)
September 2004 (10)
August 2004 (2)
July 2004 (6)
June 2004 (15)
May 2004 (9)
April 2004 (14)
March 2004 (13)
February 2004 (26)
January 2004 (3)
December 2003 (5)
November 2003 (19)
October 2003 (19)
September 2003 (4)
August 2003 (5)
June 2003 (3)
May 2003 (28)
April 2003 (12)
Blogroll
Adam Nathan
Brad Abrams
Cameron Beccario
Duncan Mackenzie
Eric Smith
Kent Sharkey
Kirk Allen Evans
Paul Vick
Erik Porter
Carl Franklin
Chris Anderson
Chris Brumme
Dave Bettin
Drew Robbins
Ed Kaim
Harry Pierson
James Avery
Jason Bock
Lutz Roeder
Scott Hanselman
Sean Alexander
Reference
Differences Between Visual Basic .NET and Visual C# .NET White Paper
Keywords Compared in Different Languages
Programming Concepts Compared in Different Langauges with Code Examples
Visual Studio Language Equivalents
Overview of Managed/Unmanaged Code Interoperability
Performance Tips and Tricks in .NET Applications
Calling COM Components from .NET Clients
.NET Developer Jump Start Training Sessions
Beyond (COM) Add Reference
Browse by Tags
All Tags
»
Interop
(RSS)
DirectX
Macro
My.Vista
Tip
Tools
User Group
VB
VC#
Vista
Visual Studio
Windows
Windows Forms
WinRT
WPF
Sunday, February 03, 2013 4:44 PM
Further Adventures in WinRT - Part 1
Working with WinRT, well, I'm just going to say it... sucks! I'm past the "who moved my cheese" phase; so that's not why I'm making that statement. It sucks because it is not completely thought out, requires that you have to
Posted by
CorySmith
|
0 Comments
Filed under:
VB
,
Interop
,
Tip
,
WinRT
Sunday, January 16, 2011 4:17 PM
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
Posted by
CorySmith
|
0 Comments
Filed under:
Windows Forms
,
VB
,
VC#
,
Visual Studio
,
DirectX
,
Tools
,
Interop
,
Vista
,
Windows
,
WPF
Monday, July 23, 2007 9:19 PM
Console Event Handling
Someone sent me an IM asking if I knew of a way to handle the pressing of the close button on a console application. After a bit of research, I found a way (and some limitations). This required stepping outside of the Microsoft .NET Framework utilizing
Posted by
CorySmith
|
1 Comments
Filed under:
VB
,
Interop
,
Tip
Monday, July 23, 2007 9:17 PM
Console Event Handling
Introduction At one point or another, most software developers have written a console application. It might have been while you were learning how to write software or, even more recently, as a way to create a simple tool that doesn't require the extra
Posted by
CorySmith
|
2 Comments
Filed under:
VB
,
Interop
,
Tip
Monday, April 30, 2007 3:18 PM
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 by
CorySmith
|
0 Comments
Filed under:
Windows Forms
,
Visual Studio
,
Interop
,
Vista
,
Windows
,
User Group
Friday, March 09, 2007 2:49 PM
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,
Posted by
CorySmith
|
0 Comments
Filed under:
Windows Forms
,
VB
,
Visual Studio
,
Interop
,
Vista
,
Windows
,
My.Vista
Friday, March 02, 2007 6:13 AM
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
Posted by
CorySmith
|
0 Comments
Filed under:
Windows Forms
,
VB
,
Visual Studio
,
Tools
,
Interop
,
Macro
Wednesday, December 13, 2006 5:59 PM
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
Filed under:
Windows Forms
,
VB
,
Interop
,
Vista
,
Windows
Wednesday, December 13, 2006 5:03 PM
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
Filed under:
Windows Forms
,
VB
,
Interop
,
Vista
,
Windows
Wednesday, April 06, 2005 1:22 AM
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
Posted by
CorySmith
|
11 Comments
Filed under:
Windows Forms
,
VB
,
Interop
Thursday, March 17, 2005 4:17 AM
VB.NET Coding Guidelines
After receiving input from several individuals, I've decided to publish the VB.NET Coding Guidelines . I'm not a big fan of coding “standards”, but do subscribe to the idea of trying to keep a little consistency in your coding practices. I'm
Posted by
CorySmith
|
10 Comments
Filed under:
VB
,
Visual Studio
,
Interop
Thursday, March 17, 2005 2:31 AM
VB.NET Coding Guidelines
Coding guidelines that serve to extend and enhance the Microsoft .NET Framework Design Guidelines for the Visual Basic .NET developer.
Posted by
CorySmith
|
13 Comments
Filed under:
VB
,
Interop
Thursday, March 17, 2005 2:11 AM
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
Posted by
CorySmith
|
7 Comments
Filed under:
Windows Forms
,
VB
,
Interop
Wednesday, March 16, 2005 6:27 AM
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
Posted by
CorySmith
|
1 Comments
Filed under:
Windows Forms
,
VB
,
Interop
Monday, March 14, 2005 6:26 PM
Coming Soon: Coding Guidelines for VB.NET
In my last post, I forgot to mention the Coding Guidelines for VB.NET that I've been working on. I see a lot of code from many sources as I'm sure all of you are. Every sample, even coming from the same source, uses a different coding style. Which is
Posted by
CorySmith
|
10 Comments
Filed under:
VB
,
Interop
More Posts
Next page »