My Plugin - 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: My Plugin (/showthread.php?tid=51147) My Plugin by dazlee on 09-29-2005 at 07:12 PM
Ok so i am macking progress with my shared browser, i finaly got it to send messages from the browser form. RE: My Plugin by M73A on 09-29-2005 at 07:15 PM
shared browser? RE: My Plugin by dazlee on 09-29-2005 at 09:11 PM
Ye i can make a shared browser no problem i just wanted something in MSN, but i cant catch the result's with the parse (w/e the last parse method is in sample, (closed VB for 2nite)) RE: My Plugin by Plik on 09-29-2005 at 09:21 PM
You could make a command that sends the notification code and then use sendkeys to send the code. RE: My Plugin by CookieRevised on 09-30-2005 at 05:20 AM
Using sendkeys (especially the intristic function of VB) can be problematic in many situations and should be avoided at all cost or at least used with extreme care if no other way possible (but there is always another, better, way); it's much too easy to break it. RE: My Plugin by dazlee on 09-30-2005 at 06:28 PM Hi, where is the send keys windows API? RE: My Plugin by CookieRevised on 10-01-2005 at 12:21 AM
for example, you can use SendMessage. RE: My Plugin by dazlee on 10-01-2005 at 11:47 AM
Ive used SendMessage but it fails, you have to focus the window inside the conv window, and for some reason i can not focus that from inside the dll i can outside..... Ok i think i have my answer, SetWindowText will work with Chr(&H12) however, i need the hwnd of the text control, how can i get that based on msnger window hwnd? FindWindowEx i dont know the class ..... ? |