This is a migrated thread and some comments may be shown as answers.

Query Options with dif. decisions

0 Answers 49 Views
MessageBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Reiner
Top achievements
Rank 1
Reiner asked on 03 Dec 2011, 07:40 PM
Example:

If you need return values from your messagebox - this is an alternate way:

 

RadMessageBox.Show(New String() {"Gesetzliche Pausenzeit", "Ladezeit", "Technischer Defekt", "Fehler 40", "Demo"}, "Title", closedHandler:=Sub(args)

 

If args.ButtonIndex > 0 Then

 

Me.ApplicationTitle.Text = args.ButtonIndex

 

Else

 

End If

 

End Sub)


Tags
MessageBox
Asked by
Reiner
Top achievements
Rank 1
Share this question
or