2
votes
5answers
126 views
Monitor running .net apps
I have some .net apps running that I need to monitor for example, then MethodA is called in App1, my monitor app should detect this. I have a lot of running apps and the solution proposed here is t …
0
votes
4answers
237 views
How to make a folder in windows explorer activate an external application?
Hello,
I need to create an application that when a user copies a file into an specific folder, my application will be activated and the file will be changed, also, when the user reads back …
0
votes
2answers
113 views
How to Intercept connection requests?
Hello,
I'm working on an app that needs to intercept when a program tries to connect to an specified IP address and redirects it to another IP.
Is this possible?
I'm using .net for …
0
votes
1answer
181 views
Get the response headers from a WebService call?
Is there a way to get the responde headers from a web service call on .net?
…
2
votes
4answers
464 views
Get inbox message from Exchange server using .net
Anybody knows how to do this?
I need to create a service that will connect to the exchange server and download the messages ever x minutes...
thanks!
…
2
votes
Does dot net have an interface like IEnumerable with a Count property?
Since it's an interface, you would have to implement the Count property yourself, why don't you create a new interface that inherits IEnumerator and add a Count property?
…
