Click here to Skip to main content
15,891,670 members
Home / Discussions / C#
   

C#

 
AnswerRe: Limitations of windows forms Pin
kevinnicol8-Apr-10 4:39
kevinnicol8-Apr-10 4:39 
QuestionKeyDown event in console Pin
bolikej7-Apr-10 22:59
bolikej7-Apr-10 22:59 
AnswerRe: KeyDown event in console Pin
Mustafa Ismail Mustafa7-Apr-10 23:54
Mustafa Ismail Mustafa7-Apr-10 23:54 
GeneralRe: KeyDown event in console Pin
bolikej8-Apr-10 2:06
bolikej8-Apr-10 2:06 
GeneralRe: KeyDown event in console Pin
Mustafa Ismail Mustafa8-Apr-10 2:59
Mustafa Ismail Mustafa8-Apr-10 2:59 
GeneralRe: KeyDown event in console Pin
bolikej8-Apr-10 10:03
bolikej8-Apr-10 10:03 
GeneralRe: KeyDown event in console Pin
Mustafa Ismail Mustafa8-Apr-10 10:17
Mustafa Ismail Mustafa8-Apr-10 10:17 
QuestionAn equivalent of -javaagent in C#? Or: ways to use a java framework in C# Pin
blackblizzard7-Apr-10 22:24
blackblizzard7-Apr-10 22:24 
Hi everyone.

This is probably something I should be able to figure out by myself, but I'm not having much luck so I figured I'd ask.

The issue: I'm translating a system from java to C# and they use a java framework[^] that I'd really like to use, since it takes care of the most complex parts of the system, which I would otherwise have to implement myself. I have the source code of this framework.

I know there are several possibilities for using java libraries in C# (although I'm not familiar with any of them, so I'd appreciate suggestions). So far I've thought of using IKVM.NET[^] to generate a .dll, but I'm not sure what to do next, because in java in order to run the framework with your code you're supposed to use the option -javaagent[^] by adding
-javaagent:bin/deuceAgent.jar
(where deuceAgent is the framework) to your java command line. I don't know what the equivalent in C# would be once I have my .dll, or whether there's an equivalent at all.

Any help? Thanks so much.
Questionsetting focus on masked textbox control added in datagridview Pin
Nouman Bhatti7-Apr-10 20:57
Nouman Bhatti7-Apr-10 20:57 
AnswerRe: setting focus on masked textbox control added in datagridview Pin
yogesh_kumar_agarwal7-Apr-10 21:03
yogesh_kumar_agarwal7-Apr-10 21:03 
GeneralRe: setting focus on masked textbox control added in datagridview Pin
Nouman Bhatti7-Apr-10 21:09
Nouman Bhatti7-Apr-10 21:09 
GeneralRe: setting focus on masked textbox control added in datagridview Pin
yogesh_kumar_agarwal7-Apr-10 21:16
yogesh_kumar_agarwal7-Apr-10 21:16 
GeneralRe: setting focus on masked textbox control added in datagridview Pin
Nouman Bhatti7-Apr-10 21:22
Nouman Bhatti7-Apr-10 21:22 
GeneralRe: setting focus on masked textbox control added in datagridview Pin
yogesh_kumar_agarwal7-Apr-10 23:49
yogesh_kumar_agarwal7-Apr-10 23:49 
QuestionWhat OracleType to use for table of record output parameter Pin
whiteadi7-Apr-10 20:51
whiteadi7-Apr-10 20:51 
QuestionMessage Removed Pin
7-Apr-10 20:30
arun_pk7-Apr-10 20:30 
AnswerRe: xml reading Pin
SeMartens7-Apr-10 21:03
SeMartens7-Apr-10 21:03 
GeneralRe: xml reading Pin
arun_pk8-Apr-10 1:36
arun_pk8-Apr-10 1:36 
AnswerRe: xml reading Pin
Mirko19807-Apr-10 23:23
Mirko19807-Apr-10 23:23 
QuestionCSV files in C# Pin
i gr87-Apr-10 20:11
i gr87-Apr-10 20:11 
AnswerRe: CSV files in C# Pin
SeMartens7-Apr-10 21:05
SeMartens7-Apr-10 21:05 
AnswerRe: CSV files in C# Pin
yujianchi7-Apr-10 23:29
yujianchi7-Apr-10 23:29 
AnswerRe: CSV files in C# Pin
PIEBALDconsult8-Apr-10 3:40
mvePIEBALDconsult8-Apr-10 3:40 
QuestionHow to Find the Control of a window opened in c# Pin
svt gdwl7-Apr-10 18:22
svt gdwl7-Apr-10 18:22 
AnswerRe: How to Find the Control of a window opened in c# Pin
Ravi Bhavnani7-Apr-10 18:51
professionalRavi Bhavnani7-Apr-10 18:51 

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.