Click here to Skip to main content
15,912,457 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMy window easy move bug appears in NT/2000. Help?? Pin
Brian4-Jun-00 17:34
Brian4-Jun-00 17:34 
AnswerRe: My window easy move bug appears in NT/2000. Help?? Pin
Mike Dunn5-Jun-00 9:27
Mike Dunn5-Jun-00 9:27 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Brian6-Jun-00 10:54
Brian6-Jun-00 10:54 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Brian6-Jun-00 11:03
Brian6-Jun-00 11:03 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Mi6-Jun-00 15:11
Mi6-Jun-00 15:11 
GeneralCSocket Question Pin
Adam Clauss4-Jun-00 15:58
Adam Clauss4-Jun-00 15:58 
GeneralRe: CSocket Question Pin
Tim Deveaux5-Jun-00 7:12
Tim Deveaux5-Jun-00 7:12 
GeneralRe: CSocket Question Pin
Dark Angel5-Jun-00 8:03
Dark Angel5-Jun-00 8:03 
Unfortunately when you send a block via TCP/IP across the internet, you don't get too much choice as to what size you want to send.

Windows likes blocks that are 4096 bytes long (at least on PC's). If you are sending via ethernet, the block will be divided to 1500 byte blocks, which will likely become 1460 bytes of data with a 40 byte TCP/IP header.

TCP/IP allows a block to be divided into smaller blocks. For instance, an ISDN router may be capable of sending 512 byte packets. At this point your blocks will be cut to 512 bytes each.

In short, I don't know how much difference it makes if you are sending a lot of data. Just my 2 cents...
GeneralSplitter windows without MFC Pin
Richard Clayton4-Jun-00 9:58
sussRichard Clayton4-Jun-00 9:58 
GeneralRe: Splitter windows without MFC Pin
Kurt4-Jun-00 23:42
Kurt4-Jun-00 23:42 
Generalhelp me Y_Y Pin
nice boy4-Jun-00 2:09
sussnice boy4-Jun-00 2:09 
QuestionDoes any one know how to create that page break line in an edit box?? Pin
Erich Ruth3-Jun-00 5:09
Erich Ruth3-Jun-00 5:09 
AnswerRe: Does any one know how to create that page break line in an edit box?? Pin
Kurt4-Jun-00 23:49
Kurt4-Jun-00 23:49 
GeneralNeed an idea Pin
Member 3793-Jun-00 4:26
Member 3793-Jun-00 4:26 
GeneralRe: Need an idea Pin
Eddie Ng5-Jun-00 10:47
Eddie Ng5-Jun-00 10:47 
GeneralVisual C++ 6.0 w/o IE4 Pin
UGenn3-Jun-00 3:21
sussUGenn3-Jun-00 3:21 
GeneralRe: Visual C++ 6.0 w/o IE4 Pin
Uwe Keim5-Jun-00 9:02
sitebuilderUwe Keim5-Jun-00 9:02 
GeneralNeed an idea Pin
Matthias2-Jun-00 22:08
Matthias2-Jun-00 22:08 
GeneralRe: Need an idea Pin
Masaaki Onishi3-Jun-00 4:35
Masaaki Onishi3-Jun-00 4:35 
GeneralRe: Need an idea Pin
Dmitriy5-Jun-00 4:28
Dmitriy5-Jun-00 4:28 
GeneralRe: Need an idea Pin
Matthias5-Jun-00 4:50
Matthias5-Jun-00 4:50 
GeneralRe: Need an idea Pin
Dmitriy5-Jun-00 6:02
Dmitriy5-Jun-00 6:02 
GeneralRe: Need an idea Pin
Buck8-Jun-00 12:54
Buck8-Jun-00 12:54 
Generalfile upload to wep Pin
Jaims2-Jun-00 16:57
Jaims2-Jun-00 16:57 
Generalsystem memory a MFC program takes Pin
nickinchina2-Jun-00 11:51
nickinchina2-Jun-00 11:51 

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.