|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help Rewarded
Yes,
I have another problem, I cannot add information into my text box without it going differently than I wanted. I need information that is six lines down to match up with the other info that is six lines down. -------- this is the info i put into the text box with some numbers... -------- -------- -------- -------- -------- But when I try to add another set of lines like this it ends up like this -------- -------- -------- -------- -------- ----------------- --------- -------- -------- -------- -------- I need it to go like this -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- Anyone know how to do this? I've tried different alignment constants like vbAligntop and vbAlignRight but nothing works. Any Ideas???? p.s. that 'help rewarded' was just something to make everyone look at this -picNick |
|
#2
|
|||
|
|||
|
You will never succeed in your endeavours as long as you continue to use a Textbox.
The textbox sees your first entry as one continuous string, not as 5 individual strings so, when you add the other lines, it just adds them as an extension to the end of that first string. You need to be using a Listbox where you can set columns. It will solve all your problems but is a little different to use. Spend some time with it and you'll love it. If, of course, you are trying to get input into the text boxes, you will have to approach the project a little differently if you use a listbox. You might need to add an 'Add' button and textbox to accept input which you would then esend to the listbox. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Help Rewarded |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|