Click here to Skip to main content
16,004,927 members
Home / Discussions / COM
   

COM

 
AnswerRe: Breakpoint inside DllMain Pin
Stephen Hewitt25-Jun-06 13:54
Stephen Hewitt25-Jun-06 13:54 
GeneralRe: Breakpoint inside DllMain Pin
Gilly Kumar26-Jun-06 9:13
Gilly Kumar26-Jun-06 9:13 
QuestionUnable to get IFrames in web page Pin
HarishDixit23-Jun-06 0:28
HarishDixit23-Jun-06 0:28 
AnswerRe: Unable to get IFrames in web page Pin
Michael Dunn23-Jun-06 13:50
sitebuilderMichael Dunn23-Jun-06 13:50 
GeneralRe: Unable to get IFrames in web page Pin
HarishDixit23-Jun-06 20:40
HarishDixit23-Jun-06 20:40 
GeneralRe: Unable to get IFrames in web page Pin
Michael Dunn23-Jun-06 22:13
sitebuilderMichael Dunn23-Jun-06 22:13 
GeneralRe: Unable to get IFrames in web page Pin
HarishDixit24-Jun-06 1:04
HarishDixit24-Jun-06 1:04 
QuestionHow to forbid the context menu in mshtml editor? Pin
dreamwinter21-Jun-06 22:22
dreamwinter21-Jun-06 22:22 
I just only forbid contextmenu in mshtml control. The HtmlDocumentClass containt the event of HTMLDocumentEvents2_Event_oncontextmenu,so I write the code below ------------------------------------------

doc.HTMLDocumentEvents2_Event_oncontextmenu+=new mshtml.HTMLDocumentEvents2_oncontextmenuEventHandler(doc_HTMLDocumentEvents2_Event_oncontextmenu);


private bool doc_HTMLDocumentEvents2_Event_oncontextmenu(mshtml.IHTMLEventObj pEvtObj)
{
return false;
}

//
------------------------------------------------------
But the editor,mshtml control can not edit when the property of designMode is 'On' using keyboard.
Can you tell me why? And how to deal with the error? Thank you very!

Note:The question has been in the C# subject.
QuestionWindows Management Instry\umentation Pin
abhiramsss21-Jun-06 19:48
abhiramsss21-Jun-06 19:48 
QuestionWindows Management Instry\umentation] Pin
abhiramsss21-Jun-06 19:48
abhiramsss21-Jun-06 19:48 
QuestionDLL Technology Pin
Logan from Singapore20-Jun-06 21:24
Logan from Singapore20-Jun-06 21:24 
QuestionRe: DLL Technology Pin
Jun Du21-Jun-06 5:34
Jun Du21-Jun-06 5:34 
AnswerRe: DLL Technology [modified] Pin
Logan from Singapore21-Jun-06 15:28
Logan from Singapore21-Jun-06 15:28 
GeneralRe: DLL Technology Pin
Jun Du22-Jun-06 2:12
Jun Du22-Jun-06 2:12 
GeneralRe: DLL Technology Pin
Logan from Singapore22-Jun-06 2:49
Logan from Singapore22-Jun-06 2:49 
GeneralRe: DLL Technology Pin
Milton Karimbekallil22-Jun-06 8:33
Milton Karimbekallil22-Jun-06 8:33 
QuestionCComBSTR Split [modified] Pin
nmx_de20-Jun-06 20:55
nmx_de20-Jun-06 20:55 
AnswerRe: CComBSTR Split Pin
Stephen Hewitt20-Jun-06 22:43
Stephen Hewitt20-Jun-06 22:43 
GeneralRe: CComBSTR Split Pin
nmx_de20-Jun-06 23:09
nmx_de20-Jun-06 23:09 
GeneralRe: CComBSTR Split [modified] Pin
Stephen Hewitt21-Jun-06 0:11
Stephen Hewitt21-Jun-06 0:11 
QuestionStart COM programming Pin
TheEagle20-Jun-06 11:44
TheEagle20-Jun-06 11:44 
AnswerRe: Start COM programming Pin
Jun Du20-Jun-06 13:41
Jun Du20-Jun-06 13:41 
GeneralRe: Start COM programming Pin
TheEagle20-Jun-06 22:01
TheEagle20-Jun-06 22:01 
AnswerRe: Start COM programming Pin
Logan from Singapore20-Jun-06 21:35
Logan from Singapore20-Jun-06 21:35 
GeneralRe: Start COM programming Pin
TheEagle20-Jun-06 22:12
TheEagle20-Jun-06 22:12 

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.