Click here to Skip to main content
15,879,095 members
Home / Discussions / C#
   

C#

 
QuestionHow to check that a character can be encoded with codepage 1252? Pin
Bernhard Hiller10-Jan-12 3:48
Bernhard Hiller10-Jan-12 3:48 
AnswerRe: How to check that a character can be encoded with codepage 1252? Pin
Luc Pattyn10-Jan-12 4:24
sitebuilderLuc Pattyn10-Jan-12 4:24 
GeneralRe: How to check that a character can be encoded with codepage 1252? Pin
Bernhard Hiller10-Jan-12 21:13
Bernhard Hiller10-Jan-12 21:13 
AnswerRe: How to check that a character can be encoded with codepage 1252? Pin
jschell11-Jan-12 9:27
jschell11-Jan-12 9:27 
QuestionC# RTD + .Net Remoting Pin
ZawMinTun9-Jan-12 23:01
ZawMinTun9-Jan-12 23:01 
QuestionCalling java from C# Pin
KASR19-Jan-12 21:32
KASR19-Jan-12 21:32 
AnswerRe: Calling java from C# Pin
OriginalGriff9-Jan-12 21:41
mveOriginalGriff9-Jan-12 21:41 
AnswerRe: Calling java from C# Pin
David Skelly9-Jan-12 22:16
David Skelly9-Jan-12 22:16 
If you are talking about directly using Java code from within a C# application, you might want to look at JNBridge.

http://www.jnbridge.com/[^]

I've never used it and I have no idea how much it costs, but it has a good reputation. It seems to do the job pretty well from what I can gather.

If you are talking about reusing functionality but don't need direct integration then it might be easier (and cheaper) to write a wrapper that lets you talk between the two components, e.g. a web service or a call through a TCP socket or something like that. It depends what your requirements are.
GeneralRe: Calling java from C# Pin
KASR19-Jan-12 22:53
KASR19-Jan-12 22:53 
GeneralRe: Calling java from C# Pin
David Skelly10-Jan-12 1:39
David Skelly10-Jan-12 1:39 
GeneralRe: Calling java from C# Pin
KASR110-Jan-12 18:55
KASR110-Jan-12 18:55 
GeneralRe: Calling java from C# Pin
Bernhard Hiller10-Jan-12 21:20
Bernhard Hiller10-Jan-12 21:20 
GeneralRe: Calling java from C# Pin
KASR111-Jan-12 0:05
KASR111-Jan-12 0:05 
GeneralRe: Calling java from C# Pin
Richard MacCutchan11-Jan-12 2:43
mveRichard MacCutchan11-Jan-12 2:43 
GeneralRe: Calling java from C# Pin
Pete O'Hanlon11-Jan-12 5:11
mvePete O'Hanlon11-Jan-12 5:11 
GeneralRe: Calling java from C# Pin
Richard MacCutchan11-Jan-12 5:22
mveRichard MacCutchan11-Jan-12 5:22 
AnswerRe: Calling java from C# Pin
Abhinav S9-Jan-12 22:18
Abhinav S9-Jan-12 22:18 
AnswerRe: Calling java from C# Pin
jschell11-Jan-12 9:31
jschell11-Jan-12 9:31 
QuestionHow can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_9-Jan-12 20:59
A7mad_9-Jan-12 20:59 
AnswerRe: How can i perform multiple mouse clicks at the same time on desktop??? PinPopular
Wayne Gaylard9-Jan-12 22:18
professionalWayne Gaylard9-Jan-12 22:18 
GeneralRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_16-Jan-12 0:33
A7mad_16-Jan-12 0:33 
AnswerRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
BillWoodruff10-Jan-12 6:01
professionalBillWoodruff10-Jan-12 6:01 
GeneralRe: How can i perform multiple mouse clicks at the same time on desktop??? Pin
A7mad_16-Jan-12 0:36
A7mad_16-Jan-12 0:36 
QuestionMultiThread Management Pin
Joezer BH9-Jan-12 19:37
professionalJoezer BH9-Jan-12 19:37 
AnswerRe: MultiThread Management Pin
Eddy Vluggen10-Jan-12 7:07
professionalEddy Vluggen10-Jan-12 7:07 

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.