VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

To fill a list box with all the drives,directories and files of given attributes by using SendMessa

Mohd Muzaffar  (1 Submission)   Miscellaneous   VB 6.0   Unknown Difficulty   Tue 4th September 2001   Mon 8th February 2021

To fill a list box with all the drives,directories and files of given attributes by using SendMessageAny API

API Declarations


(ByVal hwnd As Long, ByVal msg As Long, ByVal wParam As Long, lParam _
As Any) As Long

Const WM_USER = &H400
Const LB_DIR = &H18D
Const DIR_NORMALFILES = &H0
Const DIR_READONLY = &H8001
Const DIR_HIDDEN = &H8002
Const DIR_SYSTEM = &H8004
Const DIR_DIRECTORIES = &H8010
Const DIR_ARCHIVED = &H8020
Const DIR_DRIVES = &HC000

Rate To fill a list box with all the drives,directories and files of given attributes by using SendMessa (1(1 Vote))
To fill a list box with all the drives,directories and files of given attributes by using SendMessa.bas

To fill a list box with all the drives,directories and files of given attributes by using SendMessa Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters