Private ASMsgBox1 As ASMsgBox
Dim year As String = "2012 - 2019"
ASMsgBox1.Initialize(Me,"ASMsgBox1")
ASMsgBox1.InitializeWithoutDesigner(Activity, 0xFFc0c0c0, True, False, False, 50%x, 440dip)
ASMsgBox1.LoadLayout("info")
ASMsgBox1.Header_Text = mtabout
'ASMsgBox1.HeaderColor = Colors.Green
ASMsgBox1.icon_set_icon(xui.LoadBitmap(File.DirAssets,"icon_info.png"))
ASMsgBox1.CenterDialog(Activity)
ASMsgBox1.CloseButtonVisible = True
ASMsgBox1.Show(True)
'ASMsgBox1.ShowWithText("Hello B4X!",True)
LabelInfoVersion.Text = Version
LabelInfoAppType.text = year
Wait For ASMsgBox1_result(res As Int)