Click here to Skip to main content
15,920,031 members
Home / Discussions / C#
   

C#

 
AnswerRe: Keyboard hooks Pin
Eric Dahlvang7-Apr-06 4:29
Eric Dahlvang7-Apr-06 4:29 
QuestionReading PDF file Pin
May Thu san6-Apr-06 22:59
May Thu san6-Apr-06 22:59 
AnswerRe: Reading PDF file Pin
visalak6-Apr-06 23:23
visalak6-Apr-06 23:23 
QuestionCompare Two XML files Using C# Pin
visalak6-Apr-06 22:56
visalak6-Apr-06 22:56 
AnswerRe: Compare Two XML files Using C# Pin
sathish s6-Apr-06 23:40
sathish s6-Apr-06 23:40 
GeneralRe: Compare Two XML files Using C# Pin
visalak9-Apr-06 18:18
visalak9-Apr-06 18:18 
QuestionEvents through .NET Remoting Pin
Dario Solera6-Apr-06 21:31
Dario Solera6-Apr-06 21:31 
AnswerRe: Events through .NET Remoting Pin
S. Senthil Kumar7-Apr-06 18:42
S. Senthil Kumar7-Apr-06 18:42 
Yes they can, and that is the beauty of remoting, you can use remote objects just like local ones.

You need to be aware of potential security exceptions though, because when the server fires an event, communication is happening in the opposite direction (when compared to a method call). Specifically, you'd need to set the typeFilterLevel[^] to allow two way communication. And of course, if your client is behind a firewall that blocks all incoming traffic, it's not going to get the events.

Regards
Senthil
_____________________________
My Blog | My Articles | My Flickr | WinMacro
GeneralRe: Events through .NET Remoting Pin
Dario Solera7-Apr-06 20:31
Dario Solera7-Apr-06 20:31 
GeneralRe: Events through .NET Remoting Pin
S. Senthil Kumar8-Apr-06 18:58
S. Senthil Kumar8-Apr-06 18:58 
Questionany one know why the key down don't work? Pin
abstar6-Apr-06 21:24
abstar6-Apr-06 21:24 
AnswerRe: any one know why the key down don't work? Pin
scoroop6-Apr-06 21:32
scoroop6-Apr-06 21:32 
AnswerRe: any one know why the key down don't work? Pin
Roy Heil8-Apr-06 14:55
professionalRoy Heil8-Apr-06 14:55 
Questionbinary to decimal conversion Pin
eggie56-Apr-06 20:36
eggie56-Apr-06 20:36 
AnswerRe: binary to decimal conversion Pin
Guffa6-Apr-06 21:00
Guffa6-Apr-06 21:00 
GeneralRe: binary to decimal conversion Pin
eggie56-Apr-06 21:06
eggie56-Apr-06 21:06 
GeneralRe: binary to decimal conversion Pin
User 66587-Apr-06 3:50
User 66587-Apr-06 3:50 
QuestionCommon tasks in base classes, how? Pin
moazzamahmed6-Apr-06 20:05
moazzamahmed6-Apr-06 20:05 
AnswerRe: Common tasks in base classes, how? Pin
Colin Angus Mackay6-Apr-06 21:05
Colin Angus Mackay6-Apr-06 21:05 
GeneralRe: Common tasks in base classes, how? Pin
moazzamahmed6-Apr-06 21:59
moazzamahmed6-Apr-06 21:59 
AnswerRe: Common tasks in base classes, how? Pin
junglerover776-Apr-06 21:07
junglerover776-Apr-06 21:07 
GeneralRe: Common tasks in base classes, how? Pin
Colin Angus Mackay6-Apr-06 22:31
Colin Angus Mackay6-Apr-06 22:31 
QuestionHow to avoid last event from execution when page is refreshed Pin
SrilakshmiD6-Apr-06 20:00
SrilakshmiD6-Apr-06 20:00 
AnswerRe: How to avoid last event from execution when page is refreshed Pin
junglerover776-Apr-06 20:54
junglerover776-Apr-06 20:54 
AnswerRe: How to avoid last event from execution when page is refreshed Pin
sathish s6-Apr-06 23:47
sathish s6-Apr-06 23:47 

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.