blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
The Visual Basic Team

A group blog from members of the VB team Visual Basic Developer Center.
The Visual Basic Team Blog  
Related Blogs
previous blog next blog

2 Users are Following

8.2
great
based on editor's review


recent postsrss feed

Spot the Bug! – The Key to using Anonymous Types (Jonathan Aneja)

Nov 17, 2009
This one’s going to be long, but for those of you who’ve felt the first 3 in this series were too easy I promise this one’s tougher J.   Let’s say you want to list all the customers from a table in a ComboBox, and update the UI based on...

Spot the Bug! – Is it in VB or XAML? (Jonathan Aneja)

Nov 12, 2009
What’s wrong with the following WPF code?   Class Window1     Sub OK_Click(sender As Object, e As RoutedEventArgs) Handles OK.Click       MsgBox("Button Clicked")   End Sub   End Class   <Window x:Class="Window1"   ...

Linking Zune media items with LinQ, Part 2 (Matt Gertz)

Nov 7, 2009
In this post, I’ll continue on with coding the new playlist shuffler.  If you haven’t read part 1 yet, I highly recommend it so that this post will make more sense. J Code for the controls (continued) The Title TextBox When the title changes,...

Linking Zune media items with LinQ, Part 1 (Matt Gertz)

Nov 6, 2009
Way back in October 2007, I wrote up a few posts (here and here) on my experiments with the Windows Media Player object model.  The problem I was trying to solve was that, when I had a playlist set to “shuffle,” WMP would break up songs that should...

Spot the Bug! – Much ado about Nothing… Part 2! (Jonathan Aneja)

Nov 6, 2009
In yesterday’s post we saw that the use of the wrong comparison operator with Nothing in an If block can lead to surprising results.  Let’s look at a slightly different case today:           Dim x As Integer = Nothing           If x =...


Comments & Reviews:
Be the First to Review this Blog!