Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for BombAppetit

here is the answer - well my technique anyway. myListBox.ColumnCount = 2 [code]Private Sub AddItems(Text1 As String, Text2 As String) myListBox.AddItem (Text1) myListBox.Column(1, TraceBox.ListCount - 1) = Text2 End Sub[/code]

Member Avatar for jksjai
0
3K

The End.