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 .
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 .