Owner Drawn List Box
Hello All
I am using the owner drawn listbox example from www.vbbox.com.
I want to be able to receive clicks and double clicks and etc.
What messages do I need to process in order to do this.
TIA
Scott
# 1 Re: Owner Drawn List Box
WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, etc.
--
[This space intentionally left blank.]
Scott Stanaland wrote in message <38d79ada@news.dev-archive.com>...
>Hello All
>
>I am using the owner drawn listbox example from www.vbbox.com.
>
>I want to be able to receive clicks and double clicks and etc.
>
>What messages do I need to process in order to do this.
>
>TIA
>
>Scott
>
>
# 2 Re: Owner Drawn List Box
WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, etc.
--
[This space intentionally left blank.]
Scott Stanaland wrote in message <38d79ada@news.dev-archive.com>...
>Hello All
>
>I am using the owner drawn listbox example from www.vbbox.com.
>
>I want to be able to receive clicks and double clicks and etc.
>
>What messages do I need to process in order to do this.
>
>TIA
>
>Scott
>
>
# 3 Re: Owner Drawn List Box
Thanks!!! Karl I should have remember that.
scott
Karl E. Peterson <karl@mvps.org> wrote in message
news:38d7a37f@news.dev-archive.com...
> WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, etc.
> --
> [This space intentionally left blank.]
>
> Scott Stanaland wrote in message <38d79ada@news.dev-archive.com>...
> >Hello All
> >
> >I am using the owner drawn listbox example from www.vbbox.com.
> >
> >I want to be able to receive clicks and double clicks and etc.
> >
> >What messages do I need to process in order to do this.
> >
> >TIA
> >
> >Scott
> >
> >
>
>
# 4 Re: Owner Drawn List Box
Thanks!!! Karl I should have remember that.
scott
Karl E. Peterson <karl@mvps.org> wrote in message
news:38d7a37f@news.dev-archive.com...
> WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, etc.
> --
> [This space intentionally left blank.]
>
> Scott Stanaland wrote in message <38d79ada@news.dev-archive.com>...
> >Hello All
> >
> >I am using the owner drawn listbox example from www.vbbox.com.
> >
> >I want to be able to receive clicks and double clicks and etc.
> >
> >What messages do I need to process in order to do this.
> >
> >TIA
> >
> >Scott
> >
> >
>
>