Questions tagged [dynamic-data-exchange]

12 questions
4
votes
2 answers

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 (sort-of) Realtime Browsergame (No Flash, no…
user253984
3
votes
2 answers

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 use? Back then i wanted to make 3 apps which can…
user34537
3
votes
3 answers

is there a way to respond to changes in conditional formatting in excel?

I have an excel sheet that has dde links to real time market data. I use a timer to watch the dde prices every second. Then submit orders when certain conditions are met. I tried an infinite loop with DoEvent in the middle which works for 5 seconds…
Behrooz Karjoo
  • 4,250
  • 10
  • 38
  • 48
1
vote
0 answers

Sitecore Mapping from Dynamics CRM

I have a sample XML:
1
vote
1 answer

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 6.0!) I am trying to build an application that…
Nick
  • 1,490
  • 1
  • 14
  • 21
1
vote
1 answer

Dialog Box Variable -- No Entry Added to DoDataExchange()

After working in C# for years, I've returned to an old MFC application I wrote. But it looks like I need a refresher on a few things. I added a check box control to an existing dialog box. I then used Class Wizard to add a non-control variable of…
Jonathan Wood
  • 65,341
  • 71
  • 269
  • 466
0
votes
1 answer

SAS WPS DDE Exporting Data to Excel: Error DMLERR_NO_CONV_ESTABLISHED

I'm trying to use DDE (Dynamic Data Exchange) in order to export a SAS dataset to pre-formatted Excel template document. I'm using SAS code within WPS v4 and Excel 2016. I'm using the following code: options noxwait noxsync; x…
Leigh
  • 43
  • 2
  • 10
0
votes
1 answer

How to Create a DDE Server

I have an application that works as DDE client & uses the data it receives to run few animations. This client is installed on Windows server 2012. I need to supply the DDE client application with few variables to run the animations properly. On the…
kadora
  • 325
  • 1
  • 5
  • 8
0
votes
2 answers

DDEMLException: 0x400a A client's attempt to establish a conversation has failed

When I try to run the example of pretty-tools-JDDE-2.0.3-examples+jdde-binaries pretty-tools-JDDE-2.0.3-examples+jdde-binaries>java -cp .;pretty-tools-JDDE-2.0.3.jar ExcelAdviceExample I got this error Connecting... DDEMLException: 0x400a A…
Sr. Oshiro
  • 160
  • 1
  • 8
0
votes
1 answer

Can I use json file as a module in node.js

I have a JSON module which contains empty containers like this: { "files": { "rootNeeded":[], "folders":[], "files":[], "images":[], "text":[], "unknown":[] }, } and I wonder if I can push…
nikoss
  • 3,254
  • 2
  • 26
  • 40
0
votes
2 answers

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 inter-process communication…
user34537
0
votes
1 answer

How to call an external windows application with UI by a c# application?

We have a program (A.exe) with GUI and a toolbar who does NLP stuff with some text. In that toolbar we have function A which transform the text by adding some xml tags. Someone here (the boss) would like that I create a Web Service calling function…
enguerran
  • 3,193
  • 3
  • 26
  • 42