| View previous topic :: View next topic |
| Author |
Message |
I'm C.H. Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Dec 2006 Posts: 1000 Location: Sweden
|
Posted: Wed Jan 30, 2008 4:05 pm Post subject: [Vb6] Question About TextBoxes |
|
|
Well I'm making a Trainer package but now I deleted all of my text by mistake. I have a textbox with Multiline but is there a simple way of making they popup by lines instead of re-doing all of these darn spaces?
(If it's un-nessesary to make another thread instead of keep asking on one just tell me!!)
_________________
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Wed Jan 30, 2008 4:50 pm Post subject: |
|
|
Not sure what you are talking about, but in my trainer pack I used 2 lists, not text boxes.
_________________
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Wed Jan 30, 2008 7:04 pm Post subject: |
|
|
You means..
| Code: | Text1 [v]
l Lol l
l hurray l
l man l
l_______l |
So, to don't have to add 1 by one?
_________________
|
|
| Back to top |
|
 |
I'm C.H. Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Dec 2006 Posts: 1000 Location: Sweden
|
Posted: Thu Jan 31, 2008 12:41 am Post subject: |
|
|
No like first I used:
(Example) (Example2) (Example3)
And so on. It takes too long time to fit everything in again. So is it possible to put it all in wihout spaces?
_________________
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Thu Jan 31, 2008 5:39 am Post subject: |
|
|
Umm use a list box? o.o
_________________
|
|
| Back to top |
|
 |
I'm C.H. Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Dec 2006 Posts: 1000 Location: Sweden
|
Posted: Thu Jan 31, 2008 8:09 am Post subject: |
|
|
Well how do I make so that the list adds a new text on each of the lines? It has something to do with List.AddItem?
_________________
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Thu Jan 31, 2008 4:02 pm Post subject: |
|
|
Yeah
List1.AddItem "Whatever"
_________________
|
|
| Back to top |
|
 |
|