Page 1 of 1
Posted: Wed Nov 28, 2001 11:44 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
I want to communicate with the IExplorer using DDE,
In VB its possible (in fact its so easy and i has do it, but...
its uses VB functions).
I want to know if it is possible in PB and HOW can i do it.
Thanks
Posted: Sun Jan 20, 2002 10:09 pm
by BackupUser
Restored from previous forum. Originally posted by SimpleMind.
Hi,
I'm also interested in this problem!
Marcel
A happy coder with some knowlegde of basic, c, euphoria, vba-word and always on the search for simple programming languages and humor. KISS (keep it simple and smart).
Posted: Tue Jan 22, 2002 10:56 pm
by BackupUser
Restored from previous forum. Originally posted by Rings.
Ricardo,
as i know you use VB insteed, there is a sample in VB
which only use API (NOT THE VB-INBUILD DDE ).
You can found it on:
http://www.allapi.net/apilist/example.p ... nversation
there is also more info about the api calls
So all you have to do is port it to PureBasic(and that is hard enough).
And you can compare it against VB.
Getting better with a little help from my friends....thx Siggi
Posted: Sun Sep 01, 2002 7:11 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
Originally posted by Rings
Ricardo,
as i know you use VB insteed, there is a sample in VB
which only use API (NOT THE VB-INBUILD DDE ).
You can found it on:
http://www.allapi.net/apilist/example.p ... nversation
there is also more info about the api calls
So all you have to do is port it to PureBasic(and that is hard enough).
And you can compare it against VB.
Getting better with a little help from my friends....thx Siggi
The link is dead now.
Did anybody have an idea hot to use DDE (Dynamic Data Exchange) in PureBasic?
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Sun Sep 01, 2002 7:31 pm
by BackupUser
Restored from previous forum. Originally posted by ebs.
Ricardo,
Download the DDE Code Snippet from the PB Resource Site:
http://www.reelmediaproductions.com/pb/
Regards,
Eric
Originally posted by ricardo
Originally posted by Rings
Ricardo,
as i know you use VB insteed, there is a sample in VB
which only use API (NOT THE VB-INBUILD DDE ).
You can found it on:
http://www.allapi.net/apilist/example.p ... nversation
there is also more info about the api calls
So all you have to do is port it to PureBasic(and that is hard enough).
And you can compare it against VB.
Getting better with a little help from my friends....thx Siggi
The link is dead now.
Did anybody have an idea hot to use DDE (Dynamic Data Exchange) in PureBasic?
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Sun Sep 01, 2002 8:56 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
Thanks Eric, i got it : )
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Mon Sep 23, 2002 7:04 pm
by BackupUser
Restored from previous forum. Originally posted by Rings.
uups, i have done it already .can be found on the resourcesite.
Its a long way to the top if you wanna .....CodeGuru
Posted: Mon Sep 23, 2002 7:53 pm
by BackupUser
Restored from previous forum. Originally posted by Shawn.
Originally posted by Rings
uups, i have done it already .can be found on the resourcesite.
Its a long way to the top if you wanna .....CodeGuru
Since this thread is active again, a question:
The last couple of days I have been looking at Ring's example as well as the info in the Microsoft SDK. It is slow to sink in.
How much of the callback function do I need to include if I am just writing the DDE client?
Thanks.
Shawn
Posted: Mon Sep 23, 2002 7:54 pm
by BackupUser
Restored from previous forum. Originally posted by Berikco.
Originally posted by Rings
uups, i have done it already .can be found on the resourcesite.