Search:

Type: Posts; User: dhrodrigues

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,224

    Static Splitter Problem

    I've created a basic MDI application that has a frame with a horizontal static Spliter in the meadle of the frame as I wanted... all works fine on that aspect, the problem is that I wanted the MDI to...
  2. Replies
    3
    Views
    1,222

    Hummmm ..... how do I do that Sniff stuff .... is...

    Hummmm ..... how do I do that Sniff stuff .... is there any software that can help me do that ??
  3. Replies
    3
    Views
    1,222

    Authentication issue

    I'm Trying to develop a Windows based tool to connect to a Telecom switch that I work with.... the problem is that I have no clue what kind of authentication I have on the other side.... any ideas on...
  4. Replies
    13
    Views
    2,392

    Here's something to get you started .... I know I...

    Here's something to get you started .... I know I had some tutorial on the net regarding this subject, but I don't seem to remember were I found them......



    void...
  5. Replies
    1
    Views
    1,042

    fread - what am I doing wrong

    I'm supposed read the content of a file, trim its content and copy the trimed content to a secundary file.... somehow, it's not working like it was supposed to .... any idea ????



    if(...
  6. Replies
    5
    Views
    1,051

    Sorry for the incomplete information... the...

    Sorry for the incomplete information... the authentication protocol should be FTP. Can anyone pinpoint me how to do it ??? or redirect me to some source code that can help me understand how to do it...
  7. Replies
    5
    Views
    1,051

    CSocket Problem

    I've been trying to create a Client application that will connect to a server thru CSocket class... but i'm having problems on authenticating the connection.

    I've downloaded several source code...
  8. Replies
    1
    Views
    826

    Static Spliter on a MDI

    does anyone has an example on how to create a Static Spliter window on a MDI application ??

    I've been doing this:


    CRect c;
    GetClientRect(&c);

    m_staticSpliter.CreateStatic( this, 1, 2);...
  9. Replies
    3
    Views
    1,250

    Yes... thanks... I manage to find that example...

    Yes... thanks... I manage to find that example and another one on CodeProject and manage to solve my problem... thanks...
  10. Replies
    3
    Views
    1,250

    ComboBox on Toolbar

    Does anyone knows how to create a ComboBox on a Toolbar.
    Lets pretend I want to have a ComboBox with a predefined list of documents to open, on a SDI Toolbar aplication.... how can I implement this...
  11. OK guys and Girls... I've managed to answer my...

    OK guys and Girls... I've managed to answer my own question...

    To change a background color in Visual C++ .net you cannot use SetDialogBkColor cause it's a obsolet function.... nevertheless, I've...
  12. I've been trying to see if I can change the color...

    I've been trying to see if I can change the color of a dialog thru WM_CTLCOLOR without success.... here's the code I've been using:

    HBRUSH chelloDialogDlg::OnCtlColor(CDC* pDC, CWnd* pwnd, UINT...
  13. Replies
    3
    Views
    1,396

    How to create a help file ?

    I've been developing in Visual C++6 for a while and just started developing software in Visual C++.net.... the problem is that I always developed software for personal use and never had time or...
  14. SetDialogBkColor( ) Problem in Visual C++.net

    I've just upgrated my Visual C++ 6 to Visual C++.net and now this functions seams to not be working !!!!
    I had the following line of command in a previously bugs free running program in Visual C++...
  15. Replies
    7
    Views
    1,114

    Nevermind ganonl, I manage to figure that out......

    Nevermind ganonl, I manage to figure that out...


    if ((GetDlgItemInt(IDC_BSIC_A, NULL, FALSE)<=10) || (GetDlgItemInt(IDC_BSIC_A, NULL, FALSE) >= 70))

    Thanks for the Idea ganonl, i belive...
  16. Replies
    7
    Views
    1,114

    My bad.... I tryed that while doing some other...

    My bad.... I tryed that while doing some other stuff at the same time and ended up calling the function in the wrong place.... Thanks erikj for calling that to my attention. It's working now.

    ...
  17. Replies
    7
    Views
    1,114

    Thanks for the help, but I've alredy tried that...

    Thanks for the help, but I've alredy tried that and it didn't work....
    I tried:

    GetDlgItem(IDC_BSIC_B)->SetWindowText(NULL);

    and it didn't work.... well, if there's no easy way to do it, can...
  18. Replies
    7
    Views
    1,114

    Edit Box Question

    Is there anyway to create a Edit Box that will read a int Variable, to appear empty at run time instead of appearing with a 0 ??
  19. Replies
    3
    Views
    1,301

    Ok. here's a picture of a Program I use, that...

    Ok. here's a picture of a Program I use, that has the windows how I want to create.
  20. Replies
    3
    Views
    1,301

    no... I might have explained wrongly. The...

    no...
    I might have explained wrongly.
    The main frame is normal, but the first Child frame will be splited into two, the lower half will be use to give commands that will be interpreted in a...
  21. Replies
    3
    Views
    1,301

    Create() question

    OK guys, this is a tricky one (at least for me)....
    I have a MDI application that creates a normal MainFrame wich is initiated thru Create("Main Frame Title",NULL) .... now what I want is to have...
  22. Replies
    8
    Views
    1,513

    Thanks 'LuckY' and 'major_small' your tips have...

    Thanks 'LuckY' and 'major_small' your tips have solved my problem.
    I was way out of the right path.... it seams that I've to buy some new books and trow my 10 year old college notes away.
    This is...
  23. Replies
    8
    Views
    1,513

    well... it seams so, cause if I remove the...

    well... it seams so, cause if I remove the evaluation condition for the 'eol' from my program.... it works fine.....

    But the intersting part is that if I do:

    source.getline(temp ,20,'\n'); if...
  24. Replies
    8
    Views
    1,513

    thanks for the help.... nevertheless, my program...

    thanks for the help.... nevertheless, my program still crashes in the exact same way...... how can I evaluate properly if the line i'm getting from the file is empty or not ????
  25. Replies
    8
    Views
    1,513

    'EOL' question

    Hello everyone,

    I'm having some sort of problem with the code bellow....

    CODE:
    ==============================================
    ifstream source;
    char *DT_Country=0
    char temp[20];
Results 1 to 25 of 47
Page 1 of 2 1 2