Showing results for VB2008 - Visual Basic Blog

Jan 6, 2009
0
0

New WPF "How Do I" Video on Formatting Data Entry (Beth Massi)

Beth Massi
Beth Massi

Today we released a new How Do I Video onto the VB Dev Center on how to format controls on data entry forms using the IValueConverter like I showed on my blog here. The IValueConverter allows you full control over the display of the data as well as the editing of that data by users in the controls. Check out all the WPF Forms over Data videos here....

Dec 27, 2008
0
0

Sshhh… it’s a secret (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Back in seventh grade, I had a pretty heavy crush on a girl named Melissa.  She was a good friend of mine, and so I had no problems talking to her.  However, being painfully shy back then, I was far too nervous to ever ask her to “go with” me.  (For those not steeped in American traditions, to “go with” a girl or boy in junior high s...

Dec 11, 2008
0
0

VB 2008 Keyboard Shortcut Posters — Download your copy today! (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Some of you may be using the 2005 posters we released last year. There is now a 2008 version available as well! There aren't too many changes. We've actually tried to stay pretty consistent with the VB keybindings (going back to at least VB6), since we know there's nothing more frustrating than upgrading and finding the keystroke that used to take...

Dec 9, 2008
0
0

M. G. Phone Home (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

M. G. Phone Home (Matt Gertz)I have a slight problem with my cell phone.  It’s a smartphone; I love it, I use it all the time, and I don’t what I’d do without it, but I’ve been pretty aggravated with its support of Bluetooth.  It will fail to pair with the Sync system in the car at random times, which drives me cra...

Dec 9, 2008
0
0

Did you know? You can unwind the call stack from exceptions (Bill Horst)

VBTeam
VBTeam

The ability to unwind the call stack from exceptions is one of the debugger features that was newly introduced in Visual Basic.NET 2005. When the debugger hits a first-chance exception, you can unwind the call stack in order to make code edits to fix the exception and continue debugging with the changes. The exception assistant UI will have an &ldq...

Dec 7, 2008
0
0

Did you know? There are many ways to insert a snippet into your code (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Code snippets were introduced in the Visual Basic 2005 release. They provide an easy way to learn how to do a particular coding task, or to re-use a piece of code in various parts of your application. Code snippets can be inserted in a variety of ways.  The method you choose will depend upon the situation.  When browsing for a code snippe...

Nov 25, 2008
0
0

Panel: Developers moving to VB.Net for projects using XML (Lisa Feigenbaum)

Beth Massi
Beth Massi

Visual Basic 9.0 introduces a feature called XML Literals, which makes programming against XML a lot more natural, and dramatically decreases the number of lines of code you need to write. In fact, it makes working with XML in Visual Basic *so* much easier that many C# developers are moving to VB.Net for their XML work! To learn more abou...

Nov 24, 2008
0
0

Tutorial: Functional Programming with Visual Basic 9.0 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Using Visual Basic, and thinking about Functional Programming? Here's an excerpt from Eric White's blog, explaining why you should: Functional Programming (FP) has the potential to reduce program line count by 20% to 50%, reduce bugs and increase robustness, and move us in the direction of taking advantage of multiple core CPUs....

Nov 10, 2008
0
0

TechEd Barcelona: Session Materials (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

I'm here at TechEd Barcelona, and the week has gotten off to a great start. Jason Zander did the keynote this afternoon, and announced lots of great tooling support that will be included in Visual Studio 2010! Exciting stuff.I have 4 sessions here, starting tomorrow. I've attached the materials at the end of this post, in case you wa...