Rank: Newbie
Groups: Registered, Registered Users Joined: 10/14/2011(UTC) Posts: 2
|
Hi,
I work to develop aplications to fetch the data PAGE format, that this fact with C # and DDE but I always find problems. (it works already with History, and News Ticker).
here is my example:
string service = "BDDE"; string topic = "PAGE"; client.BeginRequest("55",1,theBeginRequest,client); ////////////////////////////////////////////////////// public static void theBeginRequest(IAsyncResult ar) { DdeClient client = (DdeClient)ar.AsyncState; byte[] data = client.EndRequest(ar); if (Encoding.ASCII.GetString(data) != null) { Console.WriteLine("OnRequestComplete: " + Encoding.ASCII.GetString(data)); } } ///////////////////////////////////////////////////////////
Help Please
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Please send an email to formulas@equis.com. While they can not help you write code like this, they may be able to suggestion something to help
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.