Click here to Skip to main content
15,896,063 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralDB2 vendor API problem Pin
skoshal22-Aug-04 12:33
skoshal22-Aug-04 12:33 
GeneralDesign STL-like containers Pin
mistus21-Aug-04 4:25
mistus21-Aug-04 4:25 
GeneralRe: Design STL-like containers Pin
Jörgen Sigvardsson22-Aug-04 11:43
Jörgen Sigvardsson22-Aug-04 11:43 
GeneralReading from Outlook Express Address Book Pin
sirisha_kumari19-Aug-04 23:11
sirisha_kumari19-Aug-04 23:11 
QuestionHow to get original HTML from IE Pin
vladamircevski19-Aug-04 8:29
vladamircevski19-Aug-04 8:29 
AnswerRe: How to get original HTML from IE Pin
Bill Rider3-Sep-04 6:15
Bill Rider3-Sep-04 6:15 
GeneralRe: How to get original HTML from IE Pin
Anonymous5-Sep-04 7:42
Anonymous5-Sep-04 7:42 
GeneralIHTMLElement Pin
vikramlinux18-Aug-04 22:58
vikramlinux18-Aug-04 22:58 
Hi
I am using IHTMLElement interface to extract the text control present from the HTML page.My COde is like this
CComQIPtr<ihtmldocument3> pHTMLDocument;
CComPtr<ihtmlelement> pHTMLElement;
CComPtr<idispatch> pDispatch;

CComBSTR bstrLoginID(L"sec");
BSTR bstrLoginData;

hr=m_spWebBrowser2->get_Document(&pDispatch);
pHTMLDocument=pDispatch;

if(SUCCEEDED(hr))
{
hr=pHTMLDocument->getElementById(bstrLoginID.m_str,&pHTMLElement);
if(SUCCEEDED(hr) && pHTMLElement)
{
hr=pHTMLElement->get_innerText(&bstrLoginData);
OutputDebugString("DATA");
OutputDebugStringW(bstrLoginData);
}
}

Here I am able to get the text...Help Frown | :(

VikramS
GeneralMaster ATL COM Pin
Anonymous18-Aug-04 21:09
Anonymous18-Aug-04 21:09 
GeneralRe: Master ATL COM Pin
Jörgen Sigvardsson22-Aug-04 11:46
Jörgen Sigvardsson22-Aug-04 11:46 
GeneralLearning about MDI in WTL7 Pin
janman12-Aug-04 11:15
janman12-Aug-04 11:15 
Generalopening multiple files in WTL Pin
MaStraub12-Aug-04 8:01
MaStraub12-Aug-04 8:01 
Generalin&gt;&gt;hex&gt;&gt;a + istringstream = Trouble! Pin
Paracelsus__12-Aug-04 3:08
Paracelsus__12-Aug-04 3:08 
GeneralRe: in&gt;&gt;hex&gt;&gt;a + istringstream = Trouble! Pin
darkbyte25-Aug-04 10:27
darkbyte25-Aug-04 10:27 
Generallinux C++ Pin
morrird11-Aug-04 8:23
morrird11-Aug-04 8:23 
QuestionBest IDE for WTL? Pin
rob agar11-Aug-04 2:00
rob agar11-Aug-04 2:00 
General[ Parse Data file &amp; put the data into vector] Pin
Member 128563310-Aug-04 1:03
Member 128563310-Aug-04 1:03 
GeneralRe: [ Parse Data file &amp; put the data into vector] Pin
Nitron26-Aug-04 5:09
Nitron26-Aug-04 5:09 
GeneralToolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 3:56
Mandalay8-Aug-04 3:56 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Mandalay8-Aug-04 7:33
Mandalay8-Aug-04 7:33 
GeneralRe: Toolbar with trucolor bitmap buttons Pin
Tom J10-Aug-04 22:31
Tom J10-Aug-04 22:31 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:10
curious_keen7-Aug-04 1:10 
QuestionHow to make tool bar for outlook express Pin
curious_keen7-Aug-04 1:09
curious_keen7-Aug-04 1:09 
GeneralAlex Kolesnichenko's &quot;Building Rich COMponents with Attributed ATL&quot; Pin
Rob Severin6-Aug-04 15:13
Rob Severin6-Aug-04 15:13 
GeneralPre-Allocating stl maps / multimaps Pin
Jabin Reinhold4-Aug-04 4:35
Jabin Reinhold4-Aug-04 4: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.