VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Display the run dialog using SHRunDialog API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 18th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Display the run dialog using SHRunDialog API

Rate Display the run dialog using SHRunDialog API



'No Browse Button.Need to enter the program path manually
'SHRunDialog hWnd, 0, 0, "This is Run dialog", "Please enter the program you wish to run ", 1
'Normal Run Dialog
SHRunDialog hWnd, 0, 0, "This is Run dialog", "Please enter the program you wish to run ", 2
End
End Sub

Download this snippet    Add to My Saved Code

Display the run dialog using SHRunDialog API Comments

No comments have been posted about Display the run dialog using SHRunDialog API. Why not be the first to post a comment about Display the run dialog using SHRunDialog API.

Post your comment

Subject:
Message:
0/1000 characters