473,748 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DDE-Dynamic Data Exchange

Hi,

Did anybody worked on DDE(Dynamic Data Exchange)?

Can someone come with a code piece for implementation of DDE in Microsoft
technologies.

Thanks,
Vinay
Nov 16 '05 #1
1 2622
Here is a managed wrapper for DDE:

http://weblogs.asp.net/savanness/arc.../05/41595.aspx

Regards,
Joakim

Vinay Chopra wrote:
Hi,

Did anybody worked on DDE(Dynamic Data Exchange)?

Can someone come with a code piece for implementation of DDE in Microsoft
technologies.

Thanks,
Vinay

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4734
by: Miguel Hernández Martos | last post by:
Hello, I have seen an old post (http://dbforums.com/t552213.html) refering to the support for dde hot links in win32all. With dde module I can build a DDE server that notifies clients (VB and Delphi clients) of changes (using SetData method) and it works great. The problem is that I also would like to code a Python dde client that can be notified of changes from a server. I browsed the source code of dde module and I think it can't be...
2
3549
by: jonathan hunt | last post by:
Does someone know the set of class and functions from the DDE module? This module in the distribution of Python2.3 under the form of dde.pyd and with two examples: Ddeserver.py and Ddeclient.py. The whole set runs correctly but i search more information because i want to do communicate a ddeserver written in C++ and a ddeclient written in Python. Is there another method for this purpose? With all my thanks. ...
3
1703
dde
by: Alessandro Crugnola *sephiroth* | last post by:
Hi all I would like to send dde messages to an application, but i don't know which messages it supports. Is possible to do in some way or I absolutely need the api specifications? ps. i can't find any documentation about dde module. is there a link? tnks in advance Alessandro
0
1331
by: Dana Marcusanu | last post by:
Hello, I am trying to convert an Excel SpreadSheet to Python. The formula in Excel for one of the cells is =DDE("ser1","ser2","ser3"). The name of the server is ser1, ser2 is the topic, and ser3 is an item. I already tried using: >>> import dde >>> ddes = dde.CreateServer()
0
1268
by: blongmire | last post by:
OS: WinXP Home Access 2000 Word 2000 I loaded 1998 vintage 16-bit business mapping software onto a PC and I think it overlayed some OS files dealing with DDE functionality. After that software install, my DDE functionality between Microsoft Word 2000 and Access 2000 and Excel 2000 has been affected. Now, when I try to open a Word document that was formerly successfully
4
28073
by: guy | last post by:
Is there an example somewhere of using C# with DDE. I have an ancient application that is a DDE server and would like to get some live info from it in a C# app. I need an example of C# as a DDE client not server. Thanks.
3
3720
by: Steve Richfie1d | last post by:
Now that it finally works, I'm in the process of converting my large rapid-prototyped Access app into production VB, one DDE-linked piece at a time. One piece now already in VB takes ~2 seconds to run all by itself, but when I start running other gigantic resource hogs like Dragon NaturallySpeaking and SAPI at the same time, its execution time goes WAY up - past the 5 seconds needed to time out a DDE link, so I get an Error 286 DDE...
4
3900
by: Access | last post by:
Okay I know this is probably not the best way to be doing things but I have an ancient application that was working fine until a end user got a new machine. The Access database is performing a mail merge. The Word Document is linked to a temp table in the Access database. It used to work fine in the past with DDE. Yes it opens another copy of the database but it doesn't really matter and it worked. So now with Access 2003 and Word...
2
5812
by: BBands | last post by:
I have a Python ap that needs current stock prices, which I want to get from eSignal's DDE server. Following the win32all example: import win32ui import dde server = dde.CreateServer() server.Create("eSignalDDE") conversation = dde.CreateConversation(server) conversation.ConnectTo("WINROS", "Last") last = conversation.Request("$spx")
0
2081
by: hemaltoknow | last post by:
i write the code about this CREATE OR REPLACE PROCEDURE Proc_Document IS AppID PLS_INTEGER; BEGIN -- AppID := DDE.App_Begin('C:\Program Files\Microsoft Office\Office\WINWORD.EXE',DDE.APP_MODE_MINIMIZED); AppID := DDE.APP_BEGIN('E:MSOFFICEexcelexcel.EXE',DDE.APP_MODE_MINIMIZED) ;
0
8994
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9250
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4878
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.