Click here to Skip to main content
15,914,016 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionTemplates compile error Pin
nvatia21-Jul-06 3:23
nvatia21-Jul-06 3:23 
QuestionATL WTL STL Pin
mathumala21-Jul-06 3:11
mathumala21-Jul-06 3:11 
AnswerRe: ATL WTL STL Pin
toxcct21-Jul-06 3:22
toxcct21-Jul-06 3:22 
GeneralRe: ATL WTL STL Pin
Zac Howland25-Jul-06 10:11
Zac Howland25-Jul-06 10:11 
Questionsafearray access returns junk pls help Pin
nikhil_ag198520-Jul-06 1:52
nikhil_ag198520-Jul-06 1:52 
Questionneed ATL???for login to server and access data Pin
With_problem19-Jul-06 21:40
With_problem19-Jul-06 21:40 
AnswerRe: need ATL???for login to server and access data Pin
Steve S19-Jul-06 21:50
Steve S19-Jul-06 21:50 
GeneralRe: need ATL???for login to server and access data Pin
With_problem19-Jul-06 22:12
With_problem19-Jul-06 22:12 
i have this function.But i am in great confusion whre should i create object ex:arielapi wartzodlcom.dbaccess.




CString CArielAPI::CreateOrder(LPCTSTR SessionId, long MarketNo, LPCTSTR Amount, short BuySell, short StopLimit, LPCTSTR RequestedPrice, short TradeType, LPCTSTR Exchange, short GoodTil, LPCTSTR GoodTilTime, LPCTSTR Instructions, LPCTSTR Account, LPCTSTR ClientRef)
{
CString result;
static BYTE parms[] =
VTS_BSTR VTS_I4 VTS_BSTR VTS_I2 VTS_I2 VTS_BSTR VTS_I2 VTS_BSTR VTS_I2 VTS_BSTR VTS_BSTR VTS_BSTR VTS_BSTR;
InvokeHelper(0x7, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,
SessionId, MarketNo, Amount, BuySell, StopLimit, RequestedPrice, TradeType, Exchange, GoodTil, GoodTilTime, Instructions, Account, ClientRef);
return result;
}
GeneralRe: need ATL???for login to server and access data Pin
Steve S19-Jul-06 22:24
Steve S19-Jul-06 22:24 
QuestionC# BHO question Pin
elefas19-Jul-06 3:15
elefas19-Jul-06 3:15 
QuestionProperty page loading to FireFox Browser. Pin
shivditya19-Jul-06 3:04
shivditya19-Jul-06 3:04 
QuestionIE - simulating ENTER key Pin
rana7418-Jul-06 21:55
rana7418-Jul-06 21:55 
Questiona way around constructor arguments Pin
nikhil_ag198518-Jul-06 21:05
nikhil_ag198518-Jul-06 21:05 
Questionhash_map file in VC6 Pin
misha_grewal18-Jul-06 20:24
misha_grewal18-Jul-06 20:24 
AnswerRe: hash_map file in VC6 Pin
Stuart Dootson18-Jul-06 21:58
professionalStuart Dootson18-Jul-06 21:58 
AnswerRe: hash_map file in VC6 Pin
Stephen Hewitt19-Jul-06 0:26
Stephen Hewitt19-Jul-06 0:26 
Questionwhy are WM_CTLCOLORSTATIC and COLOR_BTNFACE not playing along? Pin
alianyn18-Jul-06 3:39
alianyn18-Jul-06 3:39 
QuestionHow to check if the Flash player installed Pin
hell_admin13-Jul-06 20:58
hell_admin13-Jul-06 20:58 
AnswerRe: How to check if the Flash player installed Pin
sudeesh26-Jul-06 2:58
sudeesh26-Jul-06 2:58 
GeneralRe: How to check if the Flash player installed Pin
hell_admin26-Jul-06 3:14
hell_admin26-Jul-06 3:14 
QuestionCompiler error Pin
HarishDixit13-Jul-06 5:04
HarishDixit13-Jul-06 5:04 
AnswerRe: Compiler error Pin
Jörgen Sigvardsson16-Jul-06 21:59
Jörgen Sigvardsson16-Jul-06 21:59 
QuestionIXMLDOMDocument how to use Pin
shivditya13-Jul-06 2:35
shivditya13-Jul-06 2:35 
AnswerRe: IXMLDOMDocument how to use Pin
Steve S13-Jul-06 4:29
Steve S13-Jul-06 4:29 
QuestionWhy my ocx could not display in word? Pin
mrlhb12-Jul-06 3:39
mrlhb12-Jul-06 3:39 

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.