vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sat Mar 27, 2004 7:46 pm Post subject: Is DDE the best way to send data to your main program? |
|
|
I haven't tryed DDE yet, but on my new Keno game I been using a seperate utility I made to write a INI file for Keno to read or get data.
I've studied all the DDE help items and ready to try it, if its slow or buggy, I thought someone with experience could warn me before I waste time on DDE for now.
And how I would write the style in the KENOserver(or should it be the CLIENT?), like this?
| Code: | | DIALOG CREATE,Quad Card Keno,-1,0,638,478,SAVEPOS,DDESERVERkeno |
Where do I find the MACRO discriptions, or are they(DDE HELP) talking about the MACROs or SCRIPTs that come with MS servers?
Everything else seems fairly simple.
Thanks |
|