Yeah, I'm using the ActiveX thingy
What i'm trying to accomplish is a script which changes your status to a pre-defined status for a contact coming online, so in the listboxes (labeled emails and statuses) it would read like this:
emails statuses
Contact1@hotmail.com Online
Contact2@hotmail.com Away
Contact3@hotmail.com Idle
Contact4@hotmail.com Appear Offline
Contact5@hotmail.com Online
I already have it working such that it will read the e-mail address from the registry (however only one, as i put it there manually) and change my status back to online (just set manually in the script to test, thus far)
The desired outcome is that the user inputs a list of contacts and statuses that get written to the registry (to save the settings), then each time they load the settings form, the items are re-loaded (where they can be succesfully deleted) and that the items are then read from the registry back into the main bit of code which initialises on contact signin.
the only things I need sorting are:
[*]Getting proper names intead of numbers into the statuses listbox
[*]Reading/Writing to/from the registry to/from a ListBox (existing code is for a RichEditControl)
[*]Reading from the registy into the code, matching up each e-mail address with its status.
That's about it I think, it feels like I'm so close I'd prefer it if you can give me a few more pointers rather than just fixing the plsc for me as I'd like to learn.
I've attached it anyway, but I'd like it if you can give me some pointers on how to fix it myself (albeit very basically explained pointers), rather than just posting a working plsc (although I wouldn't mind the latter if it's really the easiest way, as I can study the differences to learn from)
You'll both get credit in the release anyway
(Oh, and anyone else if they manage to help significantly first)