O.P. RE: Script query
Okay, i've changed it to a ListBox as i think this might help a LOT with accomplishing what I'm trying as I've got other things working properly (such as deleting items and adding into two list boxes (one for e-mail, one for status)
I've almost got the ListBox set up, however what I can't get it to do is read/write to/from the registry.
I basically need all the items in the listbox to be stored and then put back into it when saving/reloading the form.
This was working previously when it was a RichEdit control, I'm just not sure what commands to use to do it properly.
Following this I think all I'll need is to know how to feed everything back into the initial piece of code (as shown above).
Edit: The statuses show in the list box at the moment as numbers (relating to the number item they are in the listbox......however they kinda need to be parsed as 'STATUS_ONLINE', etc.....how can I accomplish this? Also how can I get them to show in the listbox as their item name, rather than number
This post was edited on 01-21-2009 at 04:52 PM by djdannyp.
|