Click here to Skip to main content
15,917,926 members
Home / Discussions / C#
   

C#

 
AnswerRe: Um, something isn't quite right... Pin
SeMartens14-Apr-09 2:05
SeMartens14-Apr-09 2:05 
GeneralRe: Um, something isn't quite right... Pin
jas0n2314-Apr-09 2:23
jas0n2314-Apr-09 2:23 
QuestionRe: Um, something isn't quite right... Pin
Eddy Vluggen14-Apr-09 4:59
professionalEddy Vluggen14-Apr-09 4:59 
AnswerRe: Um, something isn't quite right... Pin
jas0n2314-Apr-09 15:40
jas0n2314-Apr-09 15:40 
GeneralRe: Um, something isn't quite right... Pin
Eddy Vluggen14-Apr-09 22:43
professionalEddy Vluggen14-Apr-09 22:43 
GeneralRe: Um, something isn't quite right... Pin
jas0n2314-Apr-09 2:29
jas0n2314-Apr-09 2:29 
Questioncalling Web URL from desktop application Pin
sachees12314-Apr-09 1:37
sachees12314-Apr-09 1:37 
AnswerRe: calling Web URL from desktop application Pin
jas0n2314-Apr-09 1:42
jas0n2314-Apr-09 1:42 
I think I understand your question, please correct me if I'm wrong. I think you want to open a URL in the users browser from within your application? If that's the case, try this:

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


The above code will open the specified url into the default web browser.

Hope this helps,
jay.

foreach( inch on Jason )
{
Girlfriend.IsHappier();
}

GeneralRe: calling Web URL from desktop application Pin
sachees12314-Apr-09 2:10
sachees12314-Apr-09 2:10 
RantRe: calling Web URL from desktop application Pin
musefan14-Apr-09 2:20
musefan14-Apr-09 2:20 
AnswerRe: calling Web URL from desktop application Pin
Luc 64801114-Apr-09 2:56
Luc 64801114-Apr-09 2:56 
QuestionCHM file Editor Pin
Sajjad Leo14-Apr-09 0:36
Sajjad Leo14-Apr-09 0:36 
QuestionCopying partitions by kernel32 methods Pin
LordZoster14-Apr-09 0:29
LordZoster14-Apr-09 0:29 
Questionanimations on Win mobile 5.0 Pin
Deepali Khalkar14-Apr-09 0:27
Deepali Khalkar14-Apr-09 0:27 
AnswerRe: animations on Win mobile 5.0 Pin
raghebamer14-Apr-09 0:45
raghebamer14-Apr-09 0:45 
QuestionEjecting a CD opened by explorer Pin
LordZoster14-Apr-09 0:25
LordZoster14-Apr-09 0:25 
AnswerRe: Ejecting a CD opened by explorer Pin
Giorgi Dalakishvili14-Apr-09 0:57
mentorGiorgi Dalakishvili14-Apr-09 0:57 
GeneralRe: Ejecting a CD opened by explorer Pin
LordZoster14-Apr-09 4:20
LordZoster14-Apr-09 4:20 
GeneralRe: Ejecting a CD opened by explorer Pin
Giorgi Dalakishvili14-Apr-09 6:11
mentorGiorgi Dalakishvili14-Apr-09 6:11 
QuestionWMP how show picture.... Pin
VisualLive14-Apr-09 0:23
VisualLive14-Apr-09 0:23 
AnswerRe: WMP how show picture.... Pin
Eddy Vluggen14-Apr-09 1:22
professionalEddy Vluggen14-Apr-09 1:22 
GeneralRe: WMP how show picture.... Pin
musefan14-Apr-09 1:46
musefan14-Apr-09 1:46 
GeneralRe: WMP how show picture.... Pin
Eddy Vluggen14-Apr-09 6:19
professionalEddy Vluggen14-Apr-09 6:19 
AnswerRe: WMP how show picture.... Pin
musefan14-Apr-09 1:41
musefan14-Apr-09 1:41 
Questionhow to scroll the text from bottom to top Pin
mist_psycho14-Apr-09 0:13
mist_psycho14-Apr-09 0:13 

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.