What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
SharedBrowser 0.5
Hi guys, im so pleased i finaly got around the SendKeys and WM_Char, KeyDown issue with char &H12 (aka notify char) My plugin still has a few bugs and is v limited for features but it does work! http://fczone.com/getfile/?id=install.zip its a shared ...
dazleePlug-Ins10-02-2005 at 09:07 PM
RE: My Plugin
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..... So as i said? a windows send key api? [hr] Ok i think i have my answer, SetWindowT...
dazleePlug-Ins10-01-2005 at 11:47 AM
RE: My Plugin
Hi, where is the send keys windows API?
dazleePlug-Ins09-30-2005 at 06:28 PM
RE: My Plugin
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)) :( because im not using traditional sMessage = Chr(nCCNotify) im s...
dazleePlug-Ins09-29-2005 at 09:11 PM
My Plugin
Ok so i am macking progress with my shared browser, i finaly got it to send messages from the browser form. New problem: if i go sendChat Chr(nCCNotify) + "gotor" It fails, it comes through as: otor the sResult = Chr(n..... works like it should ins...
dazleePlug-Ins09-29-2005 at 07:12 PM
RE: oConversationWnd
i translated it, getDLGItem for IMWindow or the child DirectUIHWND returns 0 i can get it working in a seperate app put in the dll i cant get the focusing of msn to work. I use: Private Declare Function SetForegroundWindow Lib "user32" (ByVal hwnd...
dazleePlug-Ins09-27-2005 at 04:45 PM
RE: oConversationWnd
Hey again, i tried what you said but i cant get it to work: Public Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Long) As Long Private Sub sendKey(ByVal key...
dazleePlug-Ins09-25-2005 at 07:34 PM
RE: oConversationWnd
but wont it require the text field to be focused?
dazleePlug-Ins09-25-2005 at 06:48 PM
RE: oConversationWnd
i meant a chat msg not wmsg
dazleePlug-Ins09-25-2005 at 06:33 PM
RE: oConversationWnd
Ah yes, i forgot about that But what about sending a msg to it if i have hwnd?
dazleePlug-Ins09-25-2005 at 06:09 PM
oConversationWnd
Hey, im working on a shared browser, so i got me a /goto command and a form with my browser.... my problem ='s this, how can i get something unique for that convisation like a session ID? etc so i can open multiple browser windows for multiple conv...
dazleePlug-Ins09-25-2005 at 06:05 PM
RE: HTML
I think i found my answer here http://www.codeproject.com/richedit/AnimatedEmotic on.asp?df=100&forumid=170379&exp=0&select=1084393 Aparently rich edit can have com objects, problem = this is c++ not VB :S Ah well, maybe i can work it out for VB :)
dazleePlug-Ins09-24-2005 at 06:54 PM
RE: HTML
yea, i was also very doubtful of the activex idea but you never know ;) so images? they have emotics so would seem posible, the html way does not work... <img src="http://google.com/intl/en/images/logo.gif" width=276 height=110 alt="Google"> Any ...
dazleePlug-Ins09-24-2005 at 06:32 PM
RE: HTML
It wasent rly bold i was after, that was just my html thing. Ultimatly its to do with img's and embeded active x, posible???? :)
dazleePlug-Ins09-24-2005 at 06:27 PM
HTML
Hi guys does anyone know about the msnger text field? what type of control it is? HTML apears to not be supported using tags, sResult = "<b>foo</b>" e.g Can anyone shed some light on this? :)
dazleePlug-Ins09-24-2005 at 06:14 PM
[Hide Excerpts]