Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class with symbol Pin
Judah Gabriel Himango2-Oct-07 4:15
sponsorJudah Gabriel Himango2-Oct-07 4:15 
AnswerRe: Class with symbol Pin
DavidNohejl2-Oct-07 1:04
DavidNohejl2-Oct-07 1:04 
GeneralRe: Class with symbol Pin
N a v a n e e t h2-Oct-07 1:08
N a v a n e e t h2-Oct-07 1:08 
QuestionVisual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 0:16
Benjamin Dodd2-Oct-07 0:16 
AnswerRe: Visual C# Button Link to website Pin
N a v a n e e t h2-Oct-07 0:26
N a v a n e e t h2-Oct-07 0:26 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 1:15
Benjamin Dodd2-Oct-07 1:15 
GeneralRe: Visual C# Button Link to website Pin
N a v a n e e t h2-Oct-07 1:26
N a v a n e e t h2-Oct-07 1:26 
GeneralRe: Visual C# Button Link to website Pin
Christian Graus2-Oct-07 1:30
protectorChristian Graus2-Oct-07 1:30 
Benjamin Dodd wrote:
i saved a webpage in my documents, so if i use the code:

Process.Start(C:\Documents and Settings\stc12191\My Documents)

will that open the web page


No.

1 - you didn't put the string in quotes
2 - if you have 20 web pages in this folder, how would you expect windows to just pick one, or even know you wanted to open a web page ? Process.Start starts a program, and if you give it a file, it tries to open it with the default program. So, if you put the name of the htm file at the end of that path, that will work.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 1:33
Benjamin Dodd2-Oct-07 1:33 
GeneralRe: Visual C# Button Link to website Pin
Christian Graus2-Oct-07 2:03
protectorChristian Graus2-Oct-07 2:03 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 2:41
Benjamin Dodd2-Oct-07 2:41 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 2:56
Benjamin Dodd2-Oct-07 2:56 
GeneralRe: Visual C# Button Link to website Pin
Martin#2-Oct-07 2:57
Martin#2-Oct-07 2:57 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 3:05
Benjamin Dodd2-Oct-07 3:05 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 3:08
Benjamin Dodd2-Oct-07 3:08 
GeneralRe: Visual C# Button Link to website Pin
Martin#2-Oct-07 3:11
Martin#2-Oct-07 3:11 
GeneralRe: Visual C# Button Link to website Pin
Martin#2-Oct-07 3:08
Martin#2-Oct-07 3:08 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 3:13
Benjamin Dodd2-Oct-07 3:13 
QuestionPopulating a DevExpress Chart Pin
Haj2-Oct-07 0:15
Haj2-Oct-07 0:15 
AnswerRe: Populating a DevExpress Chart Pin
Pete O'Hanlon2-Oct-07 0:57
mvePete O'Hanlon2-Oct-07 0:57 
QuestionMS Access & Drivers to PCI Card Pin
half-life1-Oct-07 23:46
half-life1-Oct-07 23:46 
AnswerRe: MS Access & Drivers to PCI Card Pin
Andrei Ungureanu2-Oct-07 3:02
Andrei Ungureanu2-Oct-07 3:02 
GeneralRe: MS Access & Drivers to PCI Card Pin
half-life2-Oct-07 6:21
half-life2-Oct-07 6:21 
QuestionFAQ.aspx Pin
aditi0001-Oct-07 20:50
aditi0001-Oct-07 20:50 
AnswerRe: FAQ.aspx Pin
aditi0001-Oct-07 20:55
aditi0001-Oct-07 20:55 

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.