Results 1 to 6 of 6

Thread: send packet to yahoo messenger

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    8

    send packet to yahoo messenger

    when i log on to yahoo messenger i can send text to a chat room. with yahoo messenger logged in i want to send text to that same chat room. i want to use YM and vb simultaneously. using one then the other. how can i send a packet to YM with vb using the port YM already opened.

    a packet can be send using a already open port using wpe, rigtht?

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: send packet to yahoo messenger

    Well...yes and no. It might be possible, but I wouldn't know how. Why don't you subclass the open chat room and send the text?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  3. #3
    Addicted Member
    Join Date
    Apr 2003
    Posts
    148

    Re: send packet to yahoo messenger

    Quote Originally Posted by k1ll3rdr4g0n
    Well...yes and no. It might be possible, but I wouldn't know how. Why don't you subclass the open chat room and send the text?

    what do u mean using subclass? is any example teach us how to do that?

    Thax

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    8

    Re: send packet to yahoo messenger

    Quote Originally Posted by lmf
    what do u mean using subclass? is any example teach us how to do that?

    Thax
    subclassing is hooking into other processs's memory. Its like other program solving minesweeper. search planet source code/codeproject for subclass.

    i dont want to subclass since i want my program to send something that messenger wont send.

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: send packet to yahoo messenger

    You can't send data to a port that is already opened by another process, so you'd have to subclass, but it would still run thru the server, and get filtered.

  6. #6

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    8

    Re: send packet to yahoo messenger

    Quote Originally Posted by dglienna
    You can't send data to a port that is already opened by another process, so you'd have to subclass, but it would still run thru the server, and get filtered.
    It can be done. wpe sneds data using a port already opened. and i really didnt want to send something that will be filtered. i wanted to send a packet to yahoo games. its like sending Ace of spades when its already been played. yahoo might unrate game but thats not my prob. anyway i will find a way.

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