Of course, just type:
MsgBox("your text", MsgBoxStyle.Information, "your text") and where is the MsgBoxStyle, you can choose different types, like errors, Yes, No, Ok.
KnifeDarky 2 months ago
Is there a way i can change the type of message box when i try to send a message, like for an error message or something?
trueboss926 2 months ago
Of course, just type:
MsgBox("your text", MsgBoxStyle.Information, "your text") and where is the MsgBoxStyle, you can choose different types, like errors, Yes, No, Ok.
KnifeDarky 2 months ago
Is there a way i can change the type of message box when i try to send a message, like for an error message or something?
trueboss926 2 months ago