2D Graphics using WPF Fri, 07 Nov 2008 01:08:00 +0100
For many years, GDI+ has been the graphic foundation of Microsoft technology. Today, there's a new technology, WPF - Windows Presentation Foundation. WPF is usually thought of as a replacement... Permalink: http://visualbasic.about.com/b/a/256933.htm
VB.NET versus Java versus C# Tue, 07 Oct 2008 12:18:00 +0200
"Adrian" wrote in to ask:
"Some people tell me VB.NET is bound to disappear, and that C# or Java are better. What do you recommend?"
I haven't answered this question in a... Permalink: http://visualbasic.about.com/b/a/256929.htm
Programming a WPF and XAML Application Thu, 02 Oct 2008 14:08:00 +0200
For those who might not have heard yet, the traditional "Windows Form" is going away.
Someday...
Microsoft's direction is to gradually replace Windows Forms with WPF - Windows Presentation Foundation. This isn't... Permalink: http://visualbasic.about.com/b/a/256927.htm
Printing from VB.NET Sat, 27 Sep 2008 15:32:00 +0200
VB.NET has direct and easy to use support for printing using the System.Drawing.Printing namespace. In addition, if you run into an InvalidPrinterException in Windows XP or an AccessViolationException in Vista,... Permalink: http://visualbasic.about.com/b/a/256926.htm