Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert FieldInfo to Dictionary Pin
Wilson Wu22-Jun-06 0:40
Wilson Wu22-Jun-06 0:40 
Questionhow to divide a picture in to many parts an set position for it Pin
superdragon21-Jun-06 23:13
superdragon21-Jun-06 23:13 
Questioninheriting classs from different assembly Pin
Harvey Turtle21-Jun-06 22:55
Harvey Turtle21-Jun-06 22:55 
AnswerRe: inheriting classs from different assembly Pin
KrunalC21-Jun-06 23:27
KrunalC21-Jun-06 23:27 
GeneralRe: inheriting classs from different assembly Pin
Harvey Turtle21-Jun-06 23:44
Harvey Turtle21-Jun-06 23:44 
QuestionRemote computer shutdown Pin
Sangeetha .v21-Jun-06 22:26
Sangeetha .v21-Jun-06 22:26 
AnswerRe: Remote computer shutdown Pin
Sangeetha .v22-Jun-06 19:03
Sangeetha .v22-Jun-06 19:03 
QuestionHow to forbid contextmenu in MSHtml control. Pin
dreamwinter21-Jun-06 22:20
dreamwinter21-Jun-06 22:20 
Confused | :confused: 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!
QuestionScrolling problem Pin
printscreen1234521-Jun-06 21:33
printscreen1234521-Jun-06 21:33 
QuestionDifference between Dataset and DataTable Pin
Alamzeb khan21-Jun-06 21:01
Alamzeb khan21-Jun-06 21:01 
AnswerRe: Difference between Dataset and DataTable [modified] Pin
J4amieC21-Jun-06 21:46
J4amieC21-Jun-06 21:46 
GeneralRe: Difference between Dataset and DataTable Pin
KrunalC21-Jun-06 23:28
KrunalC21-Jun-06 23:28 
QuestionHow to Identify WTS Client Pin
ChandruIT21-Jun-06 20:46
ChandruIT21-Jun-06 20:46 
QuestionDisable Image (Object) manipulation in RichTextBox [modified] Pin
Anh_Tuan21-Jun-06 20:32
Anh_Tuan21-Jun-06 20:32 
QuestionWrite to a file in ASCII format Pin
AnnnS21-Jun-06 20:29
AnnnS21-Jun-06 20:29 
AnswerRe: Write to a file in ASCII format Pin
Tehnoon21-Jun-06 22:18
Tehnoon21-Jun-06 22:18 
AnswerRe: Write to a file in ASCII format Pin
Guffa22-Jun-06 1:02
Guffa22-Jun-06 1:02 
AnswerRe: Write to a file in ASCII format Pin
Andrei Ungureanu22-Jun-06 2:37
Andrei Ungureanu22-Jun-06 2:37 
QuestionHow can we make a c# component to run without .net framework ? Pin
vsdagar21-Jun-06 20:23
vsdagar21-Jun-06 20:23 
AnswerRe: NOOOOOOOOOOOOOOOOOO Pin
bannapradeep22-Jun-06 0:24
bannapradeep22-Jun-06 0:24 
GeneralRe: NOOOOOOOOOOOOOOOOOO Pin
donkaiser22-Jun-06 5:03
donkaiser22-Jun-06 5:03 
GeneralRe: NOOOOOOOOOOOOOOOOOO Pin
bannapradeep22-Jun-06 23:05
bannapradeep22-Jun-06 23:05 
Questioncreate folder in server Visual Web Developer 2005 Pin
Member 227165521-Jun-06 20:23
Member 227165521-Jun-06 20:23 
QuestionDynamic expression Pin
Wilson Wu21-Jun-06 20:02
Wilson Wu21-Jun-06 20:02 
AnswerRe: Dynamic expression Pin
Peter Wone21-Jun-06 20:06
Peter Wone21-Jun-06 20: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.