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

C / C++ / MFC

 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
Jochen Arndt11-Jun-13 23:16
professionalJochen Arndt11-Jun-13 23:16 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
002comp12-Jun-13 22:12
002comp12-Jun-13 22:12 
GeneralRe: How can I Get Value of SPDRP_LEGACYBUSTYPE ? Pin
Jochen Arndt13-Jun-13 0:27
professionalJochen Arndt13-Jun-13 0:27 
Questioncorrupt __vfptr from dynamic loaded DLL Pin
Joerg Michels11-Jun-13 3:48
Joerg Michels11-Jun-13 3:48 
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
Richard MacCutchan11-Jun-13 4:12
mveRichard MacCutchan11-Jun-13 4:12 
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
pasztorpisti11-Jun-13 10:58
pasztorpisti11-Jun-13 10:58 
AnswerRe: corrupt __vfptr from dynamic loaded DLL Pin
Freak3012-Jun-13 2:55
Freak3012-Jun-13 2:55 
QuestionIWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu10-Jun-13 23:39
narasingubhanu10-Jun-13 23:39 
Creating webbrowser as below

XML
hret=CoCreateInstance(clsid,NULL,CLSCTX_ALL,IID_IUnknown
        ,reinterpret_cast<void**>(&m_pUnknown));


C#
hret=m_pUnknown->QueryInterface(IID_IWebBrowser2,(PVOID *)&m_pBrowser);
    ASSERT(SUCCEEDED(hret));

but when i say
HRESULT hret = m_pBrowser->Navigate2(varURL,&noArg,&noArg,&noArg,&noArg);
its opening new IE window on WIn7. But in Xp sys its not happening like that. I dont want to open new IE window

Any one has any idea why it is opening on new IE window on Win7
AnswerRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan11-Jun-13 2:45
mveRichard MacCutchan11-Jun-13 2:45 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 22:20
narasingubhanu18-Jun-13 22:20 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan18-Jun-13 22:51
mveRichard MacCutchan18-Jun-13 22:51 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 23:23
narasingubhanu18-Jun-13 23:23 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
Richard MacCutchan18-Jun-13 23:33
mveRichard MacCutchan18-Jun-13 23:33 
GeneralRe: IWebBrowser2::Navigate2 problem with IE8 on Win7 Pin
narasingubhanu18-Jun-13 23:47
narasingubhanu18-Jun-13 23:47 
QuestionHow to increment the slider while video is playing.? Pin
mbatra319-Jun-13 23:48
mbatra319-Jun-13 23:48 
QuestionRe: How to increment the slider while video is playing.? Pin
David Crow10-Jun-13 5:53
David Crow10-Jun-13 5:53 
AnswerRe: How to increment the slider while video is playing.? Pin
mbatra3110-Jun-13 19:52
mbatra3110-Jun-13 19:52 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 2:50
David Crow11-Jun-13 2:50 
AnswerRe: How to increment the slider while video is playing.? Pin
ThatsAlok11-Jun-13 3:31
ThatsAlok11-Jun-13 3:31 
GeneralRe: How to increment the slider while video is playing.? Pin
mbatra3111-Jun-13 3:37
mbatra3111-Jun-13 3:37 
AnswerRe: How to increment the slider while video is playing.? Pin
David Crow11-Jun-13 4:28
David Crow11-Jun-13 4:28 
QuestionReagarding error with ostream Pin
Manoj73909-Jun-13 20:24
Manoj73909-Jun-13 20:24 
AnswerRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 21:25
mveRichard MacCutchan9-Jun-13 21:25 
GeneralRe: Reagarding error with ostream Pin
Manoj73909-Jun-13 21:40
Manoj73909-Jun-13 21:40 
GeneralRe: Reagarding error with ostream Pin
Richard MacCutchan9-Jun-13 21:49
mveRichard MacCutchan9-Jun-13 21:49 

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.