What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Resolved] Talking to VB.

[Resolved] Talking to VB.
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Talking to VB.
quote:
Originally posted by Tails
Also (Not related to the post) When i was doing the mini tutorial that you can download for JS, i found a problem; When i try to make a xml form come up (i don't know the correct term for it). It would not show. I tried restarting MSN and the script and i followed it exactly, i even tried to get it to show up when a msg was recieved (by looking at the code from other scripts), but nothing worked. I'm still trouble shooting this problem however.
Make sure the XML file is saved as Unicode
Check out this example I made : Matty's reply to Cannot CreateChildWnd

quote:
Originally posted by Tails
What do i put in this DLL?
Whatever you want?

quote:
Originally posted by Tails
So i have to manually make all the events and stuff in the dll?
You code whatever events you want it to do. Like have a MessageBox appear.

quote:
Originally posted by Tails
What JS do i use?
Remeber also you need to register your DLL using regsvr32 or by calling the Exported function from the DLL called DllRegisterServer (i think its called).
code:
function OnEvent_Initialize(bMessengerStart){
    var MyActiveXObject = new ActiveXObhect('Projectname.Classname');
}

This post was edited on 07-06-2006 at 03:42 PM by matty.
07-06-2006 03:40 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Resolved] Talking to VB. - by Tails on 07-06-2006 at 03:01 PM
RE: Talking to VB. - by matty on 07-06-2006 at 03:03 PM
RE: Talking to VB. - by Tails on 07-06-2006 at 03:25 PM
RE: Talking to VB. - by matty on 07-06-2006 at 03:40 PM
RE: Talking to VB. - by Tails on 07-06-2006 at 04:02 PM
RE: RE: Talking to VB. - by mathieumg on 07-08-2006 at 05:00 AM
RE: Talking to VB. - by Tails on 07-08-2006 at 11:49 AM
RE: Talking to VB. - by CookieRevised on 07-08-2006 at 11:54 AM
RE: Talking to VB. - by Tails on 07-08-2006 at 12:30 PM
RE: Talking to VB. - by CookieRevised on 07-08-2006 at 01:06 PM
RE: Talking to VB. - by Tails on 07-09-2006 at 04:24 AM
RE: Talking to VB. - by CookieRevised on 07-09-2006 at 10:27 AM
RE: Talking to VB. - by Griffo on 07-09-2006 at 11:04 AM
RE: Talking to VB. - by CookieRevised on 07-09-2006 at 11:11 AM
RE: Talking to VB. - by matty on 07-09-2006 at 02:27 PM
RE: Talking to VB. - by Griffo on 07-09-2006 at 03:56 PM
RE: Talking to VB. - by matty on 07-09-2006 at 04:19 PM
RE: Talking to VB. - by Griffo on 07-09-2006 at 08:32 PM
RE: Talking to VB. - by Tails on 07-09-2006 at 10:54 PM
RE: [Resolved] Talking to VB. - by cooldude_i06 on 07-09-2006 at 11:30 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On