Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Getting strings and ints of another class Pin
Arun Jacob8-Apr-10 3:12
Arun Jacob8-Apr-10 3:12 
GeneralRe: Getting strings and ints of another class Pin
BuggingMe8-Apr-10 3:30
BuggingMe8-Apr-10 3:30 
QuestionSafe handle has been closed appears on program exit Pin
yeah10008-Apr-10 2:00
yeah10008-Apr-10 2:00 
AnswerRe: Safe handle has been closed appears on program exit Pin
Alan N8-Apr-10 4:35
Alan N8-Apr-10 4:35 
AnswerRe: Safe handle has been closed appears on program exit Pin
supercat98-Apr-10 9:30
supercat98-Apr-10 9:30 
GeneralVirus removal tool (Team Project). Pin
MS-EULA8-Apr-10 1:31
MS-EULA8-Apr-10 1:31 
GeneralTo Up Pin
MS-EULA9-Apr-10 2:01
MS-EULA9-Apr-10 2:01 
Questionopen an exe file in panel Pin
MarziehA8-Apr-10 0:34
MarziehA8-Apr-10 0:34 
AnswerRe: open an exe file in panel Pin
Eddy Vluggen8-Apr-10 6:14
professionalEddy Vluggen8-Apr-10 6:14 
QuestionLimitations of windows forms Pin
QuinsUK8-Apr-10 0:17
QuinsUK8-Apr-10 0:17 
AnswerRe: Limitations of windows forms Pin
TheFoZ8-Apr-10 1:00
TheFoZ8-Apr-10 1:00 
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 

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.