Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Authentication Pin
jkersch28-Sep-07 4:40
jkersch28-Sep-07 4:40 
QuestionKilling threads Pin
Maddie from Dartford26-Sep-07 20:46
Maddie from Dartford26-Sep-07 20:46 
AnswerRe: Killing threads Pin
N a v a n e e t h26-Sep-07 20:54
N a v a n e e t h26-Sep-07 20:54 
GeneralRe: Killing threads Pin
Eduard Keilholz26-Sep-07 21:54
Eduard Keilholz26-Sep-07 21:54 
GeneralRe: Killing threads Pin
Maddie from Dartford26-Sep-07 22:41
Maddie from Dartford26-Sep-07 22:41 
QuestionTime Calculation Pin
Asat12326-Sep-07 20:33
Asat12326-Sep-07 20:33 
AnswerRe: Time Calculation Pin
il_masacratore26-Sep-07 21:55
il_masacratore26-Sep-07 21:55 
QuestionLaunch the default browser to the default home page Pin
Liam O'Hagan26-Sep-07 19:45
Liam O'Hagan26-Sep-07 19:45 
Now I understand I can use

System.Diagnostics.Process.Start("http://some.url.com");

to launch the default browser and navigate to a specific page, and I also understand that I can launch a specific browser, which will then go to the default home page using

System.Diagnostics.Process.Start("iexplore");

However, is there a means of launching the default browser to the default homepage? (without checking the registry to see what the default browser is preferably)

Perhaps there's some special url I can navigate to (like about:blank, but representing the default homepage)

I have no blog...

AnswerRe: Launch the default browser to the default home page Pin
Eduard Keilholz26-Sep-07 21:57
Eduard Keilholz26-Sep-07 21:57 
GeneralRe: Launch the default browser to the default home page Pin
blackjack215026-Sep-07 22:10
blackjack215026-Sep-07 22:10 
GeneralRe: Launch the default browser to the default home page Pin
Pete O'Hanlon26-Sep-07 22:21
mvePete O'Hanlon26-Sep-07 22:21 
GeneralRe: Launch the default browser to the default home page Pin
Vasudevan Deepak Kumar26-Sep-07 23:11
Vasudevan Deepak Kumar26-Sep-07 23:11 
GeneralRe: Launch the default browser to the default home page Pin
Malcolm Smart26-Sep-07 23:33
Malcolm Smart26-Sep-07 23:33 
GeneralRe: Launch the default browser to the default home page Pin
Vasudevan Deepak Kumar26-Sep-07 23:13
Vasudevan Deepak Kumar26-Sep-07 23:13 
AnswerRe: Launch the default browser to the default home page Pin
blackjack215026-Sep-07 22:09
blackjack215026-Sep-07 22:09 
AnswerRe: Launch the default browser to the default home page Pin
c0ax_lx27-Sep-07 1:03
c0ax_lx27-Sep-07 1:03 
GeneralRe: Launch the default browser to the default home page Pin
Liam O'Hagan27-Sep-07 1:14
Liam O'Hagan27-Sep-07 1:14 
QuestionCheck to see if row index exists Pin
kandiyohiv26-Sep-07 19:14
kandiyohiv26-Sep-07 19:14 
AnswerRe: Check to see if row index exists Pin
Imran Khan Pathan26-Sep-07 19:41
Imran Khan Pathan26-Sep-07 19:41 
AnswerRe: Check to see if row index exists Pin
Xmen Real 26-Sep-07 19:45
professional Xmen Real 26-Sep-07 19:45 
Questionconcurrent database update Pin
anydie26-Sep-07 18:56
anydie26-Sep-07 18:56 
AnswerRe: concurrent database update Pin
pmarfleet26-Sep-07 19:47
pmarfleet26-Sep-07 19:47 
GeneralRe: concurrent database update Pin
anydie27-Sep-07 3:30
anydie27-Sep-07 3:30 
AnswerRe: concurrent database update Pin
Malcolm Smart27-Sep-07 0:41
Malcolm Smart27-Sep-07 0:41 
QuestionSimple example of DataGridView..? Pin
JamesParsons26-Sep-07 18:02
JamesParsons26-Sep-07 18:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.