Click here to Skip to main content
15,915,600 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionTemplate compile error - errata Pin
nvatia21-Jul-06 3:26
nvatia21-Jul-06 3:26 
AnswerRe: Template compile error - errata Pin
prasad_som21-Jul-06 3:37
prasad_som21-Jul-06 3:37 
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 
I have add teh active-x control in my project:

Open the Project in which intend to use an ActiveX control.

Project | Add To Project | Components and Controls. Taken to the Gallery where choose from Registered ActiveX Controls. Click the Control from the list and click Insert. choose the Control from a list and to confirm the names of the wrapper files which will be created.
From there i got a active=x in dialog box and the wrapper class also.
Now i need to know I have to login to server to take data from that and store in my system.

1: should i need to include ATL controls in my project?
2. how to make use of wrapper class and active-x controls?so thst i can login to server
3. Function in my .cpp file are as follow(API function).

CString CArielAPI::GetServerAddress(LPCTSTR SessionId)
{
CString result;
static BYTE parms[] =VTS_BSTR;
InvokeHelper(0x15, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms, SessionId);
return result;
}

String CArielAPI::Login(LPCTSTR UserName, LPCTSTR Password, LPCTSTR UserId)

{
//username = wwtest2;
//Password = RD9234;
//Userid = wwtest2;

CString result;
static BYTE parms[] =VTS_BSTR VTS_BSTR VTS_BSTR;

InvokeHelper(0x2, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,UserName, Password, UserId);
return result;
}

4: IfATL is needed then how to work with that any help.....?????
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 
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 

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.