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');
}