Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Oracle, Industry Model
-------------------
For "standard" VB.net, I found this code to create a "Yes/No-Messagebox" and folowing If - else - condition:
Dim rslt As New System.Windows.Forms.DialogResult
rslt = MessageBox.Show("Text", "Titel", MessageBoxButtons.YesNo)
If rslt = Windows.Forms.DialogResult.Yes Then
'YES pressed
Else
'NO pressed
End IfHow has it to be modified to run in VB.Script in forms?
AutoCAD Map 3D 2023 German / Oracle
Solved! Go to Solution.