Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: Text editor in c# Pin
Jamie Nordmeyer13-Nov-06 5:21
Jamie Nordmeyer13-Nov-06 5:21 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 5:32
veluru krishna13-Nov-06 5:32 
AnswerRe: Text editor in c# Pin
aamironline13-Nov-06 6:06
aamironline13-Nov-06 6:06 
AnswerRe: Text editor in c# Pin
Judah Gabriel Himango13-Nov-06 6:25
sponsorJudah Gabriel Himango13-Nov-06 6:25 
QuestionValidation Pin
Deepasubramanian13-Nov-06 4:21
Deepasubramanian13-Nov-06 4:21 
AnswerRe: Validation Pin
ednrgc13-Nov-06 4:54
ednrgc13-Nov-06 4:54 
GeneralRe: Validation Pin
Deepasubramanian13-Nov-06 5:39
Deepasubramanian13-Nov-06 5:39 
QuestionMaking a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 4:02
Jon Hulatt13-Nov-06 4:02 
Hi all,

I want to make some controls on my form visible only when the mouse is over the form.

To that end, i set Visible=true in the onmouseenter event of the form, and visible=false in the onmouseleave.

However, when you move the mouse over the controls that are newly made visible, the onmouseleave event fires and the control is made invisible again. Then, since the control disappears, the onmouseenter event fires again, start a cycle of flickering.

Can anyone think of a way round this? I can see no way of telling where the mouse went (ie, did it leave the bounds of the form? or did it enter a control on the form) and thus no way of properly implementing this feature.

Any ideas?

thanks

jon

using System.Beer;

AnswerRe: Making a control visible from Form.OnMouseEnter Pin
ednrgc13-Nov-06 5:21
ednrgc13-Nov-06 5:21 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 6:26
Jon Hulatt13-Nov-06 6:26 
AnswerRe: Making a control visible from Form.OnMouseEnter Pin
aamironline13-Nov-06 6:14
aamironline13-Nov-06 6:14 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 6:27
Jon Hulatt13-Nov-06 6:27 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
ejuanpp13-Nov-06 22:27
ejuanpp13-Nov-06 22:27 
QuestionNumericUpDown Pin
sujithkumarsl13-Nov-06 2:42
sujithkumarsl13-Nov-06 2:42 
AnswerRe: NumericUpDown Pin
J4amieC13-Nov-06 3:30
J4amieC13-Nov-06 3:30 
Questionformating crystal report Pin
hadad13-Nov-06 2:27
hadad13-Nov-06 2:27 
AnswerRe: formating crystal report Pin
darkelv13-Nov-06 4:03
darkelv13-Nov-06 4:03 
GeneralRe: formating crystal report Pin
hadad13-Nov-06 5:30
hadad13-Nov-06 5:30 
GeneralRe: formating crystal report Pin
darkelv13-Nov-06 15:01
darkelv13-Nov-06 15:01 
NewsDEVCON 2006 Pin
HandyGuy13-Nov-06 2:18
HandyGuy13-Nov-06 2:18 
QuestionGeographical Location from IP ? Pin
Niiiissssshhhhhuuuuu13-Nov-06 2:00
Niiiissssshhhhhuuuuu13-Nov-06 2:00 
AnswerRe: Geographical Location from IP ? Pin
CWIZO13-Nov-06 2:03
CWIZO13-Nov-06 2:03 
GeneralRe: Geographical Location from IP ? Pin
Eduard Keilholz13-Nov-06 2:10
Eduard Keilholz13-Nov-06 2:10 
GeneralRe: Geographical Location from IP ? Pin
CWIZO13-Nov-06 2:18
CWIZO13-Nov-06 2:18 
GeneralRe: Geographical Location from IP ? Pin
Niiiissssshhhhhuuuuu13-Nov-06 2:21
Niiiissssshhhhhuuuuu13-Nov-06 2: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.