Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending a packet using PostMessage Pin
Stefan Pedersen4-Jan-04 4:46
Stefan Pedersen4-Jan-04 4:46 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 5:33
__Cerb4-Jan-04 5:33 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler4-Jan-04 5:30
Gary R. Wheeler4-Jan-04 5:30 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 5:45
__Cerb4-Jan-04 5:45 
GeneralRe: Sending a packet using PostMessage Pin
User 66584-Jan-04 6:21
User 66584-Jan-04 6:21 
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 6:33
__Cerb4-Jan-04 6:33 
GeneralRe: Sending a packet using PostMessage Pin
User 66584-Jan-04 6:50
User 66584-Jan-04 6:50 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler4-Jan-04 6:53
Gary R. Wheeler4-Jan-04 6:53 
WHOA Confused | :confused: .

PostMessage() is used to send Windows messages to windows, those funny things on the screen you interactive with.

The phrases 'online game', '0x68 packet', 'game server', and 'port 6112' tell me that you are trying to send a specific packet to an online game, and that the game communicates using TCP/IP sockets. That is a whole 'nother kettle of fish.

For introductory articles on socket programming under Windows, try here[^], here[^], and here[^].

You will also need to know the format of the packets used by the game to communicate.


Software Zen: delete this;
GeneralRe: Sending a packet using PostMessage Pin
__Cerb4-Jan-04 11:06
__Cerb4-Jan-04 11:06 
GeneralRe: Sending a packet using PostMessage Pin
Gary R. Wheeler5-Jan-04 15:32
Gary R. Wheeler5-Jan-04 15:32 
QuestionHow to drag from control to Explorer Pin
Anonymous4-Jan-04 3:47
Anonymous4-Jan-04 3:47 
GeneralRemotely starting and stopping a service programmatically Pin
luyaz4-Jan-04 3:05
luyaz4-Jan-04 3:05 
GeneralRe: Remotely starting and stopping a service programmatically Pin
valikac4-Jan-04 6:28
valikac4-Jan-04 6:28 
GeneralRe: Remotely starting and stopping a service programmatically Pin
Renjith Ramachandran4-Jan-04 8:05
Renjith Ramachandran4-Jan-04 8:05 
GeneralWindows Copy to Clipboard problem Pin
impeham4-Jan-04 2:30
impeham4-Jan-04 2:30 
GeneralRe: Windows Copy to Clipboard problem Pin
valikac4-Jan-04 6:32
valikac4-Jan-04 6:32 
GeneralRe: Windows Copy to Clipboard problem Pin
impeham8-Jan-04 0:39
impeham8-Jan-04 0:39 
Generalhelp my project, please Pin
IT student4-Jan-04 1:27
IT student4-Jan-04 1:27 
GeneralRe: help my project, please Pin
Prakash Nadar4-Jan-04 4:21
Prakash Nadar4-Jan-04 4:21 
QuestionBug in CMonthCalCtrl class ?? Pin
Qadddd4-Jan-04 0:55
Qadddd4-Jan-04 0:55 
AnswerRe: Bug in CMonthCalCtrl class ?? Pin
Qadddd5-Jan-04 1:55
Qadddd5-Jan-04 1:55 
Generaluse dll in another dll Pin
johnsmith3-Jan-04 19:46
johnsmith3-Jan-04 19:46 
GeneralRe: use dll in another dll Pin
Prakash Nadar3-Jan-04 19:51
Prakash Nadar3-Jan-04 19:51 
GeneralRe: use dll in another dll Pin
Wolfram Steinke3-Jan-04 22:52
Wolfram Steinke3-Jan-04 22:52 
GeneralRe: use dll in another dll Pin
johnsmith6-Jan-04 14:12
johnsmith6-Jan-04 14:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.