Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting path and filename of the calling executable? Pin
MAAK26-Feb-03 12:38
MAAK26-Feb-03 12:38 
GeneralRe: Getting path and filename of the calling executable? Pin
Chris Richardson26-Feb-03 13:14
Chris Richardson26-Feb-03 13:14 
GeneralRe: Getting path and filename of the calling executable? Pin
MAAK26-Feb-03 13:41
MAAK26-Feb-03 13:41 
GeneralRe: Getting path and filename of the calling executable? Pin
Chris Richardson26-Feb-03 13:47
Chris Richardson26-Feb-03 13:47 
QuestionHow do I include a library in with my source code in VC7.0 Pin
Member 13661826-Feb-03 11:16
Member 13661826-Feb-03 11:16 
AnswerRe: How do I include a library in with my source code in VC7.0 Pin
Gary R. Wheeler26-Feb-03 13:17
Gary R. Wheeler26-Feb-03 13:17 
AnswerRe: How do I include a library in with my source code in VC7.0 Pin
Anders Molin26-Feb-03 14:48
professionalAnders Molin26-Feb-03 14:48 
GeneralWindowsXP Down/Uploadrate Pin
pma26-Feb-03 11:12
pma26-Feb-03 11:12 
I dont know if this is the right place for my Question, but i've got now solution by posting this question to many boards ;-(

I've the following situation, i'am running Windows XP with a networkcard and a 56k modem as internetconnection. there is a problem when i hangup the modem connection, the statistic counter are getting lower than before.

i can check that with "netstat -e"

This one is before i hangup my modem

Received Sent

Bytes 1602015 1158327
Unicastpakete 8346 8196
Nicht-Unicastpakete 140 118
Verworfen 0 0
Fehler 0 0
Unbekannte Protok. 0

This one is after i closed my modem connection

Received Sent

Bytes 858279 1122709
Unicastpakete 7283 7397
Nicht-Unicastpakete 144 103
Verworfen 0 0
Fehler 0 0
Unbekannte Protok. 0

Has anyone an idea? I currently make programm witch checks
this things by using GetIfEntry, but doesnt get the right
values, is this a XP bug ?

{
*pReceived += mib.dwInOctets;
*pSent += mib.dwOutOctets;
}

http://www.pmasoft.net/englisch/onlineeye_prof.htm

Thank You
GeneralDirectShow - drawing on window Pin
Jakub Misek26-Feb-03 10:49
Jakub Misek26-Feb-03 10:49 
GeneralRe: DirectShow - drawing on window Pin
Chris Richardson26-Feb-03 11:52
Chris Richardson26-Feb-03 11:52 
GeneralRe: DirectShow - drawing on window Pin
Jakub Misek27-Feb-03 9:26
Jakub Misek27-Feb-03 9:26 
QuestionHow correctly override WinAPI function OleUIPasteSpecial for Microsoft Layer for Unicode Pin
Valera24117626-Feb-03 10:49
Valera24117626-Feb-03 10:49 
AnswerRe: How correctly override WinAPI function OleUIPasteSpecial for Microsoft Layer for Unicode Pin
KaЯl26-Feb-03 23:59
KaЯl26-Feb-03 23:59 
GeneralCalling TransmitFile with a large file Pin
JRivord26-Feb-03 10:29
JRivord26-Feb-03 10:29 
GeneralRe: Calling TransmitFile with a large file Pin
valikac26-Feb-03 16:36
valikac26-Feb-03 16:36 
GeneralRe: Calling TransmitFile with a large file Pin
JRivord26-Feb-03 16:57
JRivord26-Feb-03 16:57 
GeneralRe: Calling TransmitFile with a large file Pin
valikac26-Feb-03 17:01
valikac26-Feb-03 17:01 
QuestionChild within child? Pin
clintsinger26-Feb-03 10:27
clintsinger26-Feb-03 10:27 
AnswerRe: Child within child? Pin
Alvaro Mendez26-Feb-03 11:20
Alvaro Mendez26-Feb-03 11:20 
QuestionAdding/Removing Computers from a domain???? Pin
dautb26-Feb-03 10:27
dautb26-Feb-03 10:27 
GeneralIs it possible to link dll statically without .lib Pin
Valera24117626-Feb-03 10:25
Valera24117626-Feb-03 10:25 
GeneralRe: Is it possible to link dll statically without .lib Pin
Alvaro Mendez26-Feb-03 10:35
Alvaro Mendez26-Feb-03 10:35 
GeneralRe: Is it possible to link dll statically without .lib Pin
Valera24117626-Feb-03 10:56
Valera24117626-Feb-03 10:56 
GeneralRe: Is it possible to link dll statically without .lib Pin
Alvaro Mendez26-Feb-03 11:09
Alvaro Mendez26-Feb-03 11:09 
GeneralRe: Is it possible to link dll statically without .lib Pin
Valera24117626-Feb-03 11:22
Valera24117626-Feb-03 11:22 

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.