intercept when the mouse is out of listview area

User avatar
sal21
PlatinumLounger
Posts: 4343
Joined: 26 Apr 2010, 17:36

intercept when the mouse is out of listview area

Post by sal21 »

possible to intercept when the mouse is out of listview1 area?

User avatar
HansV
Administrator
Posts: 78393
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: intercept when the mouse is out of listview area

Post by HansV »

You'd have to use the MouseMove event of the form and of all other controls to check that.
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4343
Joined: 26 Apr 2010, 17:36

Re: intercept when the mouse is out of listview area

Post by sal21 »

HansV wrote:
17 Jul 2020, 09:47
You'd have to use the MouseMove event of the form and of all other controls to check that.
yes i know this way...
but listview is on a sstab1

User avatar
sal21
PlatinumLounger
Posts: 4343
Joined: 26 Apr 2010, 17:36

Re: intercept when the mouse is out of listview area

Post by sal21 »

sal21 wrote:
17 Jul 2020, 10:13
HansV wrote:
17 Jul 2020, 09:47
You'd have to use the MouseMove event of the form and of all other controls to check that.
yes i know this way...
but listview is on a sstab1 and the tab cover entire form

LisaGreen
5StarLounger
Posts: 964
Joined: 08 Nov 2012, 17:54

Re: intercept when the mouse is out of listview area

Post by LisaGreen »

May I ask about the sequence of events that you want to happen please?

What does the form look like?
Would you click the listview control?

Do you have an example?

Lisa

User avatar
HansV
Administrator
Posts: 78393
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: intercept when the mouse is out of listview area

Post by HansV »

Does the SSTab control have a MouseMove event?
Best wishes,
Hans