Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 21:38
Hamid_RT9-Jan-07 21:38 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:52
Suresh H9-Jan-07 21:52 
AnswerRe: Combo Box Questions. Pin
prasad_som9-Jan-07 21:30
prasad_som9-Jan-07 21:30 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:41
Suresh H9-Jan-07 21:41 
AnswerRe: Combo Box Questions. Pin
Michael Dunn9-Jan-07 21:53
sitebuilderMichael Dunn9-Jan-07 21:53 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:55
Suresh H9-Jan-07 21:55 
QuestionSending File Through UDP Pin
Girish6019-Jan-07 20:34
Girish6019-Jan-07 20:34 
QuestionRe: Sending File Through UDP Pin
Roger Stoltz9-Jan-07 21:25
Roger Stoltz9-Jan-07 21:25 
Why would you send a file using UDP?
UDP is connectionless which means that there's no guarantee that the packet will reach the receiver. Under normal circumstances it would reach the receiver, but you cannot assume that. Thus parts of you file may be lost during the transmission.

On the other hand; using UDP is exactly the same as using TCP.
You open a socket and send to a receiving socket providing the address and port.

Hope this helps
--
Roger


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

"No one remembers a coward!" - Jan Elfström 1998
"...but everyone remembers an idiot!" - my lawyer 2005 when heard of Jan's saying above

AnswerRe: Sending File Through UDP Pin
Michael Dunn9-Jan-07 21:55
sitebuilderMichael Dunn9-Jan-07 21:55 
GeneralRe: Sending File Through UDP Pin
neilsolent10-Jan-07 2:55
neilsolent10-Jan-07 2:55 
GeneralRe: Sending File Through UDP Pin
Girish60114-Jan-07 23:59
Girish60114-Jan-07 23:59 
AnswerRe: Sending File Through UDP Pin
Luke Lovegrove10-Jan-07 14:50
Luke Lovegrove10-Jan-07 14:50 
QuestionHow to make a winodow always remaining on top Pin
reza matinnejad9-Jan-07 20:18
reza matinnejad9-Jan-07 20:18 
AnswerRe: How to make a winodow always remaining on top Pin
Hamid_RT9-Jan-07 20:23
Hamid_RT9-Jan-07 20:23 
AnswerRe: How to make a winodow always remaining on top Pin
prasad_som9-Jan-07 20:28
prasad_som9-Jan-07 20:28 
QuestionAlign dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 20:16
uusheikh9-Jan-07 20:16 
AnswerRe: Align dynamic memory to 32-bit boundary Pin
Cristian Amarie9-Jan-07 21:06
Cristian Amarie9-Jan-07 21:06 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 21:24
uusheikh9-Jan-07 21:24 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Jonathan [Darka]9-Jan-07 21:25
professionalJonathan [Darka]9-Jan-07 21:25 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Cristian Amarie9-Jan-07 22:12
Cristian Amarie9-Jan-07 22:12 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Jonathan [Darka]9-Jan-07 22:31
professionalJonathan [Darka]9-Jan-07 22:31 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 21:37
uusheikh9-Jan-07 21:37 
GeneralRe: Align dynamic memory to 32-bit boundary [modified] Pin
Jonathan [Darka]9-Jan-07 22:02
professionalJonathan [Darka]9-Jan-07 22:02 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 22:52
uusheikh9-Jan-07 22:52 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Sceptic Mole9-Jan-07 23:17
Sceptic Mole9-Jan-07 23:17 

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.