Autor Beitrag
.NETT
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 35

Windows Vista Home Premium
C++ (VS 2008 Express), C# (VS 2008 Express)
BeitragVerfasst: Di 19.08.08 22:04 
Hallo
Nur kurz:
Wie kann ich ermitteln, was der Standardbrowser ist, wo ers sich befindet, etc.?
Ich will, dass bei Klick auf einen Button(, nicht linklabel) der Standardbrowser startet und eine bestimmte URL lädt. Irgendwie mit ProcessStartInfo? Aber wie?
dank schon jetzt
mfg
.NETT


Moderiert von user profile iconChristian S.: Topic aus WinForms verschoben am Di 19.08.2008 um 22:12
Christian S.
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 20451
Erhaltene Danke: 2264

Win 10
C# (VS 2019)
BeitragVerfasst: Di 19.08.08 22:14 
Du kannst einfach die Url direkt aufrufen:
ausblenden C#-Quelltext
1:
System.Diagnostics.Process.Start(@"http://www.google.de");					

_________________
Zwei Worte werden Dir im Leben viele Türen öffnen - "ziehen" und "drücken".
.NETT Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 35

Windows Vista Home Premium
C++ (VS 2008 Express), C# (VS 2008 Express)
BeitragVerfasst: Mi 20.08.08 20:10 
Hey cool
Vielen dank
mfg
.NETT