I would like to put a web link in my dialog message box. Does the default message dialog box support that capability?
B4X:
Dim str0 As String
str0 = $"About
Here is a link for more help:
https://www.youtube.com/watch?v=xn260L
"$
fx.Msgbox(MainForm,str0,"About")