Click here to Skip to main content
15,918,258 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Pointers to vectors? Pin
knapak2-May-05 9:55
knapak2-May-05 9:55 
GeneralRe: Pointers to vectors? Pin
markkuk30-Apr-05 11:56
markkuk30-Apr-05 11:56 
GeneralRe: Pointers to vectors? Pin
knapak2-May-05 9:57
knapak2-May-05 9:57 
QuestionHow do I save/load STL data (map & vector) Pin
Larry Mills Sr26-Apr-05 15:33
Larry Mills Sr26-Apr-05 15:33 
AnswerRe: How do I save/load STL data (map & vector) Pin
Alexandru Savescu28-Apr-05 1:27
Alexandru Savescu28-Apr-05 1:27 
AnswerRe: How do I save/load STL data (map & vector) Pin
CP Visitor2-May-05 23:00
CP Visitor2-May-05 23:00 
GeneralBHO: Getting the title of the page loaded Pin
alanwolfen25-Apr-05 22:41
alanwolfen25-Apr-05 22:41 
GeneralRe: BHO: Getting the title of the page loaded Pin
ThatsAlok25-Apr-05 23:28
ThatsAlok25-Apr-05 23:28 
IWebBrowser2->GetDocument() will return the the docuement interface of the Loaded page.

wait a min i demonstrate that by code
/*testing*/<br />
	IHTMLElementCollection *pColl=NULL;<br />
	IHTMLElement           *pEle=NULL;<br />
<br />
	m_HtmDom->get_all(&pColl);<br />
MessageBox("yeah");<br />
	<br />
	CComVariant varTitle("title");<br />
	CComVariant varIndex(0);<br />
	IDispatch *pDisp;<br />
<br />
	pColl->item(varTitle,varIndex,&pDisp);<br />
	//pColl->Release();<br />
	//pColl=NULL;<br />
	MessageBox("yeah1");<br />
<br />
	if(pDisp)<br />
	pDisp->QueryInterface(IID_IHTMLElement,(LPVOID*)&pEle);<br />
<br />
	MessageBox("yeah3");<br />
	if(pEle)<br />
	{<br />
		BSTR p;<br />
		pEle->get_innerText(&p);<br />
		MessageBoxW(NULL,p,L"",NULL);<br />
	}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralRe: BHO: Getting the title of the page loaded Pin
alanwolfen26-Apr-05 14:13
alanwolfen26-Apr-05 14:13 
GeneralUse science for programs Pin
Member 191102425-Apr-05 9:45
Member 191102425-Apr-05 9:45 
GeneralRe: Use science for programs Pin
abecedarian25-Apr-05 10:35
abecedarian25-Apr-05 10:35 
GeneralRe: Use science for programs Pin
ThatsAlok28-Apr-05 2:37
ThatsAlok28-Apr-05 2:37 
GeneralRe: Use science for programs Pin
toxcct18-May-05 3:13
toxcct18-May-05 3:13 
GeneralRe: Use science for programs Pin
toxcct18-May-05 3:11
toxcct18-May-05 3:11 
GeneralTemplates with Variable argument List Pin
sijis22-Apr-05 20:09
sijis22-Apr-05 20:09 
GeneralRe: Templates with Variable argument List Pin
Joaquín M López Muñoz23-Apr-05 9:08
Joaquín M López Muñoz23-Apr-05 9:08 
GeneralRe: Templates with Variable argument List Pin
Nemanja Trifunovic23-Apr-05 16:03
Nemanja Trifunovic23-Apr-05 16:03 
GeneralWindow not being Painted Pin
TFrancis21-Apr-05 3:13
TFrancis21-Apr-05 3:13 
GeneralRe: Window not being Painted Pin
Michael Dunn24-Apr-05 21:27
sitebuilderMichael Dunn24-Apr-05 21:27 
GeneralRe: Window not being Painted Pin
TFrancis25-Apr-05 2:40
TFrancis25-Apr-05 2:40 
GeneralPlease Help~ Pin
Jack.Fu20-Apr-05 23:23
Jack.Fu20-Apr-05 23:23 
GeneralRe: Please Help~ Pin
James R. Twine21-Apr-05 2:37
James R. Twine21-Apr-05 2:37 
Generalatlsoap.h conflict with afxmt.h Pin
Yu_Matrix19-Apr-05 17:49
Yu_Matrix19-Apr-05 17:49 
GeneralRe: atlsoap.h conflict with afxmt.h Pin
CP Visitor19-Apr-05 23:18
CP Visitor19-Apr-05 23:18 
GeneralRe: atlsoap.h conflict with afxmt.h Pin
Yu_Matrix20-Apr-05 18:09
Yu_Matrix20-Apr-05 18:09 

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.