pParam ... - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: pParam ... (/showthread.php?tid=30591) pParam ... by Orkblutt on 08-28-2004 at 02:25 AM
Hi Patchou, RE: pParam ... by Mnjul on 08-28-2004 at 04:01 AM In ParseCommand, pParam is probably used for retrieving a conversation window (iConversationWnd). Is that what you need? Also, iConversationWnd may sometimes be a null pointer if Plus! can't pass it, for example, a Windows Messenger conversation window when WM is opened after MSNMsgr. RE: pParam ... by Orkblutt on 08-28-2004 at 04:20 AM
No... thanks for your anwser but I'm needing sContactName ... RE: pParam ... by Mnjul on 08-28-2004 at 04:34 AM sContactName is only used for ReceiveNotify. If you want to know who the user is talking to in the conversation window, you need to use iConversastionWnd RE: pParam ... by Orkblutt on 08-28-2004 at 05:01 AM
Ok ok RE: pParam ... by Mnjul on 08-28-2004 at 05:39 AM You can announce your plugin here just in the Plug-Ins forum, and/or go to here: Official Plugin Database RE: pParam ... by Yousef on 08-28-2004 at 09:13 AM anyone knows how patchou gets the iConversastionWnd without using the api? cause that's exactly what I need 2 know... RE: pParam ... by RaceProUK on 08-28-2004 at 01:36 PM I think he searches the memory for it or something. I remember on IRC being told Patch gets the IMessenger3 pointer by searching the memory using ASM written by wtbw. RE: pParam ... by Orkblutt on 08-29-2004 at 06:20 AM
You have the best avatar picture I've never seen !!!! RE: pParam ... by RaceProUK on 08-29-2004 at 10:21 AM Take a look at this attachment. RE: pParam ... by Orkblutt on 08-30-2004 at 01:58 AM
Oki! I want to display a dialog box I'm proceding like that... but it's not the good method quote: Could you help me please ? RE: pParam ... by RaceProUK on 08-30-2004 at 01:58 PM
Change DialogBox(hInst , (LPCTSTR)IDD_DIALOG1, hWnd, (DLGPROC)MyDlg); RE: pParam ... by Orkblutt on 08-31-2004 at 12:57 AM
Hi, RE: pParam ... by RaceProUK on 08-31-2004 at 09:21 AM
You clould also try using strcmp() instead of stricmp(). RE: pParam ... by Orkblutt on 08-31-2004 at 10:09 AM
yes yes RE: pParam ... by RaceProUK on 08-31-2004 at 10:58 AM You may want to check the return value of DialogBox, and you may also like to look at GetLastError(). RE: pParam ... by Orkblutt on 08-31-2004 at 03:18 PM
DialogBox is failed and return -1 quote: I'm not undrstanding why this error? RE: pParam ... by RaceProUK on 08-31-2004 at 09:50 PM
quote:When I tried getting DialogBox to work, I kept getting that. Never did find out why though. RE: pParam ... by Orkblutt on 09-01-2004 at 12:34 AM
hummm RE: pParam ... by RaceProUK on 09-01-2004 at 09:23 AM
Maybe TB could shed some light on this, as I've had this problem too. RE: pParam ... by Orkblutt on 09-01-2004 at 07:15 PM
no. I can't do that I want to do with VB... (and I'm hating VB too...lol) quote: Who's TB ? any mail to join him directly ? RE: pParam ... by RaceProUK on 09-01-2004 at 09:48 PM
TB = TheBlashphemer. RE: pParam ... by Orkblutt on 09-01-2004 at 10:04 PM
quote: what would you mean ? |