From: phil on 5 Nov 2006 06:22 Hi I'm justing to use the CDHTMLDialog with the following code IHTMLElement* pLinkElement = NULL; if (GetElement(_T("ctl00_ContentPlaceHolder1_tb1"), &pLinkElement) == S_OK && pLinkElement != NULL) { BSTR current; pLinkElement->get_innerText(¤t); pLinkElement->get_id(¤t); CString tt=_T("Hello from Callidus DHTML"); BSTR bstr=tt.AllocSysString(); pLinkElement->put_innerText(bstr); pLinkElement->Release(); // Thanks Heath }
|
Pages: 1 Prev: Setting background in CListView Next: CTooltipCtrl on disabled control question |