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

C / C++ / MFC

 
Questionhow to add delay in the wmv file Pin
Hemant kulkarni4-Nov-06 1:27
Hemant kulkarni4-Nov-06 1:27 
AnswerRe: how to add delay in the wmv file Pin
Mark Salsbery4-Nov-06 8:28
Mark Salsbery4-Nov-06 8:28 
GeneralRe: how to add delay in the wmv file Pin
Hemant kulkarni4-Nov-06 20:21
Hemant kulkarni4-Nov-06 20:21 
GeneralRe: how to add delay in the wmv file Pin
Mark Salsbery4-Nov-06 22:36
Mark Salsbery4-Nov-06 22:36 
GeneralRe: how to add delay in the wmv file Pin
Hemant kulkarni5-Nov-06 17:14
Hemant kulkarni5-Nov-06 17:14 
QuestionHow to get parallel port resources within VC++ Pin
mt_samiei4-Nov-06 1:20
mt_samiei4-Nov-06 1:20 
QuestionHow to add Pin
radhika284-Nov-06 0:25
radhika284-Nov-06 0:25 
QuestionPersistence not supported on OLE control {F5AFC7EF-1571-48B6-A69C-F1833F4C3A44}. Pin
jalsa G3-Nov-06 22:49
jalsa G3-Nov-06 22:49 
hi,
i created a control then i want to navigate the url but i am getting this error

RECT rectClient;
GetClientRect(&rectClient);

// create the control window
// AFX_IDW_PANE_FIRST is a safe but arbitrary ID
if (!m_wndBrowser.CreateControl(CLSID_WebBrowser, L"Browser",
WS_VISIBLE | WS_CHILD,
rectClient, this,
AFX_IDW_PANE_FIRST))
{
DestroyWindow();
return FALSE;
}

// Get interface pointer
LPUNKNOWN lpUnk = m_wndBrowser.GetControlUnknown();
HRESULT hr = lpUnk->QueryInterface(IID_IWebBrowser2,
(void**) &m_pBrowserApp);
if (!SUCCEEDED(hr))
{
m_pBrowserApp = NULL;
m_wndBrowser.DestroyWindow();
DestroyWindow();
return FALSE;
}

Nav2URL(L"http://www.yahoo.com/");

}


application exist by giving following messages

Load module: browsres.96.dll
Persistence not supported on OLE control {F5AFC7EF-1571-48B6-A69C-F1833F4C3A44}.
>>> Result code: 0x00000000
Load module: webview.dll
Load module: shlwapi.dll
Load module: wininet.dll
Load module: urlmon.dll
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
RaiseException: Thread=9663ba08 Proc=814c6f20 'TestPcBrowser.exe'
AKY=00004001 PC=03fa27d8(coredll.dll+0x000427d8) RA=800773f4(NK.EXE+0x000073f4) BVA=00000000 FSR=00000000
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
RaiseException: Thread=9663ba08 Proc=814c6f20 'TestPcBrowser.exe'
AKY=00004001 PC=03fa27d8(coredll.dll+0x000427d8) RA=800773f4(NK.EXE+0x000073f4) BVA=00000000 FSR=00000000
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
RaiseException: Thread=9663ba08 Proc=814c6f20 'TestPcBrowser.exe'
AKY=00004001 PC=03fa27d8(coredll.dll+0x000427d8) RA=800773f4(NK.EXE+0x000073f4) BVA=00000000 FSR=00000000
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
RaiseException: Thread=9663ba08 Proc=814c6f20 'TestPcBrowser.exe'
AKY=00004001 PC=03fa27d8(coredll.dll+0x000427d8) RA=800773f4(NK.EXE+0x000073f4) BVA=00000000 FSR=00000000
The thread 0x3675a88a has exited with code 0 (0x0).






venu

Questionhi Pin
prameelapydi3-Nov-06 22:23
prameelapydi3-Nov-06 22:23 
AnswerRe: hi Pin
Michael Dunn3-Nov-06 22:37
sitebuilderMichael Dunn3-Nov-06 22:37 
AnswerRe: hi Pin
Eytukan4-Nov-06 3:07
Eytukan4-Nov-06 3:07 
Questionhow to hand in variable parameters Pin
plowstar3-Nov-06 21:20
plowstar3-Nov-06 21:20 
AnswerRe: how to hand in variable parameters Pin
Michael Dunn3-Nov-06 22:53
sitebuilderMichael Dunn3-Nov-06 22:53 
Questionsystem menu attachment Pin
storyera_storyera3-Nov-06 20:45
storyera_storyera3-Nov-06 20:45 
AnswerRe: system menu attachment Pin
DaTxomin3-Nov-06 22:14
DaTxomin3-Nov-06 22:14 
Questionproblem with AfxBeginThread Pin
mt_samiei3-Nov-06 19:43
mt_samiei3-Nov-06 19:43 
AnswerRe: problem with AfxBeginThread Pin
tanvon malik3-Nov-06 20:09
tanvon malik3-Nov-06 20:09 
GeneralRe: problem with AfxBeginThread Pin
mt_samiei3-Nov-06 20:24
mt_samiei3-Nov-06 20:24 
AnswerRe: problem with AfxBeginThread Pin
mt_samiei3-Nov-06 20:12
mt_samiei3-Nov-06 20:12 
QuestionCoCreateInstance giving problem Pin
shadrach_india3-Nov-06 18:28
shadrach_india3-Nov-06 18:28 
AnswerRe: CoCreateInstance giving problem Pin
tanvon malik3-Nov-06 18:53
tanvon malik3-Nov-06 18:53 
GeneralRe: CoCreateInstance giving problem Pin
shadrach_india3-Nov-06 19:02
shadrach_india3-Nov-06 19:02 
Questiondroplist combo box Pin
cyn83-Nov-06 18:06
cyn83-Nov-06 18:06 
AnswerRe: droplist combo box Pin
tanvon malik3-Nov-06 19:12
tanvon malik3-Nov-06 19:12 
AnswerRe: droplist combo box Pin
David Crow5-Nov-06 7:06
David Crow5-Nov-06 7:06 

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.