What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [C++] PlusWnd to MsgPlus

[C++] PlusWnd to MsgPlus
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [C++] PlusWnd to MsgPlus
And if you don't want to juggle with interfaces: you can create the window in the script, and send the window handle from the created window (instead of the object itself) to the DLL. And in the DLL you use the normal Windows APIs to manipulate the controls on the window.

Or, in the same way, if the only thing you do in the DLL is filling that particular listview, send the window handle of that listview control to the DLL. In the DLL you use the normal Windows APIs to populate the listview.

This post was edited on 05-17-2011 at 05:14 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-17-2011 05:10 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[C++] PlusWnd to MsgPlus - by enoid on 05-17-2011 at 02:52 PM
RE: [C++] PlusWnd to MsgPlus - by Eljay on 05-17-2011 at 04:03 PM
RE: [C++] PlusWnd to MsgPlus - by CookieRevised on 05-17-2011 at 05:10 PM
RE: [C++] PlusWnd to MsgPlus - by enoid on 05-17-2011 at 05:15 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