Click here to Skip to main content
16,008,075 members
Home / Discussions / C#
   

C#

 
AnswerRe: RichtextBox Link Text Pin
mav.northwind28-Aug-06 20:52
mav.northwind28-Aug-06 20:52 
QuestionHow work with images in C# [modified] Pin
signimage28-Aug-06 19:47
signimage28-Aug-06 19:47 
QuestionRe: How work with images in C# Pin
Nader Elshehabi28-Aug-06 20:59
Nader Elshehabi28-Aug-06 20:59 
QuestionRe: How work with images in C# Pin
signimage30-Aug-06 21:32
signimage30-Aug-06 21:32 
AnswerRe: How work with images in C# Pin
Nader Elshehabi31-Aug-06 1:50
Nader Elshehabi31-Aug-06 1:50 
QuestionOpenning a web site using Default Internet Explorer Pin
emran83428-Aug-06 18:38
emran83428-Aug-06 18:38 
AnswerRe: Openning a web site using Default Internet Explorer Pin
Steve Maier28-Aug-06 18:42
professionalSteve Maier28-Aug-06 18:42 
AnswerRe: Openning a web site using Default Internet Explorer Pin
Nader Elshehabi28-Aug-06 20:01
Nader Elshehabi28-Aug-06 20:01 
Hello

You can also do that in .Net 1.0 and 1.1 frameworks. Simply don't specify your application:

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


This way you are telling the "Windows Explorer" to open this "Document" -whether it's a website, pdf, image, etc...-. Windows Explorer doesn't open anything by itslef, rather it opens the default viewer associated with this type of "Document". In our case it will open the default web browser.

BTW: I use FireFox. And it works!

RegardsRose | [Rose]

GeneralRe: Openning a web site using Default Internet Explorer Pin
emran83429-Aug-06 2:02
emran83429-Aug-06 2:02 
QuestionUsing EM_GETRECT and EM_SETRECT for RTF boxes in C#? Pin
handa2928-Aug-06 17:36
handa2928-Aug-06 17:36 
AnswerRe: Using EM_GETRECT and EM_SETRECT for RTF boxes in C#? Pin
handa2928-Aug-06 17:47
handa2928-Aug-06 17:47 
AnswerRe: Using EM_GETRECT and EM_SETRECT for RTF boxes in C#? Pin
mav.northwind29-Aug-06 4:18
mav.northwind29-Aug-06 4:18 
QuestionC# 2.0 BackgroundWorker Pin
kselman28-Aug-06 16:47
kselman28-Aug-06 16:47 
AnswerRe: C# 2.0 BackgroundWorker Pin
Not Active28-Aug-06 17:11
mentorNot Active28-Aug-06 17:11 
AnswerRe: C# 2.0 BackgroundWorker Pin
Bob Nadler28-Aug-06 17:26
Bob Nadler28-Aug-06 17:26 
GeneralRe: C# 2.0 BackgroundWorker Pin
kselman28-Aug-06 18:27
kselman28-Aug-06 18:27 
GeneralRe: C# 2.0 BackgroundWorker Pin
Bob Nadler30-Aug-06 17:57
Bob Nadler30-Aug-06 17:57 
QuestionInsert a word Document into database Pin
kalyanPaladugu28-Aug-06 15:18
kalyanPaladugu28-Aug-06 15:18 
AnswerRe: Insert a word Document into database Pin
Not Active28-Aug-06 16:45
mentorNot Active28-Aug-06 16:45 
GeneralRe: Insert a word Document into database Pin
kalyanPaladugu28-Aug-06 17:05
kalyanPaladugu28-Aug-06 17:05 
GeneralRe: Insert a word Document into database Pin
kalyanPaladugu28-Aug-06 17:40
kalyanPaladugu28-Aug-06 17:40 
GeneralRe: Insert a word Document into database Pin
User 58385228-Aug-06 18:28
User 58385228-Aug-06 18:28 
GeneralRe: Insert a word Document into database Pin
kalyanPaladugu29-Aug-06 1:43
kalyanPaladugu29-Aug-06 1:43 
GeneralInsert a word Document into database Pin
kalyanPaladugu29-Aug-06 1:59
kalyanPaladugu29-Aug-06 1:59 
Questiontransparent form Pin
TAREQ F ABUZUHRI28-Aug-06 13:09
TAREQ F ABUZUHRI28-Aug-06 13:09 

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.