Results 1 to 21 of 21

Thread: SendMessage - Set Text to Yahoo Messanger Input Window

  1. #1

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    SendMessage - Set Text to Yahoo Messanger Input Window

    Set Text to Yahoo Messanger Input Window (Chat Window) using SendMessage.

    Note:- Please Download the updated code from the post #4 Below
    Last edited by Fazi; Sep 11th, 2007 at 10:05 PM.

  2. #2
    Fanatic Member newprogram's Avatar
    Join Date
    Apr 2006
    Location
    in your basement
    Posts
    769

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    this is great! How would you hit the send button those?
    Quote Originally Posted by Fazi
    Set Text to Yahoo Messanger Input Window (Chat Window) using SendMessage.
    Live life to the fullest!!

  3. #3

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Newprogram,
    the Send Button Text is "&Send". using this we can sed a BM_CLICK to this button after setting the text.

  4. #4

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    New program. I have Added the 'Send' Function. Thank You for the Suggession

    Please find the attached Code.

    Attention : To support the new version 9.0, download the project and replace the command1_click code found here
    http://www.vbforums.com/showpost.php...01&postcount=7
    Attached Files Attached Files
    Last edited by Fazi; Jan 18th, 2009 at 01:23 PM.

  5. #5
    Junior Member
    Join Date
    Aug 2007
    Posts
    17

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    It can't Set Unicode Text

  6. #6

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Thanks GiongTo,
    ill check it

  7. #7
    Fanatic Member newprogram's Avatar
    Join Date
    Apr 2006
    Location
    in your basement
    Posts
    769

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Thank you , I'm just learn sendmessage and this help me out alot.
    Quote Originally Posted by Fazi
    Newprogram,
    the Send Button Text is "&Send". using this we can sed a BM_CLICK to this button after setting the text.
    Live life to the fullest!!

  8. #8

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Cheers newprogram !

  9. #9
    Lively Member
    Join Date
    Aug 2007
    Posts
    65

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    ooo, i was never good with sendmessage

  10. #10

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Quote Originally Posted by The Rogue
    ooo, i was never good with sendmessage
    Dont warry, it is a simple function.

  11. #11
    Member
    Join Date
    Jul 2007
    Posts
    44

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    How come when i try to attach this to firefox, it doesnt find anything....
    Like when i use "firefox.exe"
    fixed, however when i send it it wont go to a input thing like in google where you put where u want to search, why not?
    Last edited by Snowfox; Oct 12th, 2007 at 02:55 PM.

  12. #12

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Snofox, your question is absolutly not clear

  13. #13
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Sorry i got a question, in my company LAN we were installed a software of communication (Purchase from inbit software team) . How do i send message by this software ?
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  14. #14

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Hai nUflAvOrS,

    You mean, you want to send text to your inbit program ?

  15. #15
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Yes Brother Fazi, I want to send text to me inbit messager and execute the send command.
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  16. #16

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Yes nUf,

    Fist check what those FindWindow() FindWindowEX() SendMessage() API's do. If you have a knowledge on thease api's, then it is simple to convert this Yahoo Messagner code to match your inbit messanger.

    To identify the classname of a window, You can use the Spy++ Tool installed with vb under start menu > Microsoft Visual Basic > Microsoft Visual Basic Tools.

  17. #17
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Thanks Brother Fazi,I will try to use the method you were provided.
    Thanks a lot
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  18. #18
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Sorry brother,
    One more question, how to identify the recipients ?

    Thanks you
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  19. #19

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    You just download Wininspector Spy program and there is a read target icon is kept on the top, drag that to the window in your messagner window where you enter text and note the class name of that window.

    put that class name in the code.

  20. #20
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: SendMessage - Set Text to Yahoo Messanger Input Window

    Sorry for disturbing you again, mind you show me what the best win inspector program for download.
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  21. #21

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: SendMessage - Set Text to Yahoo Messanger Input Window


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width