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

ATL / WTL / STL

 
AnswerRe: And Add-in for MS Outlook Pin
_AnsHUMAN_ 7-Feb-06 19:48
_AnsHUMAN_ 7-Feb-06 19:48 
AnswerRe: And Add-in for MS Outlook Pin
Ganesh_T16-Feb-06 23:16
Ganesh_T16-Feb-06 23:16 
AnswerRe: And Add-in for MS Outlook Pin
hybride17-Feb-06 0:19
hybride17-Feb-06 0:19 
GeneralRe: And Add-in for MS Outlook Pin
toxcct17-Feb-06 0:40
toxcct17-Feb-06 0:40 
AnswerRe: And Add-in for MS Outlook Pin
hybride17-Feb-06 1:08
hybride17-Feb-06 1:08 
QuestionAdd-in for MS Outlook Pin
hybride25-Jan-06 22:39
hybride25-Jan-06 22:39 
AnswerRe: Add-in for MS Outlook Pin
Ganesh_T16-Feb-06 23:18
Ganesh_T16-Feb-06 23:18 
AnswerRe: Add-in for MS Outlook Pin
hybride17-Feb-06 1:11
hybride17-Feb-06 1:11 
>>SO that someone can figure it out
No
Code:
void __stdcall CAddon::OnOptionsAddPages(IDispatch* Ctrl)<br />
{<br />
	try{<br />
		CComQIPtr<Outlook::PropertyPages> spPages(Ctrl);<br />
		ATLASSERT(spPages);<br />
		CComVariant varProgId(OLESTR("AtlAddon.PropPage"));<br />
		CComBSTR bstrTitle(OLESTR("eTopping ATL addon settings"));<br />
		HRESULT hr = spPages->Add((_variant_t)varProgId,(_bstr_t)bstrTitle);<br />
	}<br />
	catch(_com_error &e){<br />
		CString szErr;<br />
		szErr.Format(_T("[CAddon::OnOptionPageAdd]: COM exception: %s; SOURCE = %s\r\n"), e.ErrorMessage(),<br />
			e.Source());<br />
		pLogger.Loggit(szErr.GetBuffer());<br />
		//MessageBox(NULL, e.ErrorMessage(), _T("OnOptionsAddPages exception"), MB_ICONSTOP);<br />
	}<br />
}<br />

AnswerRe: Add-in for MS Outlook Pin
el_barri25-Sep-08 22:50
el_barri25-Sep-08 22:50 
QuestionEmbedding controls in Excel Pin
frogstomp25-Jan-06 0:13
frogstomp25-Jan-06 0:13 
QuestionHow to create a visual studio'ish prop ctrl? Pin
ioctl5124-Jan-06 2:55
ioctl5124-Jan-06 2:55 
QuestionATL COM with IIS6 Pin
MaX B.24-Jan-06 0:15
MaX B.24-Jan-06 0:15 
AnswerRe: ATL COM with IIS6 Pin
Michael Dunn24-Jan-06 7:23
sitebuilderMichael Dunn24-Jan-06 7:23 
GeneralRe: ATL COM with IIS6 Pin
MaX B.24-Jan-06 21:55
MaX B.24-Jan-06 21:55 
GeneralRe: ATL COM with IIS6 Pin
Igor Vigdorchik27-Jan-06 16:17
Igor Vigdorchik27-Jan-06 16:17 
QuestionCManualAccessor - No rows if using properties Pin
Guybrush23-Jan-06 9:05
Guybrush23-Jan-06 9:05 
AnswerRe: CManualAccessor - No rows if using properties Pin
Guybrush25-Jan-06 7:04
Guybrush25-Jan-06 7:04 
QuestionICopyHook Pin
ragavan23-Jan-06 3:00
ragavan23-Jan-06 3:00 
QuestionTransparent Static control ATL Pin
Anilkumar K V22-Jan-06 22:26
Anilkumar K V22-Jan-06 22:26 
AnswerRe: Transparent Static control ATL Pin
Stephen Hewitt22-Jan-06 23:17
Stephen Hewitt22-Jan-06 23:17 
GeneralRe: Transparent Static control ATL Pin
Anilkumar K V23-Jan-06 0:00
Anilkumar K V23-Jan-06 0:00 
GeneralRe: Transparent Static control ATL Pin
Stephen Hewitt23-Jan-06 0:10
Stephen Hewitt23-Jan-06 0:10 
GeneralRe: Transparent Static control ATL Pin
Anilkumar K V23-Jan-06 0:52
Anilkumar K V23-Jan-06 0:52 
GeneralRe: Transparent Static control ATL Pin
Stephen Hewitt23-Jan-06 1:36
Stephen Hewitt23-Jan-06 1:36 
GeneralRe: Transparent Static control ATL Pin
Anilkumar K V23-Jan-06 1:50
Anilkumar K V23-Jan-06 1:50 

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.