Click here to Skip to main content
15,883,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: How To Transfer Parameters Through 2 Forms Pin
Giorgi Dalakishvili24-Jun-09 7:22
mentorGiorgi Dalakishvili24-Jun-09 7:22 
QuestionThe best way to achive this ? Pin
viralthebest24-Jun-09 6:40
viralthebest24-Jun-09 6:40 
AnswerRe: The best way to achive this ? Pin
Christian Graus24-Jun-09 10:38
protectorChristian Graus24-Jun-09 10:38 
QuestionProblems with System Tray Graph ? Pin
Rsesky00024-Jun-09 6:23
Rsesky00024-Jun-09 6:23 
AnswerRe: Problems with System Tray Graph ? Pin
OriginalGriff24-Jun-09 6:57
mveOriginalGriff24-Jun-09 6:57 
QuestionBetter way to achive this ? Pin
eAero24-Jun-09 6:10
eAero24-Jun-09 6:10 
AnswerRe: Better way to achive this ? Pin
PIEBALDconsult24-Jun-09 6:42
mvePIEBALDconsult24-Jun-09 6:42 
QuestionHow to execute .jar file in c# Pin
Gresziu24-Jun-09 6:04
Gresziu24-Jun-09 6:04 
Hi everybody, im trying to execute a .jar file in my c# program, i have try several times and get examples, but i can't do it.

I execute in the cmd, like this
java -Xms60m -Xmx256m -jar C:\\Programming\\Interface.jar";
and this open the program.

But, trying with the Process class:

Process process = new Process();
System.Diagnostics.ProcessStartInfo procInfo =
new System.Diagnostics.ProcessStartInfo("java -Xms60m -Xmx256m -jar C:\\Programming\\Interface.jar");

process = System.Diagnostics.Process.Start(procInfo);

and other instructions, i get an exception, the file can't be found.

Some one knows??
Thanks in advance.
AnswerRe: How to execute .jar file in c# Pin
Ravadre24-Jun-09 7:56
Ravadre24-Jun-09 7:56 
GeneralRe: How to execute .jar file in c# Pin
Gresziu24-Jun-09 23:45
Gresziu24-Jun-09 23:45 
GeneralRe: How to execute .jar file in c# Pin
Gresziu25-Jun-09 0:33
Gresziu25-Jun-09 0:33 
AnswerRe: How to execute .jar file in c# Pin
A P Prajwal30-Nov-09 0:56
A P Prajwal30-Nov-09 0:56 
QuestionData Reader Completion Rate, label text does not change Pin
Ersan Ercek24-Jun-09 5:32
Ersan Ercek24-Jun-09 5:32 
AnswerRe: Data Reader Completion Rate, label text does not change Pin
Manas Bhardwaj24-Jun-09 5:38
professionalManas Bhardwaj24-Jun-09 5:38 
GeneralRe: Data Reader Completion Rate, label text does not change Pin
Ersan Ercek24-Jun-09 5:49
Ersan Ercek24-Jun-09 5:49 
GeneralRe: Data Reader Completion Rate, label text does not change Pin
musefan24-Jun-09 6:02
musefan24-Jun-09 6:02 
GeneralRe: Data Reader Completion Rate, label text does not change Pin
Ersan Ercek24-Jun-09 21:38
Ersan Ercek24-Jun-09 21:38 
QuestionSend Email in Arabic Pin
ASysSolvers24-Jun-09 5:14
ASysSolvers24-Jun-09 5:14 
AnswerRe: Send Email in Arabic Pin
Manas Bhardwaj24-Jun-09 5:21
professionalManas Bhardwaj24-Jun-09 5:21 
GeneralRe: Send Email in Arabic Pin
Gary Stafford24-Jun-09 5:56
Gary Stafford24-Jun-09 5:56 
QuestionWhen adding a webreference to my C# Windows Application i get:Operation is not valid due to the current state of the object. Pin
DotNetCoderJunior24-Jun-09 5:03
DotNetCoderJunior24-Jun-09 5:03 
AnswerRe: When adding a webreference to my C# Windows Application i get:Operation is not valid due to the current state of the object. Pin
Manas Bhardwaj24-Jun-09 5:07
professionalManas Bhardwaj24-Jun-09 5:07 
GeneralRe: When adding a webreference to my C# Windows Application i get:Operation is not valid due to the current state of the object. Pin
DotNetCoderJunior24-Jun-09 21:23
DotNetCoderJunior24-Jun-09 21:23 
QuestionGridView: row focus on mouse right click before ContextMenu pops up. Pin
Raybarg24-Jun-09 4:03
professionalRaybarg24-Jun-09 4:03 
AnswerRe: GridView: row focus on mouse right click before ContextMenu pops up. Pin
led mike24-Jun-09 4:42
led mike24-Jun-09 4:42 

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.