VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code demostrate how to send any file to the Recycle Bin using one api call.

Nedim Sabic  (2 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Mon 4th March 2002   Mon 8th February 2021

This code demostrate how to send any file to the Recycle Bin using one api call.

API Declarations


Private Const ALLOWUNDO=&H40

Private Declare Function SHFileOperation _
Lib "Shell32.dll" _
(FileOp As SHFILEOPSTRUCT)As Long

Private Type SHFILEOPSTRUCT
hWnd As Long
lFunc As Long
sForm As String
sTo As String
iFlags As Integer
boolAnyOperationAborted As Boolean
lNameMappings As Long
sProgressTitle As String
End Type

Rate This code demostrate how to send any file to the Recycle Bin using one api call. (1(1 Vote))
This code demostrate how to send any file to the Recycle Bin using one api call..bas

This code demostrate how to send any file to the Recycle Bin using one api call. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters