Tagged Questions

Dynamic Data Exchange (DDE) is a form of interprocess communication on Windows that uses shared memory to exchange data between applications. Applications can use DDE for one-time data transfers and for ongoing exchanges and updating of data.

learn more… | top users | synonyms

7
votes
2answers
427 views

How does Windows' 'Open with' work? [closed]

I was under the impression that when you double click a file (or choose 'Open With' from the right click menu), Windows simply calls the application with the filename as the parameter. Something like ...
7
votes
5answers
7k views

How do I send a string from one instance of my Delphi program to another?

What is the best and easiest way to send a string from one instance of my program to another instance of my program? The receiving program has to execute a procedure, using the received string as a ...
4
votes
1answer
320 views

Why does my DDE call from Excel hang after I have got the Rendering Tier of .Net App using Thread Pool?

I have found a very strange issue where if I get the Rendering Tier of a .Net App using the ThreadPool it will hang a very simple DDE call from Excel. The issue was seen when running a complex WPF app ...
4
votes
3answers
210 views

What are windows IPC methods

Question: I have a dll that I can load in another program. Now the dll has access to all data/functions in the other program. Which technology can I use that now an external program can send ...
4
votes
1answer
282 views

Dynamic Data Exchange (DDE) - Still Relevant?

Is there any reason to use Dynamic Data Exchange (DDE) in a modern Windows application? If not, what alternative technology would you use instead?
4
votes
4answers
2k views

Embed an application (exe file) into another exe file (mozEmbed like)

I would like to embed mozilla firefox into my application WITHOUT using any activex control (TWebBrowser wrapper, mozilla ActiveX...). I tried using TWebBrowser (actually bsalsa's embedded webBrowser ...
4
votes
3answers
1k views

Does DDE still matter? Which are the alternatives?

I'm working on a stock exchange information platform and we are thinking in provide a link between our platform and home-made Excel files. The financial market is still bound to the old DDE server ...
3
votes
2answers
1k views

Making DDE calls from Java

Wondering if anyone has experience and/or sample code for making DDE calls from Java. I've done DDE using win32 calls from the stddde library (DdeInitialize, DdeClientTransaction), and could write a ...
2
votes
1answer
178 views

SendMessage() WINAPI gets hang when used to connect to a DDE server

I have a DDE client app which connects to the DDE server app by using SendMessage() WINAPI. Following the SendMessage() call which gets hang while requesting connection to the DDE Server. Both DDE ...
2
votes
2answers
118 views

DDE using System.Windows.Automation

Is it possible to use the .NET System.Windows.Automation namespace and do the equivalent of the old DDE? My requirement is to read the text inside a command window(which could be a mainframe screen ...
2
votes
2answers
908 views

how to use DDE server

Can I get a little code example to use DDE as a server? I know how to use the client part, but can't figure setting up my app to act as a server and receive data.
2
votes
3answers
3k views

DDE control TeXnic Center

I use TeXnic for latex and would like to have the DDE controls working to easily view the pdf versions. Acrobat X seems to have changed the servername and this is breaking things. I tried ...
2
votes
1answer
267 views

What happends to opened DDE Channels if the application that opened them crashed?

I'm adding DDE for my app (C# 3.5) and sometimes when I open thousands (6000) of DDE channels it works, and sometimes, especially during debugging and excel crashes, it only gives me some of the ...
2
votes
1answer
274 views

Old Fashion - DDE Question

Hey all, I use an old outsourced application which creates a DDE server, I've built some code that links to that DDE server and launches it to other server (worked fine). Now, it can't connect to the ...
2
votes
2answers
893 views

How to open a specific bloomberg terminal page programmatically?

Is there a reliable way to open a specific bloomberg terminal page programmatically (e.g. "MSFT Equity")? I am open to any suggestions and code samples: Start process with path to bloomberg ...
2
votes
2answers
346 views

how do I use netdde in .net

I would like to use NETDDE in .net 2.0, but I am having a difficult time getting started. I am looking for a few pointers. thanks
2
votes
1answer
346 views

Queries about DDE communication under Powerbuilder

I have a third party tool that can send or receive DDE pokes. I have been using DDE spy to monitor communications between it and a 3rd party DDE server emulator, with a view to replicate this using ...
2
votes
1answer
1k views

Java interface to Windows communications? (OLE, OPC, DDE)

I need to integrate an off-the-shelf Windows application with a Java application. At a few key points, I need the Windows application to send an "event" and some data to the Java application. The ...
2
votes
2answers
402 views

How do I bring my window to the front after a DDE event?

On a DDE event my program loads a file in and should pop to the foreground. I was using show; It only seems to be working like then when i have hidden the window. So i added bringtofront; ...
1
vote
1answer
62 views

How to determine Acrobat Reader version?

I need to determine Adobe Acrobat Reader version to use DDE connect string name. In 10.0 release, Adobe change "DDE naming convention — the DDE server name has been made unique for Acrobat and for ...
1
vote
0answers
67 views

How do I get the browser's current url in Linux?

In Windows it is easy to get the current url from most browsers using simple DDE commands. Likewise with DDE you can tell the browser to go to another location. How do I do a similar task in Linux? I ...
1
vote
3answers
141 views

NetBeans can't find classes in imported jdde pretty-tools jar file

I want to use the DDE with Java and after some research I decided to go with http://jdde.pretty-tools.com/ My programming platform for this project is NetBeans. However, I have encountered a slight ...
1
vote
1answer
129 views

Problem with special char in path when passing DDE message to Acrobat Reader

I've been looking into a problem for some time without finding a solution to it. Tried google as well, without getting on track... Any help would be appreciated! Problem is: I'm sending a ...
1
vote
2answers
412 views

How to Cache Real-time Data?

I'm working on a windows forms application (.NET 4.0). My form contains a 'Fast Line' chart using the Microsoft chart control included in VS2010. The chart gets filled with about 20,000 datapoints. ...
1
vote
2answers
453 views

Call Matlab function from C#

I developed a Matlab function, and I'm looking for a way to call that function from another C# application and pass some parameters to it and get the results in c# program. I heard that I can use ...
1
vote
1answer
92 views

Codeplex NDde Server how to send multiple items

Using NDde project (http://ndde.codeplex.com/) in vb.net server sample. How to send multiple items? Say item1, item2, etc. Without success: Tried to copy and change the protected override functions ...
1
vote
1answer
226 views

Register a DDE Server in a Windows Forms Application versus a Console Application

I need to register a DDE Server in a Windows Form versus a Console Application. I've tried the registration code in various points in the Windows Form Application but it doesnt appear to be ...
1
vote
2answers
749 views

DDE: C# NDde DdeClient.Request frequently returns “No Data”?

Using NDde project (http://ndde.codeplex.com/) from C# to read data from DDE server. Frequently, the DdeClient method Request() will return "#No Data". Calling the exact same method again and the ...
1
vote
0answers
125 views

Manipulate DDE using VBA?

I have a CRM application (GoldMine) that acts as a DDE Server and allows for pulling merge fields into Word documents using DDE like so: { DDE GOLDMINE DATA CONTACT2->UPREAWDAMT \* CHARFORMAT } ...
1
vote
2answers
139 views

How can I detect when user browses certain url?

I'm writing an application, which becomes "useful" once user is browsing certain url. I want to add feature to my application, that it will be automatically launched once user browses this url, I was ...
1
vote
0answers
253 views

The client failed to initiate an advise loop

I am using NDde for DDE transactions. I am trying to create multiple instances of DdeClient using threads. For this example, we will assume there is 3 threads. If I try it with a single thread, it ...
1
vote
1answer
169 views

MS Word DDE: What does destroy my encoding?

I'm facing a problem with a MS Word DDE Automation controlled by our CRM system. The setup Base for the document created is a Word .dot template which fires a macro on Document.New. Inside this ...
1
vote
2answers
316 views

DDE Server Windows:orcascr9.exe: Application Error

I've looked at the queries on SO that pertain to similar errors - but haven't found anything so far, to help with this particular problem I am having with an orcascript which I am running under ...
1
vote
1answer
207 views

DDE problem: Windows cannot find path

I have problem with handling DDE if I want to show CDialog before creating CFrameWnd. I do it in two ways: 1) create MyApp (CWinApp) which has overriden OnDDECommand. Inside MyApp::InitInstance() I ...
1
vote
2answers
545 views

Which Interprocess Communication methods work on a Terminal Server?

In a terminal server session, some standard IPC technologies might not work like in a single user environment, because the required resources are not virtualized. For example, TCP/IP ports are not ...
1
vote
1answer
1k views

DDE Server Window - Application Error

I have a c# application that opens up a COM instance of excel and dumps some data from an Access 2000 database via oleDB onto the sheet then releases the excel object, but I get a window after I close ...
0
votes
0answers
25 views

DDE server not establishing connection when in hosted mode

I have a Winforms application which hosts a C++ application (SUMATRA pdf viewer with some modifications) inside one of its controls. I want to be able to sent DDE both ways, which works fine when the ...
0
votes
0answers
60 views

Excel DDE and Unicode

I have some legacy VBA code (MS Access VBA, but I don't think that's relevant), that outputs some data to Excel using DDE. Apparently, the code has trouble with Unicode characters (i.e., with ...
0
votes
1answer
69 views

Google App Engine and win32 DDE

I'm trying to setup a little server through the appengine python development server: GOAL: On Windows I've got a DDE application. I need to read data from this application and serve it over the ...
0
votes
2answers
104 views

DDE: Implementing an application which launches correctly via Shell and ddeexec

I am trying to implement an application which registers itself as a DDE Server so that it responds correctly to our custom ".qsx" filetype, just as WinWord responds to the ".docx" filetype. i.e. If ...
0
votes
0answers
127 views

DDEInitiate hangs excel when call from Silverlight in Windows 7 x64

Within my silverlight application I use javascript to create an excel object that creates an ActiveX object that will allow me to use DDE to send a command to an application. The javascript is called ...
0
votes
0answers
36 views

Modify DDE *xls link with command line application or binary editor

I' ve an excel file with some cell connected with DDE links: i.e. =TOS|IMPL_VOL!'.AAPL110826C335' Using a binary editor (or anything else) is possible to change the cell string (AAPL->GOOG) to ...
0
votes
0answers
36 views

Samsung OfficeServ Call getting it to call and display information

Currently we are using Samsung OfficeServ Call with DDE so that when a customer calls we can throw a popup with the customerinformation. However, the OfficeServ Call program is very nice as you can ...
0
votes
1answer
135 views

DDE print fails on Windows 2008

I have a Windows Service application (developed in C++) running under Local System account. Operating system is Windows Server 2008 Standard - Service Pack 2 - 32-bit - 4Gb RAM. Also running Office ...
0
votes
1answer
87 views

mirc with c# code

anyone experienced to connect mIRC with c# code ? i want to send and receive messages from the mIRC client to my code. i thought doing it with sockets but it's not working as expected... please ...
0
votes
1answer
77 views

StackOverflow exception

I am using DDE client to attach and listen stock market prices. That client has a callback method I implemented what to do when it receives price changes. The problem is that I get ...
0
votes
2answers
625 views

Problem running legacy program in Windows 7 using DDE

My admin folks have encountered a big problem, and I'm relaying their plight to SO: We have a legacy database application (written in Progress 4GL/OpenEdge) that invokes WordPerfect X3 in order to ...
0
votes
1answer
338 views

Getting active tab url from Safari

I am trying to get the active tab url for Safari, so far I was able to get the url from all prominent browsers (IE, Firefox, Chrome, Opera) through a mix of Win32 API calls or DDE. The issue with ...
0
votes
0answers
282 views

Creating Excel worksheet using COM interop hangs

I have an application that creates an excel spreadshit using COM interop with DDE codes (my application is the DDE server). For one of our clients, the code hangs on the set Value property - ...
0
votes
1answer
337 views

How can I use DDE with Javascript without using Active X?

I'm trying to find a way to do the equivalent of comm = window.event.srcElement._command; if(comm){ xlApp = new ActiveXObject("Excel.Application"); var app = xlApp.DDEInititate(".....", ...

1 2