VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This program sends the information(files)from ur system into the floppy disk.(This works perfectly)

Martin Anbu Selvan  (18 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Fri 14th May 2004   Mon 8th February 2021

This program sends the information(files)from ur system into the floppy disk.(This works perfectly)

API Declarations


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

Private Declare Function SHFileOperation Lib _
"shell32.dll" Alias "SHFileOperationA" _
(lpFileOp As SHFILEOPSTRUCT) As Long

Private Const FO_MOVE = &H1
Private Const FO_COPY = &H2
Private Const FOF_SILENT = &H4
Private Const FOF_RENAMEONCOLLISION = &H8

Rate This program sends the information(files)from ur system into the floppy disk.(This works perfectly) (1(1 Vote))
This program sends the information(files)from ur system into the floppy disk.(This works perfectly).bas

This program sends the information(files)from ur system into the floppy disk.(This works perfectly) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters