[Gambas-user] getting a list of users

Benoit Minisini gambas at ...1...
Thu Nov 25 11:21:06 CET 2004


On Thursday 25 November 2004 10:53, Technoferret wrote:
> Could anyone help me with what is probably a simple problem.
>
> I need to populate a combobox with a list of all the USER names that
> have a login account on the system but for some reason how I get this
> list has deserted me.
>
> Cheers
> Dave

The quick way but not the good way:

MyComboBox.List = Dir("/home").Join("\n") & "\nroot"

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list