T is for TANK, and T is for TERROR ... and K is the K for KILLING in error.
oogjes open, snaveltjes dicht
Ben je wel zeker dat de method 'ShellExecute' in C# bestaat?
Ik vind er alleszins niets over in de .NET framework SDK help....
Ik vind er alleszins niets over in de .NET framework SDK help....
https://fgheysels.github.io/
Gevonden!
Voor alle toekomstige searchers, het is:
"System.Diagnostics.Process.Start()"
'Example that opens the C:\Temp folder in Explorer
Imports System.Diagnostics
Process.Start("explorer.exe", "C:\Temp")
Voor alle toekomstige searchers, het is:
"System.Diagnostics.Process.Start()"
'Example that opens the C:\Temp folder in Explorer
Imports System.Diagnostics
Process.Start("explorer.exe", "C:\Temp")
T is for TANK, and T is for TERROR ... and K is the K for KILLING in error.