|
-
Dec 11th, 2005, 11:22 AM
#1
Thread Starter
Addicted Member
arranging line or text in a listbox
I'm using the following command to add lines to a list box
list1.additem 1 & "USER NAME" & "DEPARTMENT" & "THE DATE"
Now I want the user name and the department name to appear justified, example:
I don't want it to look like :
1-FIRST NAME HERE DEPARTMENT HERE
2-SECOND NAME HERE DEPARTMENT HERE
3-THIRD NAME HERE DEPARTMENT HERE
I want the line to look like
1-FIRST NAME HERE ---------------DEPARTMENT HERE
2-SECOND NAME HERE -------------DEPARTMENT HERE
3-THIRD NAME HERE----------------DEPARTMENT HERE
got my point? now can you help lol
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|