VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Launch find all files dialog box

by Anonymous (267 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sun 27th December 1998
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Launch find all files dialog box

API Declarations


Private Const SW_SHOWNORMAL = 1
Private Const SW_SHOWMINIMIZED = 2
Private Const SW_SHOWMAXIMIZED = 3
Private Const SW_SHOW = 5
Private Const SW_MINIMIZE = 6
Private Const SW_SHOWMINNOACTIVE = 7
Private Const SW_SHOWNA = 8
Private Const SW_RESTORE = 9
Private Const SW_SHOWDEFAULT = 10

Rate Launch find all files dialog box



    strPathToSearch = "C:\"
    Call ShellExecute(Me.hwnd, "find", strPathToSearch, vbNullString, vbNullString, SW_SHOWNORMAL)


Download this snippet    Add to My Saved Code

Launch find all files dialog box Comments

No comments have been posted about Launch find all files dialog box. Why not be the first to post a comment about Launch find all files dialog box.

Post your comment

Subject:
Message:
0/1000 characters