Spot the Bug! – Is it in VB or XAML? (Jonathan Aneja)
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" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/present...