Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Text Box

Reply
 
Old 06-11-2008   #1 (permalink)
Jeff Gaines


 
 

Re: Text Box

On 11/06/2008 in message <eLeEEn6yIHA.3972@xxxxxx> a wrote:
Quote:

>Dim txt As New TextBox
>
>Me.Controls.Add(txt)
>
>
>
>I want to add multiple text box but I have the problem all text box
>created by the code above is created in the same place
>
>How can I create multiple text box but not above each other?
>
>I want to create text box beside each other or top or bottom
>
>Thank you
You need to run your Text Box creation in a loop and specify the location
of each text box - or create them in one function and position them in the
Form Layout and Resize functions.

--
Jeff Gaines Damerham Hampshire UK
If you ever find something you like buy a lifetime supply because they
will stop making it

My System SpecsSystem Spec
Old 06-11-2008   #2 (permalink)
a


 
 

Text Box

Dim txt As New TextBox

Me.Controls.Add(txt)



I want to add multiple text box but I have the problem all text box created
by the code above is created in the same place

How can I create multiple text box but not above each other?

I want to create text box beside each other or top or bottom

Thank you


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Concatenate text string and text in variable with no space between PowerShell
Looping Through A Text File To Find Patterns From Another Text Fil PowerShell
MVP's, text to speech!!, Can I dictate in other text input program Vista General
Howto: Add lines of text from a specific point in a text file.. VB Script
How do I read a text file and sort text by fixed positions? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46