quote:
Originally posted by mopflash
All i need now is to find out a way to boot up my form on msgplus load. And a easy/quick way to change your nickname.
When you say 'on msgplus load', do you mean the Initialize function, or when the program itself starts? If you mean in Initialize, just use
code:
Form.Show
NB; Don't use vbModal, as this will prevent Plus from loading properly until your form is closed.
As for an easy way to change nicknames, the easiest is to get a handle to a conversation window, or open a new one, and type '/nick <name>' there using SendKeys or a similar method.