HI,

I need to add multiple InputBoxes in my form. I'm stuck. I'm thinking I either need to add another sub or use Projects, add to project. I don't know. The book doesn't give you any instructions except how to add one iput box which wasn't a problem. Thanks for any help. Smarkles

OK,I forgot to say I'm using VB.net

Hi all,

I figure it out myself. I just put in a for loop.
Dim IntCount As Integer
For intCount = 1 To 3.
this makes the InputBox come up 3 times storing the values.Ok, well, thanks. Smarkles

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.