CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HarveyURAD

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    3,694

    Re: CFile::Open within an ActiveX ?

    Ah! You are absolutely correct, my mistake ;)
  2. Replies
    5
    Views
    3,694

    Re: CFile::Open within an ActiveX ?

    Shouldn't this line...
    TCHAR* pFileName = _T("c:\\tree.txt");

    only have one backslash?

    TCHAR* pFileName = _T("c:\tree.txt");

    Perhaps that would work better?
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured