472,111 Members | 1,969 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

How do I create an username input box in vb

how do you create a input box that ask for the user name in vb
Dec 3 '07 #1
6 3191
lotus18
866 512MB
how do you create a input box that ask for the user name in vb
Hi marty8917

Can you show us in more details?

Rey Sean
Dec 3 '07 #2
Hi marty8917

Can you show us in more details?

Rey Sean
i need it to ask for a user name
Dec 3 '07 #3
sdanda
36
In vb.net,A soecial function INputBox is there.Try this function..
Syntax is
Dim str1 as String
str1=InputBox("enter User name")
Dec 3 '07 #4
lotus18
866 512MB
i need it to ask for a user name
Username of what? Does your program has a database? Are you telling us retrieve a username from the vb or from database?

Rey Sean
Dec 3 '07 #5
debasisdas
8,127 Expert 4TB
You simply need to use the inputbox function. There you can put anything to display. For multiple lines concadinate with Chr(13) and Chr (10) .
Dec 3 '07 #6
lee123
556 512MB
well this is the inputbox function

InputBox(prompt[,title][,default][,xpos][,ypos][,helpfile,context

lee123
Dec 3 '07 #7

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

11 posts views Thread by Ghazan Haider | last post: by
5 posts views Thread by Phil Powell | last post: by
15 posts views Thread by Eugene Anthony | last post: by
reply views Thread by kang jia | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.