Smobiler上海石磨_.NET移动开发平台

标题: vb.net如何写messagebox.show代码? [打印本页]

作者: wangxibin    时间: 2020-1-3 21:43
标题: vb.net如何写messagebox.show代码?
请教如下C#代码中的messagebox.show代码,转换成vb.net怎么写?



作者: Lula.Jin    时间: 2020-1-7 15:50
MessageBox.Show("xxxxx", MessageBoxButtons.OKCancel, Sub(obj, args)
                                                                 If (args.Result = ShowResult.OK) Then
                                                                        MessageBox.Show ("你点击了OK")
                                                                 End If
                                                             End Sub)




欢迎光临 Smobiler上海石磨_.NET移动开发平台 (https://www.smobiler.com/) Powered by Discuz! X3.2