VB 2008 Tutorial - How to use Message Boxes
Posted: Tue Dec 08, 2009 7:19 am
This is a simple tutorial which i will show you how to make a Message Box
Insert 1 Button
Double click and insert this code into Button1
*******************Thanks for reading my tutorial, I think this Tutorial will be most helpful to you!*******************
If you want any custom tutorial for you or you need any help in VS.NET, VB.NET, Software Coding, Designing and much more any help in Computer stuffs just ask me
Mostly i will help everyone in coding and design stuffs in on Computer
- Best regards hehaho;
- Tvs Praveen wahooo;
- Thanks CodeNStuff! for this amazing Website cooll;
Insert 1 Button
Double click and insert this code into Button1
Code: Select all
Dim Mymessagebox
Mymessagebox = MsgBox("Message, Hello man!, How r u?", MsgBoxStyle.Exclamation, "How to use Message boxes Tutorial")
*******************Thanks for reading my tutorial, I think this Tutorial will be most helpful to you!*******************
If you want any custom tutorial for you or you need any help in VS.NET, VB.NET, Software Coding, Designing and much more any help in Computer stuffs just ask me
Mostly i will help everyone in coding and design stuffs in on Computer
- Best regards hehaho;
- Tvs Praveen wahooo;
- Thanks CodeNStuff! for this amazing Website cooll;