Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Creating plugin, help needed
For the 'Configure' problem, use
Form1.Show vbModal
As for the reading probvlem thingy, there isn't a variable or event like that I'm afraid. Anyway, why not have it read all online contacts on sign-in? Could be useful
i'm sorry that i sound very noobisch, i do have experience with VB6 but not with creating dll files
edit: i have removed the "me" (like this: Public Function Configure()
frmOptions.Show vbModal
End Function
) but i still get the same error. i don't get it
This post was edited on 01-26-2005 at 05:39 PM by NightScream.
i found the error, it was a error at the load event of the options form.
i typed me.visible = true
apparently that was the error. thx for looking into it guys