The hub is running for registreted users only, and I want to make a list of the registreted users, as we are close to 1000 reg. users. It is damned hard to find a certain user in the NMDC window with that number of users.
I have no troubles to get the data from:
CStr(frmHub.lstOps.ListItems.Item(i).Text) and
CStr(frmHub.lstOps.ListItems.Item(i).SubItems(x))
But I have troubles to list them out, so it is showed in a nice list with the data in each columns.
I have tried to messure the Len(username) and then make a Space of 30-Len(username), but smalls and capitals broke that attempt.
Any way to make a position on a line in VB???
Any suggestions will be appreciated very much