I can do this? Msgbox (txt.Text)

Cableguy

Expert
Licensed User
Longtime User
Hi Alfredo

Try the "ToastMessageShow" keyword...

It should be something like:
ToastMessageShow("This is th text to show", False) The False means that the message will be shown for a short period of time, change it to True for a longer show.

P.S. what is you Mother Language??
 
Upvote 0

Kevin

Well-Known Member
Licensed User
Longtime User
Or possibly he was just looking for:

B4X:
txtMsg = "Hello there"
txtTitle = "Message Box"

Msgbox (txtMsg, txtTitle)


:sign0089:
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…