logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
nacata123  
#1 Posted : Tuesday, November 15, 2011 3:28:07 AM(UTC)
nacata123

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


MS Support  
#2 Posted : Tuesday, November 22, 2011 8:52:49 AM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,929

Thanks: 85 times
Was thanked: 154 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
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.