Hi, I made this screenshot program that takes a screenshot of desktop.
And I use shortcut Ctrl+s to save it to a file with (ExtractFilePath(ParamStr(0))+'Image.bmp');
Now, If I want to autoname the Image.bmp with numbers 01-99 like this: Image[number].bmp
How should I go forward with this?
I'm aware that I'd need to use If FileExists, but that's about as far as I've gotten.
Thanks again
And I use shortcut Ctrl+s to save it to a file with (ExtractFilePath(ParamStr(0))+'Image.bmp');
Now, If I want to autoname the Image.bmp with numbers 01-99 like this: Image[number].bmp
How should I go forward with this?
I'm aware that I'd need to use If FileExists, but that's about as far as I've gotten.
Thanks again