Click here to Skip to main content
15,886,634 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to get the type of the file selected...... Pin
Vikram A Punathambekar27-Feb-06 21:38
Vikram A Punathambekar27-Feb-06 21:38 
AnswerRe: how to get the type of the file selected...... Pin
mav.northwind28-Feb-06 22:46
mav.northwind28-Feb-06 22:46 
GeneralRe: how to get the type of the file selected...... Pin
imsathy28-Feb-06 22:49
imsathy28-Feb-06 22:49 
GeneralRe: how to get the type of the file selected...... Pin
mav.northwind28-Feb-06 22:59
mav.northwind28-Feb-06 22:59 
GeneralRe: how to get the type of the file selected...... Pin
imsathy28-Feb-06 23:37
imsathy28-Feb-06 23:37 
GeneralRe: how to get the type of the file selected...... Pin
mav.northwind1-Mar-06 8:11
mav.northwind1-Mar-06 8:11 
GeneralRe: how to get the type of the file selected...... Pin
imsathy1-Mar-06 18:11
imsathy1-Mar-06 18:11 
Questiondisable right click of mouse in windowsapplication in c# Pin
prgramya27-Feb-06 17:33
prgramya27-Feb-06 17:33 
I'm working on an app that's using the WebBrowser control in a c# windows application.

I got the control working fine, hooking to the document object. But I've run
into a major issue with hooking the Document events. Whenever I hook any of
the HTMLDocumnetEvent2_Event events like this:

HTMLDocumentEvents2_Event DocEvents = this.Browser.Document as
HTMLDocumentEvents2_Event ;
DocEvents.oncontextmenu += new
HTMLDocumentEvents2_oncontextmenuEventHandler(Browser_ContextMenu);

the browser document becomes unresposinve.All mouse clicks are eaten. I cannot click on any text box or any link . But the right click is disabled . Can anyone help to solve this problem such that i can disable the right click in the browser control and browser document and mouse clicks also work fine in c# windows application.
thanks
ramya



-- modified at 23:34 Monday 27th February, 2006
AnswerRe: disable right click of mouse in windowsapplication in c# Pin
vinSharp27-Feb-06 20:47
vinSharp27-Feb-06 20:47 
QuestionOutlook-style dropdown list which will not assign the selected text in dropdown textbox on navingation Pin
Nitin@Pune27-Feb-06 17:28
Nitin@Pune27-Feb-06 17:28 
Questionhow to connect desktop application with database on webserver. Pin
rajandeepak27-Feb-06 15:26
rajandeepak27-Feb-06 15:26 
AnswerRe: how to connect desktop application with database on webserver. Pin
Sean8927-Feb-06 15:31
Sean8927-Feb-06 15:31 
GeneralRe: how to connect desktop application with database on webserver. Pin
rajandeepak27-Feb-06 15:42
rajandeepak27-Feb-06 15:42 
AnswerRe: how to connect desktop application with database on webserver. Pin
Guffa27-Feb-06 19:00
Guffa27-Feb-06 19:00 
QuestionASP.NET and C#.NET - create a open file dialog box Pin
deepak127-Feb-06 13:30
deepak127-Feb-06 13:30 
AnswerRe: ASP.NET and C#.NET - create a open file dialog box Pin
Christian Graus27-Feb-06 14:21
protectorChristian Graus27-Feb-06 14:21 
GeneralRe: ASP.NET and C#.NET - create a open file dialog box Pin
deepak127-Feb-06 17:28
deepak127-Feb-06 17:28 
AnswerRe: ASP.NET and C#.NET - create a open file dialog box Pin
rajandeepak27-Feb-06 15:37
rajandeepak27-Feb-06 15:37 
GeneralRe: ASP.NET and C#.NET - create a open file dialog box Pin
deepak127-Feb-06 17:29
deepak127-Feb-06 17:29 
Questionhow to burn a cd with C# ? Pin
f_o_x27-Feb-06 12:37
f_o_x27-Feb-06 12:37 
AnswerRe: how to burn a cd with C# ? Pin
Expert Coming27-Feb-06 12:54
Expert Coming27-Feb-06 12:54 
QuestionOpen Directory Dialog Pin
Monin D.27-Feb-06 10:15
Monin D.27-Feb-06 10:15 
AnswerRe: Open Directory Dialog Pin
mikker_12327-Feb-06 10:24
mikker_12327-Feb-06 10:24 
GeneralRe: Open Directory Dialog Pin
tray_gator27-Feb-06 11:09
tray_gator27-Feb-06 11:09 
QuestionKeeping track of users within a server Pin
paranoiduk27-Feb-06 10:08
paranoiduk27-Feb-06 10:08 

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.