What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » DLL function detection (?) + weird error

DLL function detection (?) + weird error
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: RE: DLL function detection (?) + weird error
quote:
Originally posted by ShawnZ
1. it's your script... shouldn't you be able to tell other parts of it when you call a DLL yourself?

2.

try this:

var Contacts = Messenger.MyContacts;
var e = new Enumerator(Contacts);
while (e.moveNext()) {
var contact = e.item();
EmailArray[i] = contact.Email;
WndEmail.Combo_AddItem("Email",contact.Email);
}

1.

I actually mean, that as soon as Windows calls a function in a DLL, I'd like to know of its name and parameters.. I have DLLExp, which only reads the DLL's function names and some weird "address" thing..

2.

I'm sorry to say that your code doesn't work.. It gives me an empty combobox.. :S
04-13-2008 06:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
DLL function detection (?) + weird error - by SmokingCookie on 04-13-2008 at 05:14 PM
RE: DLL function detection (?) + weird error - by ShawnZ on 04-13-2008 at 05:52 PM
RE: RE: DLL function detection (?) + weird error - by SmokingCookie on 04-13-2008 at 06:00 PM
RE: DLL function detection (?) + weird error - by ShawnZ on 04-13-2008 at 06:03 PM
RE: DLL function detection (?) + weird error - by SmokingCookie on 04-13-2008 at 06:07 PM
RE: DLL function detection (?) + weird error - by felipEx on 04-13-2008 at 08:30 PM
RE: DLL function detection (?) + weird error - by matty on 04-14-2008 at 11:44 AM
RE: DLL function detection (?) + weird error - by SmokingCookie on 04-14-2008 at 02:52 PM
RE: DLL function detection (?) + weird error - by Matti on 04-14-2008 at 04:13 PM
RE: DLL function detection (?) + weird error - by SmokingCookie on 04-14-2008 at 04:19 PM
RE: DLL function detection (?) + weird error - by Matti on 04-14-2008 at 04:40 PM
RE: DLL function detection (?) + weird error - by SmokingCookie on 04-14-2008 at 04:47 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