Page 1 of 1

VB 2008 Tutorial - How to use Message Boxes

Posted: Tue Dec 08, 2009 7:19 am
by tvs praveen
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
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;

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Tue Dec 08, 2009 11:31 pm
by NoWayIn
You can shorten your time by taking out dim Mymessagebox

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Wed Dec 09, 2009 3:24 am
by Robby
good tutorial as it is.

yes u can take out dim mymessagebox.

P.S

im from India :)

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Wed Dec 09, 2009 7:51 pm
by Nery
In my opinion this isn't a tutorial, its just a piece of code.
Beginners that look at this will not understand what each part of that piece of code does. In the thread title it says "How to use Message Boxes" and its content shows nothing! Explain the Message Box properly.

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Wed Dec 09, 2009 9:21 pm
by MasterCoding
or you can use this code
Code: Select all
msgbox"("Type Here The Message Box Text")

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Wed Dec 09, 2009 10:18 pm
by NoWayIn
This should go into quick snips :D

Re: VB 2008 Tutorial - How to use Message Boxes

Posted: Wed Dec 09, 2009 10:38 pm
by Robby
isn't this alreaDY in quick snips ??

lol maybe it got moved or sometihng.