Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading from txtFile Pin
led mike15-May-06 10:28
led mike15-May-06 10:28 
AnswerRe: Reading from txtFile Pin
Rei Miyasaka15-May-06 12:33
Rei Miyasaka15-May-06 12:33 
QuestionReceiving MMS using a GSM phone in C# Pin
uncleR15-May-06 9:23
uncleR15-May-06 9:23 
QuestionDateTime Object Pin
Monin D.15-May-06 8:47
Monin D.15-May-06 8:47 
AnswerRe: DateTime Object Pin
albCode15-May-06 8:52
albCode15-May-06 8:52 
GeneralRe: DateTime Object Pin
Monin D.15-May-06 9:08
Monin D.15-May-06 9:08 
GeneralRe: DateTime Object Pin
albCode15-May-06 9:10
albCode15-May-06 9:10 
QuestionOpen new Default Web Browser Window Pin
Phoen2515-May-06 8:44
Phoen2515-May-06 8:44 
Hello. I want to open a new Browser window, for example Internet Explorer or Firefox, depending of what is your default navegator.

One way will be this:

System.Diagnostics.Process.Start("http://www.google.com");

But the problem of that is that if I have a Internet explorer window open, and I execute the line, it'll be open the google page in that explorer. I want to open the google page in a new web browser.

An other option is this:
System.Diagnostics.Process.Start("IExplore.exe", strLink);

But I only open with IExplorer

Any ideas ?

Thanks a lot.
AnswerRe: Open new Default Web Browser Window Pin
albCode15-May-06 9:08
albCode15-May-06 9:08 
GeneralRe: Open new Default Web Browser Window Pin
Phoen2515-May-06 9:38
Phoen2515-May-06 9:38 
QuestionRegex Pin
Lash2015-May-06 8:03
Lash2015-May-06 8:03 
AnswerRe: Regex Pin
User 665815-May-06 9:28
User 665815-May-06 9:28 
GeneralRe: Regex Pin
InOut.NET15-May-06 11:24
InOut.NET15-May-06 11:24 
GeneralRe: Regex Pin
Rei Miyasaka15-May-06 12:20
Rei Miyasaka15-May-06 12:20 
GeneralRe: Regex Pin
Lash2016-May-06 11:46
Lash2016-May-06 11:46 
QuestionLocalization Project Pin
C++NewBe15-May-06 7:28
C++NewBe15-May-06 7:28 
AnswerRe: Localization Project Pin
Pixinger7715-May-06 21:58
Pixinger7715-May-06 21:58 
AnswerRe: Localization Project Pin
lmoelleb15-May-06 22:06
lmoelleb15-May-06 22:06 
QuestionNeed urgent help Pin
ass3aad15-May-06 5:55
ass3aad15-May-06 5:55 
AnswerRe: Need urgent help Pin
Judah Gabriel Himango15-May-06 6:14
sponsorJudah Gabriel Himango15-May-06 6:14 
GeneralRe: Need urgent help Pin
ass3aad15-May-06 6:46
ass3aad15-May-06 6:46 
GeneralRe: Need urgent help Pin
Judah Gabriel Himango15-May-06 8:24
sponsorJudah Gabriel Himango15-May-06 8:24 
GeneralRe: Need urgent help Pin
Dave Kreskowiak15-May-06 14:30
mveDave Kreskowiak15-May-06 14:30 
QuestionFile.Delete() fails (Access rights required???) Pin
Shy Agam15-May-06 5:16
Shy Agam15-May-06 5:16 
AnswerRe: File.Delete() fails (Access rights required???) Pin
leppie15-May-06 5:27
leppie15-May-06 5:27 

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.