Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim 答覆 As DialogResult MessageBox.Show("喜歡VB嗎?", "標題", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) If 答覆 = DialogResult.Yes Then MessageBox.Show("VB真實用") Else MessageBox.Show("還有C++/JAVA") End If End Sub
請問有人知道我哪裡出問題了嗎?? 我的YES 顯示不出來
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
You are receiving this email because you subscribed to this feed at blogtrottr.com.