Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Example 5-14 - Drill 5-3 Pin
Pete O'Hanlon23-Sep-13 1:24
mvePete O'Hanlon23-Sep-13 1:24 
GeneralRe: Example 5-14 - Drill 5-3 Pin
N8tiv23-Sep-13 1:45
N8tiv23-Sep-13 1:45 
Questionbug/challenge poll Pin
Per Söderlund22-Sep-13 20:59
Per Söderlund22-Sep-13 20:59 
AnswerRe: bug/challenge poll Pin
Richard MacCutchan22-Sep-13 21:35
mveRichard MacCutchan22-Sep-13 21:35 
GeneralRe: bug/challenge poll Pin
Per Söderlund22-Sep-13 21:40
Per Söderlund22-Sep-13 21:40 
AnswerRe: bug/challenge poll Pin
ExcellentOrg23-Sep-13 8:26
ExcellentOrg23-Sep-13 8:26 
Questionc# on my machine I have installed the virtual webcam and integrated webcam already present. So how we identify that this is virtual webcam Pin
ankur4747@yahoo.com22-Sep-13 20:04
ankur4747@yahoo.com22-Sep-13 20:04 
Questionproblem: webBrowser1.Navigate OR the loaded page? - for a jumping cursor. Pin
_Q12_22-Sep-13 7:39
_Q12_22-Sep-13 7:39 
For each (char)character I wrote in textBox1, the webBrowser1.Navigate is fired.
The problem is that the mouse cursor JUMP from my textbox1 into webBrowser1, and I don't figure out WHY is doing that on this PARTICULAR PAGE(see code). On other pages i see is working fine, but here, is going nuts. I think is (part) because of the webBrowser1.Navigate method, and (part) because of the page. I need help on this matter. Its impossible for me to resolve it.

private void textBox1_TextChanged(object sender, EventArgs e)
{
webBrowser1.Navigate("http://translate.google.com/?hl=en&tab=wT#en|ro|" + textBox1.Text);
}
Thanks.
AnswerRe: problem: webBrowser1.Navigate OR the loaded page? - for a jumping cursor. Pin
Dave Kreskowiak22-Sep-13 8:56
mveDave Kreskowiak22-Sep-13 8:56 
GeneralRe: problem: webBrowser1.Navigate OR the loaded page? - for a jumping cursor. Pin
_Q12_22-Sep-13 16:07
_Q12_22-Sep-13 16:07 
GeneralRe: problem: webBrowser1.Navigate OR the loaded page? - for a jumping cursor. Pin
_Q12_22-Sep-13 20:30
_Q12_22-Sep-13 20:30 
GeneralRe: problem: webBrowser1.Navigate OR the loaded page? - for a jumping cursor. Pin
Dave Kreskowiak23-Sep-13 1:20
mveDave Kreskowiak23-Sep-13 1:20 
QuestionC# devper in Thailand Pin
Sunsern Promsen22-Sep-13 2:16
Sunsern Promsen22-Sep-13 2:16 
AnswerRe: C# devper in Thailand Pin
OriginalGriff22-Sep-13 2:22
mveOriginalGriff22-Sep-13 2:22 
AnswerRe: C# devper in Thailand Pin
Abhinav S22-Sep-13 3:42
Abhinav S22-Sep-13 3:42 
AnswerRe: C# devper in Thailand Pin
BillWoodruff22-Sep-13 13:37
professionalBillWoodruff22-Sep-13 13:37 
GeneralRe: C# devper in Thailand Pin
Sunsern Promsen22-Sep-13 15:16
Sunsern Promsen22-Sep-13 15:16 
QuestionHow to Prevent DOM xss attack -shortened- Pin
computer_programmer121-Sep-13 5:29
computer_programmer121-Sep-13 5:29 
AnswerRe: How to Prevent DOM xss attack -shortened- Pin
Richard MacCutchan21-Sep-13 7:13
mveRichard MacCutchan21-Sep-13 7:13 
QuestionHow to set Voucher Print C# window application Pin
Member 1024557620-Sep-13 19:09
Member 1024557620-Sep-13 19:09 
AnswerRe: How to set Voucher Print C# window application Pin
Richard MacCutchan20-Sep-13 21:39
mveRichard MacCutchan20-Sep-13 21:39 
QuestionNeed Basic Silverlight Projects Pin
Rajkumar Kothandapani20-Sep-13 17:46
Rajkumar Kothandapani20-Sep-13 17:46 
AnswerRe: Need Basic Silverlight Projects Pin
codestar00720-Sep-13 18:59
professionalcodestar00720-Sep-13 18:59 
AnswerRe: Need Basic Silverlight Projects Pin
Abhinav S22-Sep-13 3:44
Abhinav S22-Sep-13 3:44 
QuestionPreventing DOM based XSS Script PROBLEM -with details- Pin
computer_programmer120-Sep-13 8:05
computer_programmer120-Sep-13 8:05 

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.