|
-
Nov 2nd, 2005, 03:30 PM
#1
Thread Starter
New Member
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?
-
Nov 2nd, 2005, 08:04 PM
#2
Fanatic Member
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?
-
Nov 3rd, 2005, 07:18 AM
#3
Addicted Member
Re: send packet to yahoo messenger
 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
-
Nov 3rd, 2005, 01:12 PM
#4
Thread Starter
New Member
Re: send packet to yahoo messenger
 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.
-
Nov 3rd, 2005, 08:53 PM
#5
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.
-
Nov 4th, 2005, 01:14 PM
#6
Thread Starter
New Member
Re: send packet to yahoo messenger
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|