VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This module can openFile, Close File, CopyFile,Delete,Move,CurrentDir,Open Any document by just sup

Shadab Azeem Rahil  (8 Submissions)   Files/File Controls/Input/Output   VB 6.0   Unknown Difficulty   Mon 6th May 2002   Mon 8th February 2021

This module can openFile, Close File, CopyFile,Delete,Move,CurrentDir,Open Any document by just supplying the path.

API Declarations


Private Declare Function ShellExecute Lib "shell32.dll" Alias _
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpszOp As _
String, ByVal lpszFile As String, ByVal lpszParams As String, _
ByVal lpszDir As String, ByVal FsShowCmd As Long) As Long
Private Declare Function GetDesktopWindow Lib "user32" () As Long

Const SW_SHOWNORMAL = 1

Const SE_ERR_FNF = 2&
Const SE_ERR_PNF = 3&
Const SE_ERR_ACCESSDENIED = 5&
Const SE_ERR_OOM = 8&
Const SE_ERR_DLLNOTFOUND = 32&
Const SE_ERR_SHARE = 26&
Const SE_ERR_ASSOCINCOMPLETE = 27&
Const SE_ERR_DDETIMEOUT = 28&
Const SE_ERR_DDEFAIL = 29&
Const SE_ERR_DDEBUSY = 30&
Const SE_ERR_NOASSOC = 31&
Const ERROR_BAD_FORMAT = 11&

Rate This module can openFile, Close File, CopyFile,Delete,Move,CurrentDir,Open Any document by just sup (1(1 Vote))
This module can openFile, Close File, CopyFile,Delete,Move,CurrentDir,Open Any document by just sup.bas

This module can openFile, Close File, CopyFile,Delete,Move,CurrentDir,Open Any document by just sup Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters