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
1 Posted Topic
Re: 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] |
The End.