VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

APIFileOperations

Jugwine  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

I think I took some of this from the MSDN, and made major mods to it. Now, when compiled, the developer can simply set a few properties, and call the methods to do windows standard file operations. it will do a copy, move, delete and rename, and where appropriate will bring up the standard windows dialog boxes, complete with the little animations, etc...

Assumes
Just how to instantiate objects, set their properties and call their methods... Don't forget to register it with regsvr32 (put the provided dll in c:\windows\system\, then open a command line and type regsvr32 c:\windows\desktop\APIFileOperations2.dll)

Side Effects
None that I know of. Shouldn't be any reason for problems..

Rate APIFileOperations (7(7 Vote))

Download APIFileOperations

APIFileOperations Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters