We all started somewhere. Interesting that you started on command prompt rather than label's though o.o
to 'program' to make command prompt say "hello world my name is Danny" in VB6.
/programming master.![]()
Last edited by Danny; 02-07-2012 at 05:49 PM.
We all started somewhere. Interesting that you started on command prompt rather than label's though o.o
It's the VB program's command prompt, I'm using FBIde + VB.
Ermm.. in this tutorial this is the coding, and it works for him, but not for me. :l
at the bottom it saysCode:declare sub namee namee sub namee dim namee as string input "What is your name" ; namme print namme sleep end sub
" Duplicated definition, namee in 'dim namee as string'
Variable not declared, namee in 'input "what is your name" ; namee' "
Before I go on, any idea what's wrong? :l
Oh my wow![]()
John (02-07-2012)
I know it's easy, but I need to learn it before I can learn other stuff. xD
Ashleys165 (02-07-2012)
I tried that.
The namee is just to replace a name so I don't think it matters what I put there.
Like putting Danny instead of namee
@(you need an account to see links), if you want a basic "My Name Is Danny!" Showing up then
Paint on a button.... double click it, between the Command1_Clicked() and End Sub put
Yay!!! Run it and press your button!!!Code:msgbox "My Name Is Danny!!!!"
msgbox isn't anything on this program o.o