quote:
Originally posted by matty
quote:
Originally posted by djdannyp
I think you're gonna have to explain it a bit simpler than that
also, which part does this do? does it return them as text items in the listbox......or does it allow me to put them through the original bit of code?
and how can i do whichever part of this it doesn't let me do?
That bit will convert the status to the text equivalent.
matty's reply to Tips << Registry access
I'm not sure how or where to use it though
I get the creating the array bit.......I'm just not sure how to use it on that window to change the number outputted by the ComboBox into the relevant text....and then again how to get it parsed by the original code statement
As for the registry thing, I've taken a look but i'd have a lot of code to re-write...and i only just about got it there in the first place
It's like 90% working using Plus' own registry reading/writing bit, I just don't know how to do it with a listbox
I can't get this other thing to work. I've added the .js file that you linked to......but I don't know what properties to put in..for example at the moment I have
code:
sEmails = oWScript.RegRead(MsgPlus.ScriptRegPath + sEmail + '\\emails');
which reads the list of e-mails from the registry in order to put them back into the settings window (or at least it did when it was a rich edit control!).....but I don't know what to put in order to get it to read from the same paths...i've tried a few things and it just comes up "Error: Object expected (code: -2146823281)"
Is there a way to accomplish what I want without having to include the extra thing as I already have most of it done......I just need to know how to get it to work with a listbox....and how to feed the input back into the original code statement