How do you save and load the contents of a list box to the registry.

To load i tried.
VB Code:
  1. lstPC.List = GetSetting("NETWORK", "CLIENT", "UserList", "")

and to save i tried.
Code:
SaveSetting "NETWORK", "CLIENT", "Userlist", lstPC.List