Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

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
[246 byte] By [Scott Stanaland] at [2007-11-10 0:20:27]
# 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
>
>
Karl E. Peterson at 2007-11-11 20:03:31 >
# 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
>
>
Karl E. Peterson at 2007-11-11 20:04:37 >
# 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
> >
> >
>
>
Scott Stanaland at 2007-11-11 20:05:36 >
# 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
> >
> >
>
>
Scott Stanaland at 2007-11-11 20:06:34 >