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

Search:

Type: Posts; User: Shuja Ali

Search: Search took 0.21 seconds.

  1. Replies
    16
    Views
    60,082

    Re: Run-time Error 52 Bad filename or number

    Well i wrote a small program and it seems Close statement in the above posted code will not give this error. There seems to be some other problem.

    Not sure if you can step through the DLL. As...
  2. Replies
    16
    Views
    60,082

    Re: Run-time Error 52 Bad filename or number

    By going through this part of the code


    Erase Grid
    Gctr = 0: Pctr = 0: Mctr = 0
    Close FNum
    Open FName For Input As FNum
    Line Input #FNum, TStr
    in the DLL part, How can you close anything...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured