Click here to Skip to main content
15,921,548 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTabCtrl in a Dialog Bar Pin
stevenoliver23-Oct-02 22:28
stevenoliver23-Oct-02 22:28 
GeneralRe: CTabCtrl in a Dialog Bar Pin
Ravi Bhavnani24-Oct-02 1:35
professionalRavi Bhavnani24-Oct-02 1:35 
GeneralRe: CTabCtrl in a Dialog Bar Pin
stevenoliver24-Oct-02 1:40
stevenoliver24-Oct-02 1:40 
GeneralRe: CTabCtrl in a Dialog Bar Pin
Ravi Bhavnani24-Oct-02 1:45
professionalRavi Bhavnani24-Oct-02 1:45 
GeneralRe: CTabCtrl in a Dialog Bar Pin
stevenoliver24-Oct-02 1:49
stevenoliver24-Oct-02 1:49 
GeneralRe: CTabCtrl in a Dialog Bar Pin
Ravi Bhavnani24-Oct-02 1:54
professionalRavi Bhavnani24-Oct-02 1:54 
GeneralRe: CTabCtrl in a Dialog Bar Pin
Ravi Bhavnani24-Oct-02 7:02
professionalRavi Bhavnani24-Oct-02 7:02 
QuestionHow to get bytes sent and bytes receive with IP Helper function Pin
Fang Jing22-Oct-02 21:59
Fang Jing22-Oct-02 21:59 
I want to get bytes sent and bytes received in windows 2000, I try to use IP Helper API GetIfEntry, but it seems that the bytes sent and bytes received data is changing slowly, and another problem is the bytes sent is equal to bytes received.
Would you please tell me how to fix this problem?
Thank you very much!

The program is as the following:

int _tmain(int argc, _TCHAR* argv[])

{
cout<<"net adapters information:"<<endl<<endl;

="" pmib_ifrow="" ifrow="new" mib_if;
="" mib_ifrow="" ifrow;
="" mib_ifrow();

="" for(int="" i="1;i<2;i++)
" {
="" ifrow-="">dwIndex=i;
DWORD dret=GetIfEntry(ifrow);

if(dret!=NO_ERROR)
{
//cout<<"error index="<
GeneralOT: cheers to codeproject Pin
Anonymous22-Oct-02 21:35
Anonymous22-Oct-02 21:35 
GeneralRe: OT: cheers to codeproject Pin
Roger Allen23-Oct-02 0:34
Roger Allen23-Oct-02 0:34 
QuestionA question after looking at the "FTPWander",how can it support resuming interrupted transmission ? Pin
nothingremained22-Oct-02 21:13
nothingremained22-Oct-02 21:13 
Generalprevent the user to use some keystrokes using a service, I'v done this by this way, but it works only in some machines... Pin
Joan M22-Oct-02 20:52
professionalJoan M22-Oct-02 20:52 
GeneralMDI tutorial/links Pin
Mandalay22-Oct-02 20:13
Mandalay22-Oct-02 20:13 
GeneralUNICODE problem! Pin
Daniel Strigl22-Oct-02 20:05
Daniel Strigl22-Oct-02 20:05 
GeneralRe: UNICODE problem! [corrected] Pin
Joaquín M López Muñoz22-Oct-02 21:23
Joaquín M López Muñoz22-Oct-02 21:23 
GeneralRe: UNICODE problem! [corrected] Pin
Daniel Strigl23-Oct-02 3:27
Daniel Strigl23-Oct-02 3:27 
GeneralRe: UNICODE problem! Pin
Maximilien23-Oct-02 3:07
Maximilien23-Oct-02 3:07 
GeneralRe: UNICODE problem! Pin
Daniel Strigl23-Oct-02 3:19
Daniel Strigl23-Oct-02 3:19 
Question_ConnectionPtr pCon ????? Pin
Anonymous22-Oct-02 19:23
Anonymous22-Oct-02 19:23 
AnswerRe: _ConnectionPtr pCon ????? Pin
Nish Nishant22-Oct-02 19:29
sitebuilderNish Nishant22-Oct-02 19:29 
GeneralRe: _ConnectionPtr pCon ????? Pin
Anonymous25-Oct-02 19:59
Anonymous25-Oct-02 19:59 
Generallost unicode... Pin
Mel Feik22-Oct-02 18:28
Mel Feik22-Oct-02 18:28 
GeneralRe: lost unicode... Pin
jmkhael23-Oct-02 2:04
jmkhael23-Oct-02 2:04 
GeneralRe: lost unicode... Still Pin
Mel Feik23-Oct-02 3:17
Mel Feik23-Oct-02 3:17 
GeneralView Print Preview Pin
act_x22-Oct-02 17:59
act_x22-Oct-02 17:59 

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.