[EMAIL PROTECTED] writes:

> Hi Pythoneers!
> 
> I have some (obviously basic) problems using DDE in order to
> communicate
> 
> with a commercial application called APIS that I use at work. Since I
> am
> 
> new to DDE I really don't have a clear understanding of what I need to
> do
> 
> to make everything work. I got some help from various examples I found
> on
> 
> the internet,
> however I am hitting the wall now and can't get any further without
> some
> 
> help.

I don't really have a clue about DDE except one thing. As far as I
know they are based on the windows message queues. This usually means
(I told you I didn't have a clue) that you have have a message queue
going in your application.

So as a wild shot if you don't get any better information, create a
window (you don't have to show it) and call win32ui.PumpMessages() or
win32ui.PumpWaitingMessages() in a loop. Look in the win32all samples
for some basic windows applications there (you don't have to use
pythonwin, just look at the win32ui samples).

Håper dette hjelper (jeg antar at du forstår norsk med den addressen).


-- 

Vennlig hilsen 

Syver Enstad


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to