Click here to Skip to main content
15,886,060 members
Home / Discussions / C#
   

C#

 
GeneralRe: Gamebot / find images on grid / scrabulizer etc Pin
LordNeverwinter12-Jan-12 19:54
LordNeverwinter12-Jan-12 19:54 
AnswerRe: Gamebot / find images on grid / scrabulizer etc Pin
BillWoodruff12-Jan-12 16:18
professionalBillWoodruff12-Jan-12 16:18 
GeneralRe: Gamebot / find images on grid / scrabulizer etc Pin
LordNeverwinter12-Jan-12 19:41
LordNeverwinter12-Jan-12 19:41 
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 
Hi all,

I have a problem in creating a Excel RTD Server using C#.
The application is laid out as follows:
A window application which is running .Net Remoting server on a tcp channel (let's call it DataFeedServer).
A dll which can call DataFeedServer to get the data (let's call it DataFeedClient). The communication between those DataFeedServer and DataFeedClient is two-way (using callback functions and delegates).

Then I tried to call the DataFeedClient dll from a test windows application (let's call it TestWinApp).
Then the application flow is:
TestWinApp calls DataFeedClient, DataFeedClient calls DataFeedServer, DataFeedServer fires an event in DataFeedClient and finally DataFeedClient fires an event in TestWinApp. And it's working fine.

Then MS Excel comes in for real world scenario. I put a dll for RTD interface which will be called by MS Excel and which will call to DataFeedClient.
Then the scenario changed to MS Excel RTD calls DataFeedClient, and DataFeedClient calls DataFeedServer. Then DataFeedServer tried to fire an event of DataFeedClient. But fails. No error. Just silently stopped at that stage. So there's no calling from DataFeedClient back to MS Excel. The direction of the data flow is only half of the route always.

I'm not so sure I'm explaining clearly enough and thanks for taking your time this far.

Actually, the very essential information I need to know is if it's possible to use IRtdServer and Two-way .Net Remoting (with callback functions and delegates). Any information source is gratefully appreciated too.

Thanks in advance.

Best regards,
Zaw Min Tun
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 
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 

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.