WPF: “Value of type 'String' cannot be converted to 'System.Windows.Media.ImageSource'.”

后端 未结 5 1950
没有蜡笔的小新
没有蜡笔的小新 2021-01-12 16:42

I\'m trying to set a WPF Image\'s source.

XAML works:


<         


        
5条回答
  •  暖寄归人
    2021-01-12 17:22

    What about

    Private Sub Google_Click(sender As Object, e As RoutedEventArgs)
        Mainbrowser.Navigate("http://www.contoso.com")
    

提交回复
热议问题