Click here to Skip to main content
15,896,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: class template methods Pin
Zac Howland10-Aug-06 7:41
Zac Howland10-Aug-06 7:41 
GeneralRe: class template methods Pin
jon-8010-Aug-06 9:18
professionaljon-8010-Aug-06 9:18 
QuestionNeed help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 5:13
Paul Groetzner9-Aug-06 5:13 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 5:58
David Crow9-Aug-06 5:58 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 6:04
Paul Groetzner9-Aug-06 6:04 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 6:51
David Crow9-Aug-06 6:51 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:03
Paul Groetzner9-Aug-06 7:03 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 7:11
David Crow9-Aug-06 7:11 
univega_r304 wrote:
void CLoadWebSite::OnNewWindow3Explorer1(LPDISPATCH FAR* ppDisp, BOOL FAR* Cancel, BSTR *Flags, BSTR *URLContext, BSTR *URL)


I made an error. The last three parameters are indeed pass-by-value, not pass-by-reference. You can remove the '*' from them.

You should be able to set a breakpoint on the first statement in OnNewWindow3Explorer1() and see the value of URL. If it's not correct then, nor shall it be when assigned to url.


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:26
Paul Groetzner9-Aug-06 7:26 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 7:32
Paul Groetzner9-Aug-06 7:32 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 8:20
David Crow9-Aug-06 8:20 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 8:31
Paul Groetzner9-Aug-06 8:31 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 8:41
David Crow9-Aug-06 8:41 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 9:04
Paul Groetzner9-Aug-06 9:04 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 9:57
David Crow9-Aug-06 9:57 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 10:29
Paul Groetzner9-Aug-06 10:29 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow9-Aug-06 11:16
David Crow9-Aug-06 11:16 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner9-Aug-06 17:57
Paul Groetzner9-Aug-06 17:57 
GeneralRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow10-Aug-06 3:30
David Crow10-Aug-06 3:30 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow10-Aug-06 5:09
David Crow10-Aug-06 5:09 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner10-Aug-06 19:22
Paul Groetzner10-Aug-06 19:22 
AnswerRe: Need help with NewWindow3 and IWebBrowse2 Pin
Paul Groetzner11-Aug-06 9:17
Paul Groetzner11-Aug-06 9:17 
QuestionRe: Need help with NewWindow3 and IWebBrowse2 Pin
David Crow11-Aug-06 9:25
David Crow11-Aug-06 9:25 
QuestionCursor clipped via ClipCursor goes away after right click Pin
rajandpayal9-Aug-06 4:58
rajandpayal9-Aug-06 4:58 
AnswerRe: Cursor clipped via ClipCursor goes away after right click Pin
Michael Dunn9-Aug-06 9:36
sitebuilderMichael Dunn9-Aug-06 9:36 

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.