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

C / C++ / MFC

 
GeneralRe: which control in VC output Textbox?edit , richedit or listbox Pin
Hamid_RT9-Jan-07 20:23
Hamid_RT9-Jan-07 20:23 
GeneralRe: which control in VC output Textbox?edit , richedit or listbox Pin
ThatsAlok9-Jan-07 21:51
ThatsAlok9-Jan-07 21:51 
GeneralRe: which control in VC output Textbox?edit , richedit or listbox Pin
lanmoshui11-Jan-07 20:56
lanmoshui11-Jan-07 20:56 
QuestionHow to pass a set of Values to and from a function Pin
NILANKARAJA9-Jan-07 18:06
NILANKARAJA9-Jan-07 18:06 
AnswerRe: How to pass a set of Values to and from a function Pin
Joe Woodbury9-Jan-07 18:23
professionalJoe Woodbury9-Jan-07 18:23 
AnswerRe: How to pass a set of Values to and from a function Pin
ThatsAlok9-Jan-07 21:53
ThatsAlok9-Jan-07 21:53 
QuestionProblem in recv() fn ? (Sockets Programming) Pin
Sakthiu9-Jan-07 18:06
Sakthiu9-Jan-07 18:06 
AnswerRe: Problem in recv() fn ? (Sockets Programming) Pin
Haroon Sarwar9-Jan-07 19:07
Haroon Sarwar9-Jan-07 19:07 
well thats how sockets work i guess... there is no guarantee recv() will get the exact same number of bytes that send() sent....you will probably have to call recv() multiple times to get all the data.....

you can find this sort of thing done at: http://www.codeproject.com/internet/SocketFileTransfer.asp
AnswerRe: Problem in recv() fn ? (Sockets Programming) Pin
ThatsAlok9-Jan-07 21:55
ThatsAlok9-Jan-07 21:55 
AnswerRe: Problem in recv() fn ? (Sockets Programming) Pin
Mark Salsbery10-Jan-07 6:04
Mark Salsbery10-Jan-07 6:04 
QuestionShow a second form from the first Pin
samkook9-Jan-07 17:47
samkook9-Jan-07 17:47 
AnswerRe: Show a second form from the first Pin
ShilpiP9-Jan-07 18:04
ShilpiP9-Jan-07 18:04 
GeneralRe: Show a second form from the first [modified] Pin
samkook9-Jan-07 18:28
samkook9-Jan-07 18:28 
GeneralRe: Show a second form from the first Pin
ThatsAlok9-Jan-07 21:56
ThatsAlok9-Jan-07 21:56 
GeneralRe: Show a second form from the first Pin
ShilpiP9-Jan-07 22:35
ShilpiP9-Jan-07 22:35 
AnswerRe: Show a second form from the first Pin
Christian Graus9-Jan-07 18:45
protectorChristian Graus9-Jan-07 18:45 
GeneralRe: Show a second form from the first Pin
samkook9-Jan-07 19:15
samkook9-Jan-07 19:15 
JokeRe: Show a second form from the first Pin
Rajesh R Subramanian9-Jan-07 19:20
professionalRajesh R Subramanian9-Jan-07 19:20 
JokeRe: Show a second form from the first Pin
ThatsAlok9-Jan-07 21:56
ThatsAlok9-Jan-07 21:56 
GeneralRe: Show a second form from the first Pin
Rajesh R Subramanian9-Jan-07 22:42
professionalRajesh R Subramanian9-Jan-07 22:42 
GeneralRe: Show a second form from the first Pin
Hamid_RT9-Jan-07 19:25
Hamid_RT9-Jan-07 19:25 
GeneralRe: Show a second form from the first Pin
Christian Graus9-Jan-07 19:30
protectorChristian Graus9-Jan-07 19:30 
GeneralRe: Show a second form from the first Pin
samkook9-Jan-07 19:40
samkook9-Jan-07 19:40 
QuestionBinding a Data Source that uses a TCP/IP Connection Pin
Sean Cleary9-Jan-07 17:09
Sean Cleary9-Jan-07 17:09 
AnswerRe: Binding a Data Source that uses a TCP/IP Connection Pin
Sean Cleary11-Jan-07 12:03
Sean Cleary11-Jan-07 12:03 

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.