12-05-13, 06:25 AM
وعليكم السلام ورحمة الله وبركاته
تفضل
بالتوفيق
تفضل
PHP كود :
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" ( _
ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _
ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Sub Command1_Click()
ShellExecute 0, "open", Text1.Text, 0, 0, 1
End Sub
بالتوفيق

