Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: setup of vc++ Pin
Cedric Moonen26-Sep-08 22:28
Cedric Moonen26-Sep-08 22:28 
Questionset label font size Pin
anilaabc26-Sep-08 17:11
anilaabc26-Sep-08 17:11 
Questionset fontsize of static text..... Pin
ani_ikram26-Sep-08 17:10
ani_ikram26-Sep-08 17:10 
AnswerRe: set fontsize of static text..... Pin
Le@rner26-Sep-08 18:37
Le@rner26-Sep-08 18:37 
AnswerRe: set fontsize of static text..... Pin
Dhiraj kumar Saini26-Sep-08 19:13
Dhiraj kumar Saini26-Sep-08 19:13 
AnswerRe: set fontsize of static text..... Pin
CPallini26-Sep-08 23:09
mveCPallini26-Sep-08 23:09 
QuestionHow can Explorer.exe start loading my YC.DLL. Pin
ChinaTJBoy26-Sep-08 16:43
ChinaTJBoy26-Sep-08 16:43 
QuestionICustomDoc failing Pin
Abhi Lahare26-Sep-08 13:17
Abhi Lahare26-Sep-08 13:17 
Hi,
I am calling the below piece of code in DocumentComplete Event from IE.

<br />
CComPtr<IDispatch> spDisp;<br />
RESULT hr = m_spWebBrowser2->get_Document(&spDisp);<br />
if (SUCCEEDED(hr) && spDisp)<br />
{<br />
CComQIPtr<ICustomDoc, &IID_ICustomDoc> spCustomDoc(spDisp);<br />
}<br />

The spCustomDoc Object is invalid.
I am catching events from IE, and not from any webbrowser control in application.

Any idea whats going wrong?I am not sure whether we can use SetUIHandler for browsers.

Thanks in Advance.
Abhi Lahare.
QuestionUnhidden files/folders inside Hidden folders... [modified] Pin
Peter Weyzen26-Sep-08 12:14
Peter Weyzen26-Sep-08 12:14 
QuestionWhich host do I send my request to? [modified] Pin
Joseph Marzbani26-Sep-08 8:24
Joseph Marzbani26-Sep-08 8:24 
AnswerRe: Which host do I send my request to? Pin
Mark Salsbery26-Sep-08 8:42
Mark Salsbery26-Sep-08 8:42 
GeneralRe: Which host do I send my request to? Pin
Joseph Marzbani26-Sep-08 8:52
Joseph Marzbani26-Sep-08 8:52 
GeneralRe: Which host do I send my request to? Pin
led mike26-Sep-08 10:23
led mike26-Sep-08 10:23 
GeneralRe: Which host do I send my request to? Pin
Mark Salsbery26-Sep-08 10:36
Mark Salsbery26-Sep-08 10:36 
AnswerRe: Which host do I send my request to? Pin
Iain Clarke, Warrior Programmer27-Sep-08 11:35
Iain Clarke, Warrior Programmer27-Sep-08 11:35 
QuestionAssembly listing of a Header file Pin
ForNow26-Sep-08 8:18
ForNow26-Sep-08 8:18 
AnswerRe: Assembly listing of a Header file Pin
Joseph Marzbani26-Sep-08 8:33
Joseph Marzbani26-Sep-08 8:33 
GeneralRe: Assembly listing of a Header file Pin
ForNow26-Sep-08 11:52
ForNow26-Sep-08 11:52 
AnswerRe: Assembly listing of a Header file Pin
CPallini26-Sep-08 8:37
mveCPallini26-Sep-08 8:37 
GeneralRe: Assembly listing of a Header file Pin
ForNow26-Sep-08 11:55
ForNow26-Sep-08 11:55 
GeneralRe: Assembly listing of a Header file Pin
Peter Weyzen26-Sep-08 12:20
Peter Weyzen26-Sep-08 12:20 
GeneralRe: Assembly listing of a Header file Pin
CPallini26-Sep-08 23:01
mveCPallini26-Sep-08 23:01 
GeneralRe: Assembly listing of a Header file Pin
ForNow27-Sep-08 14:14
ForNow27-Sep-08 14:14 
QuestionRe: Assembly listing of a Header file Pin
Bram van Kampen27-Sep-08 12:21
Bram van Kampen27-Sep-08 12:21 
AnswerRe: Assembly listing of a Header file Pin
ForNow27-Sep-08 14:18
ForNow27-Sep-08 14:18 

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.