quote:
Originally posted by Spunky
quote:
Originally posted by lespoils
why do u put a W at the end of the SetWindowsText function ?
is it something about Messenger Plus! script ?
Lespoils
It's because JScript is Unicode. The alternate version would be SetWindowTextA (I think it means ASCII). Although, I don't think you need to explicitly call those with the A at the end
You certainly do need to. Otherwise the function will not know how to the parameters and how much memory to allocate to it.