Click here to Skip to main content
15,891,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOn File association with application Pin
Ramu Marriboina13-Jul-06 19:38
Ramu Marriboina13-Jul-06 19:38 
Questionm_slider.SetSelection(3,7); Pin
ashish dogra13-Jul-06 19:24
ashish dogra13-Jul-06 19:24 
AnswerRe: m_slider.SetSelection(3,7); Pin
*Dreamz13-Jul-06 20:18
*Dreamz13-Jul-06 20:18 
Questionvc++/api Pin
With_problem13-Jul-06 18:39
With_problem13-Jul-06 18:39 
AnswerRe: vc++/api Pin
With_problem13-Jul-06 18:49
With_problem13-Jul-06 18:49 
AnswerRe: vc++/api Pin
_AnsHUMAN_ 13-Jul-06 18:51
_AnsHUMAN_ 13-Jul-06 18:51 
GeneralRe: vc++/api Pin
With_problem13-Jul-06 18:57
With_problem13-Jul-06 18:57 
AnswerRe: vc++/api Pin
With_problem13-Jul-06 19:42
With_problem13-Jul-06 19:42 
Cry | :(( THIS ARE ALL THE API FUNCTION FOR WHICH I NEED THE CODE.IF ANY ONE CAN HELP ME TO U...PLEASE...U R MY LAST HOPE ...I AM NEW TO PROGRAMMING....AND THIS ASSIGNMENT IS MY LIFE SAVING OXYGEN......


void CServertryDlg::OnLoginArielapictrl1(LPCTSTR SessionId, short Accepted, LPCTSTR FailureMessage)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnConnectedToServerArielapictrl1(LPCTSTR SessionId)
{

// TODO: Add your control notification handler code here

}

Cry | :(( Cry | :(( Cry | :(( Cry | :((
void CServertryDlg::OnAccountListArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Name, short TradePermissions)
{
// TODO: Add your control notification handler code here

}



void CServertryDlg::OnDealAcceptedArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, short Accepted, LPCTSTR DealerMessage, LPCTSTR AcceptTime, long DealNumber, LPCTSTR Price, LPCTSTR CashPrice)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnListChangedArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnPriceQuoteArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Price, short Timeout)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnPriceChangeArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, short MarketNo, LPCTSTR Market, LPCTSTR Bid, short BidDirection, LPCTSTR Ask, short AskDirection, LPCTSTR High, LPCTSTR Low, short MarketState, LPCTSTR Timestamp)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnDealerAllocatedArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR DealerName)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnDealerHeldArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Message)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnDealerInterruptArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnOrderListArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, long OrderNumber, LPCTSTR Amount, LPCTSTR Market, short BuySell, short StopLimit, LPCTSTR RequestPrice, LPCTSTR CurrentPrice, short TradeType, LPCTSTR Exchange, short GoodTil, LPCTSTR GoodTilTime, LPCTSTR Instructions, LPCTSTR CreationTime, LPCTSTR AmendmentTime, LPCTSTR ExecutionTime, LPCTSTR DealerName, LPCTSTR Account, LPCTSTR ClientRef)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnOrderAcceptedArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, short Accepted, LPCTSTR DealerMessage, long OrderNumber)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnItemChangedArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR Ref, short ChangeType)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnEndOfListArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnQuoteExpiredArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnServerResponseTimeArielapictrl1(LPCTSTR SessionId, long Time)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnServerTimeArielapictrl1(LPCTSTR SessionId, LPCTSTR Time)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnStatusMessageArielapictrl1(LPCTSTR SessionId, LPCTSTR Message)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnTradeHistoryArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, LPCTSTR DealNumber, LPCTSTR Market, LPCTSTR Amount, LPCTSTR Price, short BuySell, short TradeType, LPCTSTR Exchange, LPCTSTR CashPrice, LPCTSTR DealerName, LPCTSTR Time, LPCTSTR Account, LPCTSTR ClientRef)
{
// TODO: Add your control notification handler code here

}

void CServertryDlg::OnLostConnectionArielapictrl1(LPCTSTR SessionId)
{
// TODO: Add your control notification handler code here

}

QuestionAsk a problem,about inheritance :) Pin
rxgmoral13-Jul-06 18:37
rxgmoral13-Jul-06 18:37 
AnswerRe: Ask a problem,about inheritance :) Pin
earl13-Jul-06 19:02
earl13-Jul-06 19:02 
QuestionProblem in file reading,help me Pin
Anu_Bala13-Jul-06 18:18
Anu_Bala13-Jul-06 18:18 
AnswerRe: Problem in file reading,help me [modified] Pin
_AnsHUMAN_ 13-Jul-06 18:31
_AnsHUMAN_ 13-Jul-06 18:31 
Questionhello, Pin
With_problem13-Jul-06 18:14
With_problem13-Jul-06 18:14 
AnswerRe: hello, Pin
KellyR13-Jul-06 18:23
KellyR13-Jul-06 18:23 
AnswerRe: hello, Pin
With_problem13-Jul-06 18:51
With_problem13-Jul-06 18:51 
GeneralRe: hello, Pin
earl13-Jul-06 19:08
earl13-Jul-06 19:08 
GeneralRe: hello, Pin
With_problem13-Jul-06 19:21
With_problem13-Jul-06 19:21 
GeneralRe: hello, Pin
*Dreamz13-Jul-06 19:29
*Dreamz13-Jul-06 19:29 
GeneralRe: hello, Pin
earl13-Jul-06 19:46
earl13-Jul-06 19:46 
Questionhow to add space to a string Pin
Joy Anne13-Jul-06 17:27
Joy Anne13-Jul-06 17:27 
AnswerRe: how to add space to a string Pin
Code_Zombie13-Jul-06 17:36
Code_Zombie13-Jul-06 17:36 
AnswerRe: how to add space to a string Pin
see me13-Jul-06 17:37
see me13-Jul-06 17:37 
AnswerRe: how to add space to a string Pin
KellyR13-Jul-06 18:34
KellyR13-Jul-06 18:34 
Questioncan tab control join project togehter? Pin
mimimimilaw13-Jul-06 17:21
mimimimilaw13-Jul-06 17:21 
AnswerRe: can tab control join project togehter? Pin
see me13-Jul-06 17:44
see me13-Jul-06 17:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.