Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: Carl Gundel

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    1,609

    The file delete command (like KILL) cannot delete...

    The file delete command (like KILL) cannot delete read only files. You will probably need to use a function the Windows API to set the read only flag to false.

    SetFileAttributesA looks like the...
  2. Hi, The trouble seems to be that you have a...

    Hi,

    The trouble seems to be that you have a space in the pathname. Parsing for the graphics commands delimits by spaces so the drawbmp command is looking for a bitmap named:

    C:\Documents
    ...
Results 1 to 2 of 2