Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SetFocus() Pin
sunit516-Aug-06 19:28
sunit516-Aug-06 19:28 
GeneralRe: SetFocus() Pin
prasad_som16-Aug-06 19:52
prasad_som16-Aug-06 19:52 
GeneralRe: SetFocus() Pin
SandhyaSri16-Aug-06 21:32
SandhyaSri16-Aug-06 21:32 
GeneralRe: SetFocus() Pin
prasad_som16-Aug-06 22:46
prasad_som16-Aug-06 22:46 
AnswerRe: SetFocus() Pin
Stephen Hewitt16-Aug-06 21:11
Stephen Hewitt16-Aug-06 21:11 
GeneralRe: SetFocus() Pin
SandhyaSri16-Aug-06 21:31
SandhyaSri16-Aug-06 21:31 
GeneralRe: SetFocus() Pin
Stephen Hewitt16-Aug-06 21:50
Stephen Hewitt16-Aug-06 21:50 
GeneralRe: SetFocus() Pin
Hamid_RT16-Aug-06 22:19
Hamid_RT16-Aug-06 22:19 
AnswerRe: SetFocus() Pin
Mircea Puiu16-Aug-06 22:55
Mircea Puiu16-Aug-06 22:55 
General[OT] Pin
toxcct16-Aug-06 23:34
toxcct16-Aug-06 23:34 
GeneralRe: [OT] Pin
Mircea Puiu17-Aug-06 0:39
Mircea Puiu17-Aug-06 0:39 
GeneralRe: [OT] Pin
ThatsAlok17-Aug-06 2:09
ThatsAlok17-Aug-06 2:09 
GeneralRe: [OT] Pin
Mircea Puiu17-Aug-06 4:20
Mircea Puiu17-Aug-06 4:20 
Questionproblem with FTP client[modified] Pin
vijay_aroli16-Aug-06 18:28
vijay_aroli16-Aug-06 18:28 
AnswerRe: problem with FTP client[modified] Pin
Divyang Mithaiwala16-Aug-06 19:57
Divyang Mithaiwala16-Aug-06 19:57 
GeneralRe: problem with FTP client[modified] Pin
vijay_aroli16-Aug-06 20:17
vijay_aroli16-Aug-06 20:17 
GeneralRe: problem with FTP client[modified] Pin
vijay_aroli16-Aug-06 21:07
vijay_aroli16-Aug-06 21:07 
Questionwhat went wrong?in this code [modified] Pin
With_problem16-Aug-06 18:08
With_problem16-Aug-06 18:08 
AnswerRe: what went wrong?in this code Pin
Hamid_RT16-Aug-06 22:20
Hamid_RT16-Aug-06 22:20 
GeneralRe: what went wrong?in this code Pin
Sarath C16-Aug-06 22:38
Sarath C16-Aug-06 22:38 
GeneralRe: what went wrong?in this code Pin
Hamid_RT16-Aug-06 23:46
Hamid_RT16-Aug-06 23:46 
GeneralRe: what went wrong?in this code Pin
Sarath C17-Aug-06 0:15
Sarath C17-Aug-06 0:15 
AnswerRe: what went wrong?in this code Pin
Sarath C16-Aug-06 22:36
Sarath C16-Aug-06 22:36 
GeneralRe: what went wrong?in this code Pin
With_problem17-Aug-06 4:32
With_problem17-Aug-06 4:32 
hello sorry may be my explanation is not very clear...
I am able to debug there is no error while run time,ihave button to connect to remote server and when it connect to server it gives me session id .
And when i click requestqoute button it should give me the qoute.But here it comes a msgbox that "invalid market no","invalid amount"
THIS IS FUNCTION DECLARATION
<br />
CString CArielAPI::RequestQuote(LPCTSTR SessionId, long MarketNo, LPCTSTR Amount, short TradeType, LPCTSTR Exchange, LPCTSTR Account, LPCTSTR ClientRef)<br />
{<br />
	CString result;<br />
	static BYTE parms[] =<br />
		VTS_BSTR VTS_I4 VTS_BSTR VTS_I2 VTS_BSTR VTS_BSTR VTS_BSTR;<br />
	InvokeHelper(0x5, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,<br />
		SessionId, MarketNo, Amount, TradeType, Exchange, Account, ClientRef);<br />
	return result;<br />
}<br />

THANKS
GeneralRe: what went wrong?in this code Pin
Sarath C17-Aug-06 6:23
Sarath C17-Aug-06 6:23 

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.