VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Runs the Run file dialog API call. (SHRunDialog)

Bird  (7 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Sat 21st June 2003   Mon 8th February 2021

Runs the Run file dialog API call. (SHRunDialog)

API Declarations



Private Type OSVERSIONINFO
dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long
dwBuildNumber As Long
dwPlatformId As Long
szCSDVersion As String * 128
End Type

Private Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long
Private Declare Function SHRunDialog Lib "shell32" Alias "#61" (ByVal hOwner As Long, ByVal Unknown1 As Long, ByVal Unknown2 As Long, ByVal szTitle As String, ByVal szPrompt As String, ByVal uFlags As Long) As Long




Rate Runs the Run file dialog API call. (SHRunDialog) (1(1 Vote))
Runs the Run file dialog API call. (SHRunDialog).bas

Runs the Run file dialog API call. (SHRunDialog) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters