hello,
-
:((hello, I dont know whether u will haelp me or not......But my expectation r with u ...... I have to make connection with server which is based on london and i am working with vc++ new to this.... I have company Api with me.... I tried to take help with other friend also but luck is not good.U are my last hope.... to make connection this is a function : I need the code to write here: void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId) { // TODO: Add your control notification handler code here } Pls. if u can help me to make connection i am really thankful to you. priyanka api/vc++
-
:((hello, I dont know whether u will haelp me or not......But my expectation r with u ...... I have to make connection with server which is based on london and i am working with vc++ new to this.... I have company Api with me.... I tried to take help with other friend also but luck is not good.U are my last hope.... to make connection this is a function : I need the code to write here: void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId) { // TODO: Add your control notification handler code here } Pls. if u can help me to make connection i am really thankful to you. priyanka api/vc++
What type of connection do you need (TCP or UDP)? Are you supposed to be initiating the connection, or are you already connected at this point (since the function is called OnConnectedToServer) and you have to write some code to handle the connection? A little more info about what exactly you need to do would allow us to answer your question much more effectively. Kelly Ryan
-
:((hello, I dont know whether u will haelp me or not......But my expectation r with u ...... I have to make connection with server which is based on london and i am working with vc++ new to this.... I have company Api with me.... I tried to take help with other friend also but luck is not good.U are my last hope.... to make connection this is a function : I need the code to write here: void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId) { // TODO: Add your control notification handler code here } Pls. if u can help me to make connection i am really thankful to you. priyanka api/vc++
//need to make tcp connection //atleast code for these to start void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId) { // TODO: Add your control notification handler code here } void CServertryDlg::OnLoginArielapictrl1(LPCTSTR SessionId, short Accepted, LPCTSTR FailureMessage) { // TODO: Add your control notification handler code here } void CServertryDlg::OnAccountListArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Name, short TradePermissions) { // TODO: Add your control notification handler code here }
-
//need to make tcp connection //atleast code for these to start void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId) { // TODO: Add your control notification handler code here } void CServertryDlg::OnLoginArielapictrl1(LPCTSTR SessionId, short Accepted, LPCTSTR FailureMessage) { // TODO: Add your control notification handler code here } void CServertryDlg::OnAccountListArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Name, short TradePermissions) { // TODO: Add your control notification handler code here }
-
i already but lots of confusion::doh:
-
i already but lots of confusion::doh:
-
i already but lots of confusion::doh: