Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception when accessing Properties.Settings Pin
Guffa3-Aug-08 23:28
Guffa3-Aug-08 23:28 
QuestionXML communication via TCP/IP Pin
pete007_ke3-Aug-08 20:01
pete007_ke3-Aug-08 20:01 
AnswerRe: XML communication via TCP/IP Pin
stancrm3-Aug-08 20:12
stancrm3-Aug-08 20:12 
AnswerRe: XML communication via TCP/IP [modified] Pin
dan!sh 3-Aug-08 21:59
professional dan!sh 3-Aug-08 21:59 
AnswerRe: XML communication via TCP/IP Pin
Manoj Tarkar1-Aug-11 23:30
Manoj Tarkar1-Aug-11 23:30 
QuestionComboBox into DataGridView Pin
M Riaz Bashir3-Aug-08 19:43
M Riaz Bashir3-Aug-08 19:43 
AnswerRe: ComboBox into DataGridView Pin
Sam Xavier3-Aug-08 19:49
Sam Xavier3-Aug-08 19:49 
QuestionMessage box is displayed twice, why this happens ? Pin
rajesh99223-Aug-08 18:59
rajesh99223-Aug-08 18:59 
I have used the web browser control in my C# Windows Application. And i have written following code in that application for previewKeyDown event of webbrowser control.

But when user press the key M , Message box should be displayed once. But it is displayed twice.

Source code:

private void webBrowser1_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
       {
           if (e.KeyData== Keys.M)
               {
                   MessageBox.Show("User has pressed key M", "Key press alert");
               }

       }



actually event of key press occurs once. But message box is displayed twice . Need help ?


Thanks in Advance.
AnswerRe: Message box is displayed twice, why this happens ? Pin
stancrm3-Aug-08 20:10
stancrm3-Aug-08 20:10 
GeneralRe: Message box is displayed twice, why this happens ? Pin
rajesh99223-Aug-08 22:12
rajesh99223-Aug-08 22:12 
AnswerRe: Message box is displayed twice, why this happens ? Pin
MarkB7774-Aug-08 1:51
MarkB7774-Aug-08 1:51 
QuestionPlus Minus sign in TreeView structure Pin
sanjeevmedhi3-Aug-08 18:41
sanjeevmedhi3-Aug-08 18:41 
AnswerRe: Plus Minus sign in TreeView structure Pin
Mycroft Holmes3-Aug-08 21:58
professionalMycroft Holmes3-Aug-08 21:58 
GeneralRe: Plus Minus sign in TreeView structure Pin
sanjeevmedhi3-Aug-08 22:02
sanjeevmedhi3-Aug-08 22:02 
GeneralRe: Plus Minus sign in TreeView structure Pin
rsuresh7775-Sep-08 20:06
rsuresh7775-Sep-08 20:06 
QuestionDrawing text along a path Pin
threemp33-Aug-08 18:29
threemp33-Aug-08 18:29 
AnswerRe: Drawing text along a path Pin
Paul Conrad3-Aug-08 18:38
professionalPaul Conrad3-Aug-08 18:38 
QuestionTool to convert a .doc/.pdf/.ppt file to a .swf file. Pin
Joan_083-Aug-08 17:32
Joan_083-Aug-08 17:32 
AnswerRe: Tool to convert a .doc/.pdf/.ppt file to a .swf file. Pin
vikas amin4-Aug-08 5:18
vikas amin4-Aug-08 5:18 
QuestionDataGridView Pin
nelsonpaixao3-Aug-08 15:06
nelsonpaixao3-Aug-08 15:06 
AnswerRe: DataGridView Pin
dan!sh 3-Aug-08 17:37
professional dan!sh 3-Aug-08 17:37 
Questionchanging desktop colour doesn't work Pin
DragenGimp3-Aug-08 14:54
DragenGimp3-Aug-08 14:54 
AnswerRe: changing desktop colour doesn't work Pin
PandemoniumPasha3-Aug-08 21:51
PandemoniumPasha3-Aug-08 21:51 
GeneralRe: changing desktop colour doesn't work Pin
DragenGimp4-Aug-08 1:59
DragenGimp4-Aug-08 1:59 
GeneralRe: changing desktop colour doesn't work Pin
DragenGimp4-Aug-08 3:21
DragenGimp4-Aug-08 3:21 

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.