Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
487 views

Dataexchange between C# Server (Not Webserver) and PHP

i have a continously running Serverprogram (C#/.NET 2.0 on Linux with mono) and i want to connect to it from a PHP Script to display status informations on a WebSite. The purpose is to create a ...
2
votes
2answers
147 views

Uses to DDE and Alternatives?

I tried using DDE back in the win98 days around the time i switched to XP. I couldnt quiet get it to work nor know exactly what it can or should be used for. I want to know what alternatives could i ...
1
vote
1answer
104 views

Multiple Word2007 references in the Running Object Table

Contrary to earlier versions (see here), I find that Word2007 places one entry into the Running Object Table for each instance of WinWord.exe that is running. (Using IROTVIEW.exe supplied with MS VC ...
0
votes
2answers
154 views

How might i do these IPC techinques?

I remember back in the day while using C and win32 i had a number of IPC techniques. So far i haven't ran into any of them in .NET or seen them outside of C so i thought i ask how might i do these ...