Click here to Skip to main content
15,910,411 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need help with network connection names !!! Pin
David Crow28-Sep-05 5:12
David Crow28-Sep-05 5:12 
QuestionUnloading third party hooked DLL from a Remote process Pin
Abhishek Karnik27-Sep-05 19:31
Abhishek Karnik27-Sep-05 19:31 
Questionhow a parent window be notified of a child window's mouse move event Pin
followait27-Sep-05 16:05
followait27-Sep-05 16:05 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
ThatsAlok27-Sep-05 19:03
ThatsAlok27-Sep-05 19:03 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
douglasjordan28-Sep-05 11:23
douglasjordan28-Sep-05 11:23 
AnswerI post a msg, it's ok, thanks. Pin
followait28-Sep-05 15:12
followait28-Sep-05 15:12 
QuestionAdding header infront of the data Pin
Member 216100427-Sep-05 15:18
Member 216100427-Sep-05 15:18 
AnswerRe: Adding header infront of the data Pin
Marvin M.27-Sep-05 15:35
Marvin M.27-Sep-05 15:35 
i'm a little confused by the question. Are you wanting to modify the standard TCP/IP header due to some special network protocol. That would require modification of the network layer of the stack.

If all you want is a header on your data due to an application layer protocol, that's easy. Just write a function to add you data to the end of a buffer which already contains the header you want. Hope that explains it.


- Marvin
GeneralRe: Adding header infront of the data Pin
Member 216100427-Sep-05 15:48
Member 216100427-Sep-05 15:48 
Questionvector: Container problem Pin
Marvin M.27-Sep-05 12:54
Marvin M.27-Sep-05 12:54 
AnswerRe: vector: Container problem Pin
dirtfly27-Sep-05 14:50
dirtfly27-Sep-05 14:50 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 15:20
Marvin M.27-Sep-05 15:20 
GeneralRe: vector: Container problem Pin
dirtfly27-Sep-05 15:30
dirtfly27-Sep-05 15:30 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 16:04
Marvin M.27-Sep-05 16:04 
GeneralRe: vector: Container problem Pin
shade44427-Sep-05 15:16
shade44427-Sep-05 15:16 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 15:26
Marvin M.27-Sep-05 15:26 
AnswerRe: vector: Container problem Pin
shade44427-Sep-05 15:36
shade44427-Sep-05 15:36 
Questioncode for view video in c++ Pin
Lioz Cohn27-Sep-05 9:03
Lioz Cohn27-Sep-05 9:03 
AnswerRe: code for view video in c++ Pin
Christian Graus27-Sep-05 9:22
protectorChristian Graus27-Sep-05 9:22 
Questionsource code for view video in c++ Pin
Lioz Cohn27-Sep-05 9:01
Lioz Cohn27-Sep-05 9:01 
QuestionLaunching GUI or Console Pin
Prabhu97727-Sep-05 8:02
Prabhu97727-Sep-05 8:02 
AnswerRe: Launching GUI or Console Pin
David Crow27-Sep-05 8:10
David Crow27-Sep-05 8:10 
GeneralRe: Launching GUI or Console Pin
Prabhu97728-Sep-05 7:40
Prabhu97728-Sep-05 7:40 
GeneralRe: Launching GUI or Console Pin
Prabhu97728-Sep-05 7:40
Prabhu97728-Sep-05 7:40 
AnswerRe: Launching GUI or Console Pin
oustar27-Sep-05 21:28
oustar27-Sep-05 21:28 

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.