| Thread | Last Post | Replies |
|
| Remote Execution of Windows GUI | 05 Mar 2005 17:21 GMT | 2 |
I am currently trying to find a way to remotely execute an application such that the GUI will actually show up (and be interactive?) on the remote host. Simple example: have computer1 tell computer2 to execute calc.exe, such that the calculator actually does show up for the ...
|
| Architecture-switch to Web Services; newbie needs advice | 05 Mar 2005 07:44 GMT | 1 |
Firstly, a bit of background information: I am involved in the development of a relatively small distributed application which, in short, deals with the remote editing and maintenance of some conceptual graphs (the very domain being irrelevant). For many reasons, including
|
| TcpChannels | 03 Mar 2005 03:32 GMT | 4 |
Ok, I'm creating a TcpChannel using the following namespace: System.Runtime.Remoting.Channels.Tcp I get a compiler error stating that the namespace couldnt be found. It does find System.Runtime.Remoting.Channels namespace.
|
| Application Updater Block - BITS_Files_Download_Job error | 02 Mar 2005 10:19 GMT | 2 |
Below is a cut and paste of the error I am getting, any help on this would be greatly appreciated Thread: 11 [DownloaderManager.BeginFileDownloads] : Status updated with job id '4ce8782d-0c21-4114-a2bf-2af564740b1d' for the application 'BossUpdating'
|
| How do I forward MSMQ messages to a web service? | 01 Mar 2005 03:42 GMT | 1 |
I know one way to forward MSMQ messages to a web service: build an executable that retrieves a message from a queue and posts its contents to a web service, and then configure a trigger on the message queue that will launch the executable when a message gets dropped in the queue ...
|