Search:

Type: Posts; User: Rodrigo

Search: Search took 0.01 seconds.

  1. Thread: List Files

    by Rodrigo
    Replies
    1
    Views
    995

    List Files

    How can I list files in a particular directory?
  2. Replies
    3
    Views
    1,078

    OK, thanks for the information. But what I...

    OK, thanks for the information.

    But what I really want to is to pass variables from one class to other class.

    Example:

    CString sSheet;
    sSheet = ptrDlg->m_OneString;

    Think I'm doing...
  3. Replies
    3
    Views
    1,078

    Getting a Control From the Other Dialog

    How can I access a control from another class ( in MFC )? Example:

    COtherClass *other;
    other->m_TheControl.GetWindowText( buffer );

    or

    COtherClass other;
    other.m_TheControl.GetWindowText(...
  4. Replies
    3
    Views
    1,282

    >> Why on Earth would you want to include all of...

    >> Why on Earth would you want to include all of them? The whole reason for seperating them is that you only add what you need.

    It's a MFC app. I want to include all of them to access the classes...
  5. Replies
    3
    Views
    1,282

    Include all headers with VC++

    Is there a way to include all headers in all .cpp files without creating an infinite recursion error with Visual C++?
  6. Replies
    1
    Views
    4,185

    WinAPI on Linux

    Hello everybody,

    I'm not a Linux programmer, this is just for curiosity.

    Can I build non-console Linux programs, like WinAPI for Windows?
  7. Thread: Deleting Files

    by Rodrigo
    Replies
    2
    Views
    1,053

    Deleting Files

    How can I delete local files without opening a command prompt?
  8. Thread: FTP Uploading

    by Rodrigo
    Replies
    2
    Views
    1,600

    Thanks, but I solved the problem, it was in the...

    Thanks, but I solved the problem, it was in the code.
  9. Thread: FTP Uploading

    by Rodrigo
    Replies
    2
    Views
    1,600

    FTP Uploading

    I'm trying to create an Upload System for my blog using MFC. I'm not an advanced user, but not a newbie too. Intermediate is the word.

    OK, I tryed to create CIternetSession m_InternetSession; in...
  10. Thread: Mfc

    by Rodrigo
    Replies
    2
    Views
    944

    Mfc

    Could someone give-me a good course/tutorial about MFC?
Results 1 to 10 of 10