MNH Gedankensprudel

nicht nur ein stilles Wasser

Der angegebenen Datei ist keine Anwendung zugeordnet (process start vb.net)

30.06.11 (VB.Net)

Wer Diese Meldung bekommt möchte wahrscheinlich mit  process.start(C:\Temp\MeinBild.tif) eine Datei in seien VB.NET Project öffnen.

Wenn aber Kein Programm oder nur das Windows-Standardprogramm mit dem Dateityp verknüpft ist bekommt man diese Fehlermeldung.

Folgender Code zeigt wie es richtig geht:

Dim proc As New Process
Dim ProcessStartInfo As New ProcessStartInfo
ProcessStartInfo.ErrorDialog = True
ProcessStartInfo.UseShellExecute = True
ProcessStartInfo.FileName = "C:\Temp\MeinBild.tif"
proc.StartInfo = ProcessStartInfo
proc.Start()
Carschrotter
ist leidenschaftlicher Technik Fan beigester von allen was mit dem Web zu tuen hat und Vollblut Nerd. Deshalb war auch sein Ausbildung zum Fachinformatiker ein logischer schritt.

Kommentar schreiben

I accept that my given data and my IP address is sent to a server in the USA only for the purpose of spam prevention through the Akismet program.More information on Akismet and GDPR.

XHTML: Sie können diese Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre prompt="" escaped="">