Declare for TrackMouseEvent
Hello All
Does anyone have the declare for the TrackMouseEvent function and
TRACKMOUSEEVENT type Handy
TIA
Scott
# 1 Re: Declare for TrackMouseEvent
Also anyone know the value for thes constants:
HOVER_DEFAULT
TME_CANCEL
TME_HOVER
TME_LEAVE
TME_QUERY
Scott Stanaland <stanland@bellsouth.net> wrote in message
news:38d911f9@news.dev-archive.com...
> Hello All
>
> Does anyone have the declare for the TrackMouseEvent function and
> TRACKMOUSEEVENT type Handy
>
> TIA
>
> Scott
>
>
# 2 Re: Declare for TrackMouseEvent
Also anyone know the value for thes constants:
HOVER_DEFAULT
TME_CANCEL
TME_HOVER
TME_LEAVE
TME_QUERY
Scott Stanaland <stanland@bellsouth.net> wrote in message
news:38d911f9@news.dev-archive.com...
> Hello All
>
> Does anyone have the declare for the TrackMouseEvent function and
> TRACKMOUSEEVENT type Handy
>
> TIA
>
> Scott
>
>
# 3 Re: Declare for TrackMouseEvent
Mattias Thanks alot
scott
Mattias Sjgren <mattiass.dont.want.spam@hem.passagen.se> wrote in message
news:38d91ae2.175496450@news.dev-archive.com...
> >Does anyone have the declare for the TrackMouseEvent function and
> >TRACKMOUSEEVENT type Handy
>
> Scott,
>
> Private Declare Function TrackMouseEventComCtl Lib "comctl32" Alias
> "_TrackMouseEvent" ( _
> lpEventTrack As TRACKMOUSEEVENT) As Long
>
> Private Declare Function TrackMouseEventUser Lib "user32" Alias
> "TrackMouseEvent" ( _
> lpEventTrack As TRACKMOUSEEVENT) As Long
>
> Type TRACKMOUSEEVENT
> cbSize As Long
> dwFlags As Long
> hwndTrack As Long
> dwHoverTime As Long
> End Type
>
> Const TME_HOVER = &H1
> Const TME_LEAVE = &H2
> Const TME_NONCLIENT = &H10
> Const TME_QUERY = &H40000000
> Const TME_CANCEL = &H80000000
>
> Const HOVER_DEFAULT = &HFFFFFFFF
>
>
> Mattias
>
> __________________________________________________
> Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
> VB+ http://hem.spray.se/mattias.sjogren/
> Please send questions/replies to the newsgroups
# 4 Re: Declare for TrackMouseEvent
Mattias Thanks alot
scott
Mattias Sjgren <mattiass.dont.want.spam@hem.passagen.se> wrote in message
news:38d91ae2.175496450@news.dev-archive.com...
> >Does anyone have the declare for the TrackMouseEvent function and
> >TRACKMOUSEEVENT type Handy
>
> Scott,
>
> Private Declare Function TrackMouseEventComCtl Lib "comctl32" Alias
> "_TrackMouseEvent" ( _
> lpEventTrack As TRACKMOUSEEVENT) As Long
>
> Private Declare Function TrackMouseEventUser Lib "user32" Alias
> "TrackMouseEvent" ( _
> lpEventTrack As TRACKMOUSEEVENT) As Long
>
> Type TRACKMOUSEEVENT
> cbSize As Long
> dwFlags As Long
> hwndTrack As Long
> dwHoverTime As Long
> End Type
>
> Const TME_HOVER = &H1
> Const TME_LEAVE = &H2
> Const TME_NONCLIENT = &H10
> Const TME_QUERY = &H40000000
> Const TME_CANCEL = &H80000000
>
> Const HOVER_DEFAULT = &HFFFFFFFF
>
>
> Mattias
>
> __________________________________________________
> Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
> VB+ http://hem.spray.se/mattias.sjogren/
> Please send questions/replies to the newsgroups
# 5 Re: Declare for TrackMouseEvent
>Does anyone have the declare for the TrackMouseEvent function and
>TRACKMOUSEEVENT type Handy
Scott,
Private Declare Function TrackMouseEventComCtl Lib "comctl32" Alias
"_TrackMouseEvent" ( _
lpEventTrack As TRACKMOUSEEVENT) As Long
Private Declare Function TrackMouseEventUser Lib "user32" Alias
"TrackMouseEvent" ( _
lpEventTrack As TRACKMOUSEEVENT) As Long
Type TRACKMOUSEEVENT
cbSize As Long
dwFlags As Long
hwndTrack As Long
dwHoverTime As Long
End Type
Const TME_HOVER = &H1
Const TME_LEAVE = &H2
Const TME_NONCLIENT = &H10
Const TME_QUERY = &H40000000
Const TME_CANCEL = &H80000000
Const HOVER_DEFAULT = &HFFFFFFFF
Mattias
__________________________________________________
Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
VB+ http://hem.spray.se/mattias.sjogren/
Please send questions/replies to the newsgroups
# 6 Re: Declare for TrackMouseEvent
>Does anyone have the declare for the TrackMouseEvent function and
>TRACKMOUSEEVENT type Handy
Scott,
Private Declare Function TrackMouseEventComCtl Lib "comctl32" Alias
"_TrackMouseEvent" ( _
lpEventTrack As TRACKMOUSEEVENT) As Long
Private Declare Function TrackMouseEventUser Lib "user32" Alias
"TrackMouseEvent" ( _
lpEventTrack As TRACKMOUSEEVENT) As Long
Type TRACKMOUSEEVENT
cbSize As Long
dwFlags As Long
hwndTrack As Long
dwHoverTime As Long
End Type
Const TME_HOVER = &H1
Const TME_LEAVE = &H2
Const TME_NONCLIENT = &H10
Const TME_QUERY = &H40000000
Const TME_CANCEL = &H80000000
Const HOVER_DEFAULT = &HFFFFFFFF
Mattias
__________________________________________________
Mattias Sjgren (MCP) - mattiass @ hem.passagen.se
VB+ http://hem.spray.se/mattias.sjogren/
Please send questions/replies to the newsgroups