PDA

View Full Version : Printing message on screen in Visual Basic


Hitterman
17-07-08, 08:09 PM
This is only fo rthe People who haven't used their Hands in Visual Basic.
Lets start .
I am going to explain you that how you can Print a Message in Visual Basic by clicking a Button.

Open a standard EXE.
Than make a Simple Button.
Double-click the Button and enter the following code Before the "End" statement
Msgbox("Message you want to display")
Run the EXE.
That's all .

lyoko321
14-08-08, 07:44 AM
Thanks but I already knew this, thanks though. :D

shkhanal
25-08-08, 03:27 PM
Nice and basic tips. Perhaps this would be the first thing needed to know on VB. Thank you.

Hitterman
25-08-08, 06:07 PM
That's right. One should start learning VB from small coding like this one.

shkhanal
15-09-08, 12:27 PM
You are absolutely true!

:cool: