Skip to main content
1-Visitor
August 31, 2022
Question

DDE MathCAD v5

  • August 31, 2022
  • 3 replies
  • 7000 views

I need to use DDE to integrate MathCAD with my .NET application. I know the service name and form a topic, but I don't understand, what is item in MathCAD and what format of thies item? In excel it is cell, for example. I didn't find information anywehere. 

3 replies

21-Topaz II
August 31, 2022
1-Visitor
September 1, 2022

They redirect to help in MathCAD. But I didn't find it there)

23-Emerald IV
August 31, 2022

Run your Mathcad 5. Then under the "Help" menu choose "Developer's reference". In there, read the information on "Accessing Mathcad from within another application".

 

Success!
Luc

1-Visitor
September 1, 2022

TD_10396365_0-1662018759153.png

I dont have this line( And also I have Error opening Help, so I open *.hlp files in special website, but it doesn't contain info about DDE

23-Emerald IV
September 2, 2022

On the old Mathsoft - Mathcad website I found this, regarding Mathcad 6 (Mathcad 5 and 6 both supported DDE):

"First, follow the directions in the Mathcad User's Guide in the Appendix on DDE, and write a macro that sends the values of certain cells to particular Mathcad variables. "

Apparently in the user's guide for Mathcad 6 there is an appendix that deals with DDE. Unfortunately I have no access to my physical copy of that manual presently, and an electronic copy (.pdf) does not exist..

I did find there is a DDESERV.EXE in the Mathcad 6 directory. I tried running it, but it immediately complained about several missing .DLL files (file names all starting with an underscore). I did not see that DDESERV.EXE in the Mathcad 5 directory though...

I seem to remember that DDE is a mechanism where a client can ask a host 'what tricks it has in store'. If you can find a DDE description for another program, maybe it will explain how to do that and you could try it on your Mathcad 5.

 

Success!
Luc