Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: PropertyGrid customization Pin
kaloyan15-Jan-04 22:31
kaloyan15-Jan-04 22:31 
Generala beginner's question Pin
Forrest Feather15-Jan-04 2:56
Forrest Feather15-Jan-04 2:56 
GeneralRe: a beginner's question Pin
Guinness4Strength15-Jan-04 3:49
Guinness4Strength15-Jan-04 3:49 
GeneralRe: a beginner's question Pin
Colin Angus Mackay15-Jan-04 4:16
Colin Angus Mackay15-Jan-04 4:16 
GeneralRe: a beginner's question Pin
HAHAHA_NEXT15-Jan-04 10:58
HAHAHA_NEXT15-Jan-04 10:58 
GeneralQuestion about multicast Pin
Korby15-Jan-04 1:49
Korby15-Jan-04 1:49 
GeneralRe: Question about multicast Pin
Heath Stewart15-Jan-04 6:02
protectorHeath Stewart15-Jan-04 6:02 
Generalwinforms: aligning of column headers Pin
troels_sorensen15-Jan-04 1:23
troels_sorensen15-Jan-04 1:23 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 5:53
protectorHeath Stewart15-Jan-04 5:53 
GeneralRe: winforms: aligning of column headers Pin
troels_sorensen15-Jan-04 7:45
troels_sorensen15-Jan-04 7:45 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 9:24
protectorHeath Stewart15-Jan-04 9:24 
GeneralMultiple Datarelations Pin
switchname15-Jan-04 1:04
switchname15-Jan-04 1:04 
GeneralRe: Multiple Datarelations Pin
Mazdak15-Jan-04 2:40
Mazdak15-Jan-04 2:40 
GeneralRe: Multiple Datarelations Pin
switchname15-Jan-04 3:06
switchname15-Jan-04 3:06 
GeneralRe: Multiple Datarelations Pin
Heath Stewart15-Jan-04 5:51
protectorHeath Stewart15-Jan-04 5:51 
GeneralRe: Multiple Datarelations Pin
Anonymous15-Jan-04 6:21
Anonymous15-Jan-04 6:21 
GeneralRe: Multiple Datarelations Pin
Heath Stewart15-Jan-04 9:45
protectorHeath Stewart15-Jan-04 9:45 
GeneralRe: Multiple Datarelations Pin
switchname15-Jan-04 6:24
switchname15-Jan-04 6:24 
QuestionActive application? Pin
phimix14-Jan-04 23:32
phimix14-Jan-04 23:32 
AnswerRe: Active application? Pin
Mazdak15-Jan-04 2:47
Mazdak15-Jan-04 2:47 
GeneralRe: Active application? Pin
phimix16-Jan-04 3:07
phimix16-Jan-04 3:07 
GeneralC#/Java communication Pin
Norman Fung14-Jan-04 23:31
Norman Fung14-Jan-04 23:31 
GeneralRe: C#/Java communication Pin
Jinwah14-Jan-04 23:50
Jinwah14-Jan-04 23:50 
GeneralRe: C#/Java communication Pin
Norman Fung15-Jan-04 3:55
Norman Fung15-Jan-04 3:55 
GeneralRe: C#/Java communication Pin
Heath Stewart15-Jan-04 5:04
protectorHeath Stewart15-Jan-04 5:04 
If you want to actually host .NET controls in a Java application see my article, Embedding .NET Controls in Java[^]. There are also commercial libraries available such as JAWIN and Ja.NET that generate the necessary classes at runtime.

As far as interoperability between Java and .NET at the communications layer, there has been a whole slew of articles on MSDN[^], such as Application Interoperability: Microsoft .NET and J2EE[^].

As for one of your other questions, I suppose you could use IPC but you're going to spend a lot of time just P/Invoking the necessary functions, creating any structs, etc. The articles I mentioned should provide alternatives that can possibly decrease development time and - in some cases - use standard protocols to communicate between the two.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----

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.