Kód: Vybrať všetko
Error 1 'Public Sub runAS()' has multiple definitions with identical signatures.
Kód: Vybrať všetko
Error 1 'Public Sub runAS()' has multiple definitions with identical signatures.
Kód: Vybrať všetko
Sub runAS(param as String)
'...
processStartInfo.FileName = param 'program co chces spustit
'...
end sub
Kód: Vybrať všetko
call runAs("notepad.exe")