Click here to Skip to main content
15,899,018 members
Home / Discussions / C#
   

C#

 
AnswerRe: ProcessStartInfo.Arguments - No Spaces in Path? Pin
S. Senthil Kumar31-May-05 7:13
S. Senthil Kumar31-May-05 7:13 
GeneralVS 2005 Beta Pin
Alex_Y31-May-05 5:33
Alex_Y31-May-05 5:33 
Generalidentifying Partial type by using reflecton Pin
rathishps31-May-05 5:14
rathishps31-May-05 5:14 
GeneralRe: identifying Partial type by using reflecton Pin
S. Senthil Kumar31-May-05 5:59
S. Senthil Kumar31-May-05 5:59 
GeneralTypeConverter on Array Property Pin
ChrisAdams31-May-05 4:12
ChrisAdams31-May-05 4:12 
QuestionHow to open a file using windows API? Pin
Anonymous31-May-05 2:16
Anonymous31-May-05 2:16 
AnswerRe: How to open a file using windows API? Pin
darthWesley31-May-05 5:27
sussdarthWesley31-May-05 5:27 
AnswerRe: How to open a file using windows API? Pin
nemopeti31-May-05 23:23
nemopeti31-May-05 23:23 
You don't need API to do that.
If the file and the application in the machine, you just need this:
<br />
System.Diagnostics.Process p=new System.Diagnostics.Process();<br />
p.StartInfo.FileName="C:\\a.jpg";<br />
p.Start();	<br />
<br />
//this code open default jpg browser, and open c:\a.jpg in it.<br />


I hope that's you need to.
AnswerRe: How to open a file using windows API? Pin
Anonymous31-May-05 23:27
Anonymous31-May-05 23:27 
AnswerRe: How to open a file using windows API? Pin
Anonymous31-May-05 23:39
Anonymous31-May-05 23:39 
Generalfind registry if modem connected Pin
ksanju100031-May-05 2:10
ksanju100031-May-05 2:10 
GeneralProgramatically moving a borderless form Pin
darthWes31-May-05 1:52
darthWes31-May-05 1:52 
GeneralRe: Programatically moving a borderless form Pin
rudy.net31-May-05 5:14
rudy.net31-May-05 5:14 
GeneralRe: Programatically moving a borderless form Pin
Luis Alonso Ramos31-May-05 12:14
Luis Alonso Ramos31-May-05 12:14 
QuestionWhat is this for Pin
rain71131-May-05 0:26
rain71131-May-05 0:26 
AnswerRe: What is this for Pin
Dave Kreskowiak31-May-05 6:24
mveDave Kreskowiak31-May-05 6:24 
AnswerRe: What is this for Pin
Robert Rohde31-May-05 8:12
Robert Rohde31-May-05 8:12 
AnswerRe: What is this for Pin
Green Fuze31-May-05 8:44
Green Fuze31-May-05 8:44 
AnswerRe: What is this for Pin
Tom Wright31-May-05 12:22
Tom Wright31-May-05 12:22 
GeneralSynchroniza VFP table with dataset created by SQL dataAdapter Pin
Member 185596330-May-05 23:59
Member 185596330-May-05 23:59 
GeneralRe: Synchroniza VFP table with dataset created by SQL dataAdapter Pin
MicrosoftBob31-May-05 4:51
MicrosoftBob31-May-05 4:51 
GeneralCrystal Report Progress Dialog Box Pin
Nic Rowan30-May-05 20:26
Nic Rowan30-May-05 20:26 
QuestionHow to get Parameters Type of EventHandlers Pin
hasansheik30-May-05 20:02
hasansheik30-May-05 20:02 
AnswerRe: How to get Parameters Type of EventHandlers Pin
S. Senthil Kumar30-May-05 20:31
S. Senthil Kumar30-May-05 20:31 
GeneralBest practices, web services Pin
johanhertz30-May-05 19:45
johanhertz30-May-05 19:45 

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.