VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



APIFileOperations

by Jugwine (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Download APIFileOperations

Download APIFileOperations (4 KB)

APIFileOperations Comments

No comments have been posted about APIFileOperations. Why not be the first to post a comment about APIFileOperations.

Post your comment

Subject:
Message:
0/1000 characters