VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Fri 15th January 1999   Mon 8th February 2021

Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears

API Declarations


hWnd As Long
wFunc As Long
pFrom As String
pTo As String
fFlags As Integer
fAnyOperationsAborted As Boolean
hNameMappings As Long
lpszProgressTitle As String
End Type

Public Declare Function SHFileOperation Lib "shell32.dll" Alias "SHFileOperationA" (lpFileOp As SHFILEOPSTRUCT) As Long
Public Const FO_COPY = &H2
Public Const FOF_ALLOWUNDO = &H40

Rate Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears (3(3 Vote))
Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears.bas

Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters