Can i communicate VB program and Java Program without CORBA?
I want that Java Program Listen on specific port . VB Program send
message (Text) on that port .Then java Program get and print this
message on screen.
I try to do this but java program did not get message although it
tell message is come but not get this message.
I think it is message format problem . VB send message in its format .
Anyone help me for this?