VB6 - Message Creator
All tutorials created in VB6 to be posted in here.
5 posts
Page 1 of 1
Hello everyone!
I a going to tell you how to make a program that creates msgboxes without the user needing to type any code at all! I am going to do my regular(step by step) OK! Here we go:
1. Open Vb6.
2. Select Standard Exe and click Open.
3. Resize your form and name it to what you want.
4. Create 2 Textboxes.
5. Make those 2 textbox's captions as follows: Title and Body and name them Title and Body.
6. Make 1 button and make it's caption Show Msg!
7. Double click the button and type:
Enjoy!
~GoodGuy17~
I a going to tell you how to make a program that creates msgboxes without the user needing to type any code at all! I am going to do my regular(step by step) OK! Here we go:
1. Open Vb6.
2. Select Standard Exe and click Open.
3. Resize your form and name it to what you want.
4. Create 2 Textboxes.
5. Make those 2 textbox's captions as follows: Title and Body and name them Title and Body.
6. Make 1 button and make it's caption Show Msg!
7. Double click the button and type:
Code: Select all
8. Press F5 and type something in the title box, then type something in the body box, then click the button! It should work!MsgBox (Body.Text), vbOKOnly, (Title.Text)
Enjoy!
~GoodGuy17~

nelsonxd wrote:I can use this in visual basic 08 or 2010vb2008
msgbox ("body", "TITLE")
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

@zachman61
well i think is it:
vb 2008:
---------------
MsgBox("Your Text under Title", MsgBoxStyle.###, "Title")
By ### you can use:
Cirtical
Information
and more!
well i think is it:
vb 2008:
---------------
MsgBox("Your Text under Title", MsgBoxStyle.###, "Title")
By ### you can use:
Cirtical
Information
and more!
Visit my website!
http://www.e-software.de.tc
English version: http://tinyurl.com/esoftwarenglish
Please take original (german) version, the english has many bugs
Go to my Softwaresite or Gamesite
I am german, don't be angry for my not so good english.
http://www.e-software.de.tc
English version: http://tinyurl.com/esoftwarenglish
Please take original (german) version, the english has many bugs
Go to my Softwaresite or Gamesite

I am german, don't be angry for my not so good english.
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023