Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 2:38
professionalEddy Vluggen23-Sep-13 2:38 
AnswerRe: Understanding changes of the mouse icon Pin
V.23-Sep-13 3:01
professionalV.23-Sep-13 3:01 
GeneralRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 3:32
professionalEddy Vluggen23-Sep-13 3:32 
GeneralRe: Understanding changes of the mouse icon Pin
V.23-Sep-13 3:35
professionalV.23-Sep-13 3:35 
GeneralRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 5:50
professionalEddy Vluggen23-Sep-13 5:50 
AnswerRe: Understanding changes of the mouse icon Pin
BillWoodruff23-Sep-13 4:55
professionalBillWoodruff23-Sep-13 4:55 
AnswerRe: Understanding changes of the mouse icon Pin
Pete O'Hanlon23-Sep-13 7:07
mvePete O'Hanlon23-Sep-13 7:07 
GeneralRe: Understanding changes of the mouse icon Pin
ExcellentOrg23-Sep-13 8:23
ExcellentOrg23-Sep-13 8:23 
GeneralRe: Understanding changes of the mouse icon Pin
Pete O'Hanlon23-Sep-13 8:41
mvePete O'Hanlon23-Sep-13 8:41 
GeneralRe: Understanding changes of the mouse icon Pin
ExcellentOrg25-Sep-13 20:05
ExcellentOrg25-Sep-13 20:05 
GeneralExample 5-14 - Drill 5-3 Pin
N8tiv23-Sep-13 0:51
N8tiv23-Sep-13 0:51 
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 

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.