What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » hWnd of IMWindowClass chat input box

2 votes - 5 average   hWnd of IMWindowClass chat input box
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: hWnd of IMWindowClass chat input box
quote:
Originally posted by eSouL
Strangely, posting to DirectUIHWND still doesn't do anything. :O
Thats odd cause it works with no problem here in my plugin I am developing.

Here is the actual code I have.

code:
        Dim lngNewWindow As Long
        Dim strTextToSend As String
        If Contacts_lv.SelectedItem.Tag <> "" Then
            lngPrevWnd = GetForegroundWindow()
            MessengerAPI_Obj.InstantMessage Contacts_lv.SelectedItem.Tag
            lngNewWindow = GetForegroundWindow()
            lngNewWindow = FindWindowEx(lngNewWindow, 0, "DirectUIHWND", vbNullString)
            SendText lngNewWindow, "/dropfile " & Me.Tag, True, False
            Unload Me
        End If

This post was edited on 10-11-2005 at 04:00 AM by matty.
10-11-2005 03:55 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
hWnd of IMWindowClass chat input box - by eSouL on 10-10-2005 at 03:32 PM
RE: hWnd of IMWindowClass chat input box - by J-Thread on 10-10-2005 at 04:19 PM
RE: hWnd of IMWindowClass chat input box - by matty on 10-10-2005 at 04:28 PM
RE: hWnd of IMWindowClass chat input box - by eSouL on 10-10-2005 at 04:39 PM
RE: hWnd of IMWindowClass chat input box - by Stigmata on 10-10-2005 at 04:57 PM
RE: hWnd of IMWindowClass chat input box - by J-Thread on 10-10-2005 at 04:58 PM
RE: hWnd of IMWindowClass chat input box - by matty on 10-10-2005 at 05:11 PM
RE: hWnd of IMWindowClass chat input box - by Mike on 10-10-2005 at 05:14 PM
RE: hWnd of IMWindowClass chat input box - by matty on 10-10-2005 at 05:17 PM
RE: hWnd of IMWindowClass chat input box - by Plik on 10-10-2005 at 05:36 PM
RE: hWnd of IMWindowClass chat input box - by eSouL on 10-10-2005 at 06:09 PM
RE: hWnd of IMWindowClass chat input box - by matty on 10-10-2005 at 06:50 PM
RE: hWnd of IMWindowClass chat input box - by eSouL on 10-10-2005 at 07:03 PM
RE: hWnd of IMWindowClass chat input box - by matty on 10-10-2005 at 08:23 PM
RE: hWnd of IMWindowClass chat input box - by eSouL on 10-11-2005 at 03:47 AM
RE: hWnd of IMWindowClass chat input box - by matty on 10-11-2005 at 03:55 AM
RE: hWnd of IMWindowClass chat input box - by eSouL on 10-12-2005 at 05:13 AM


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