Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by galastur at 07-21-2010 12:47 . Topic has 2 replies.

Print Search
Sort Posts:    
   07-21-2010, 12:47
galastur is not online. Last active: 21.09.2011 16:29:11 galastur

Top 500 Posts
Joined on 06-01-2010
Posts 2
Indifferent [:|] MouseLeave event not firing up
Reply Quote

Any reasons why this will now fire up when the mouse moves outside the pinedit control  !!!????

        private void pinEditWinFormControl1_MouseLeave(object sender, EventArgs e)
        {
            MessageBox.Show("I am outside the control");
        }

   Report 
   07-23-2010, 3:01
galastur is not online. Last active: 21.09.2011 16:29:11 galastur

Top 500 Posts
Joined on 06-01-2010
Posts 2
Re: MouseLeave event not firing up
Reply Quote
I meant to say : why it does not fire up ...

   Report 
   07-26-2010, 9:21
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: MouseLeave event not firing up
Reply Quote
Hello,

we use internally the web browser namespace. And this control seems not to support that.

We will try to find a workaround.

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » Re: MouseLeave event not firing up