0
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
If ComboBox1.SelectedValue IsNot Nothing Then
PictureBox1.Image = Image.FromFile("C:\Users\goodisam000\Desktop\Goodin Coding\Stuff\Pokemon Sprites\X and Y\xyani\" & (ComboBox1.SelectedItem.ToString.ToLower) & ".gif")
End If
End Sub
我想要圖片框根據所選組合框選項更改圖像。所以說,我選擇組合框中的Abra,然後我想要選擇Abra時,表單將Abra的圖像加載到圖片框中。基於組合框調整圖片框
正確標記您的問題。這是VB.NET或VBA。你應該知道兩者之間的區別。 – 2015-03-13 13:51:01
不是。再猜。 – 2015-03-13 13:52:56
@ Dan-o再次對不起vb.net – 2015-03-13 13:54:27