Click here to Skip to main content
15,920,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: PDF Output Pin
Hamid_RT28-Oct-08 19:20
Hamid_RT28-Oct-08 19:20 
GeneralRe: PDF Output Pin
BobInNJ29-Oct-08 11:03
BobInNJ29-Oct-08 11:03 
GeneralRe: PDF Output Pin
Hamid_RT30-Oct-08 1:24
Hamid_RT30-Oct-08 1:24 
QuestionHow to get String Buffers from a dll within C++ and C# Pin
MarcoNedwig28-Oct-08 12:08
MarcoNedwig28-Oct-08 12:08 
AnswerRe: How to get String Buffers from a dll within C++ and C# Pin
Mark Salsbery28-Oct-08 14:26
Mark Salsbery28-Oct-08 14:26 
GeneralRe: How to get String Buffers from a dll within C++ and C# Pin
MarcoNedwig29-Oct-08 6:46
MarcoNedwig29-Oct-08 6:46 
AnswerRe: How to get String Buffers from a dll within C++ and C# Pin
sashoalm29-Oct-08 5:34
sashoalm29-Oct-08 5:34 
Questionhow can i overwrite IDocHostUIHandler::ShowContextMenu() Pin
only_jack28-Oct-08 8:19
only_jack28-Oct-08 8:19 
hi i have a dialog based MFC application with a web browser control
i have created it dynamicaly with CWnd wrapper class

i am creating control like below
and i want to control contex menu of the web browser

int CHolderWnd::OnCreate(LPCREATESTRUCT lpCreateStruct) 
{
	if (CWnd::OnCreate(lpCreateStruct) == -1)
		return -1;

	DWORD dwStyle = WS_CHILD|WS_VISIBLE;

	m_pWebCtrl = new CWebBrowser2;
	if(!m_pWebCtrl->Create(NULL,NULL,dwStyle,CRect(0,0,0,0),this,ID_WEB_WINDOW))
	{
		return -1;
	}

	return 0;
}


after some search i found this link http://msdn.microsoft.com/en-us/library/aa770042(VS.85).aspx[^]

but i do not know how to use it
can you give me a clue about how to start this task

thank you
AnswerRe: how can i overwrite IDocHostUIHandler::ShowContextMenu() Pin
Steve Thresher28-Oct-08 13:52
Steve Thresher28-Oct-08 13:52 
QuestionDownload "content disposition" link with COM object problem Pin
ecosoft128-Oct-08 8:08
ecosoft128-Oct-08 8:08 
QuestionDWM 2 Pin
Sarriss28-Oct-08 6:25
Sarriss28-Oct-08 6:25 
QuestionGetProcessID Pin
fvcker28-Oct-08 2:50
fvcker28-Oct-08 2:50 
AnswerRe: GetProcessID Pin
Roger Stoltz28-Oct-08 2:58
Roger Stoltz28-Oct-08 2:58 
GeneralRe: GetProcessID Pin
fvcker28-Oct-08 6:32
fvcker28-Oct-08 6:32 
QuestionRe: GetProcessID Pin
Roger Stoltz28-Oct-08 6:42
Roger Stoltz28-Oct-08 6:42 
AnswerRe: GetProcessID Pin
fvcker28-Oct-08 6:44
fvcker28-Oct-08 6:44 
QuestionRe: GetProcessID Pin
Roger Stoltz28-Oct-08 6:52
Roger Stoltz28-Oct-08 6:52 
AnswerRe: GetProcessID Pin
fvcker28-Oct-08 7:25
fvcker28-Oct-08 7:25 
QuestionRe: GetProcessID Pin
David Crow28-Oct-08 6:08
David Crow28-Oct-08 6:08 
AnswerRe: GetProcessID Pin
fvcker28-Oct-08 6:43
fvcker28-Oct-08 6:43 
GeneralRe: GetProcessID Pin
David Crow28-Oct-08 7:05
David Crow28-Oct-08 7:05 
AnswerRe: GetProcessID Pin
Hamid_RT28-Oct-08 19:23
Hamid_RT28-Oct-08 19:23 
QuestionShared Functions Declaration Pin
ajorge200828-Oct-08 1:34
ajorge200828-Oct-08 1:34 
QuestionRe: Shared Functions Declaration Pin
CPallini28-Oct-08 1:43
mveCPallini28-Oct-08 1:43 
AnswerRe: Shared Functions Declaration Pin
ajorge200828-Oct-08 1:51
ajorge200828-Oct-08 1:51 

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.