Prev: How to compile COM components written in VC6.0 in Visual Studio2010
Next: WaitForSingleObject() and Process termination,...
From: Jan M on 16 Feb 2010 07:44 Hi, Is there a simple way to gray a dialog control and have it still receive messages (I'm looking for WM_MOUSEMOVE). Thanks, Jan
From: Steph on 20 Feb 2010 06:29 "Jan M" <jan_m(a)jerseymail.co.uk> a �crit dans le message de news: hle3vq$q2l$1(a)speranza.aioe.org... > Hi, > > Is there a simple way to gray a dialog control and have it still receive > messages (I'm looking for WM_MOUSEMOVE). Which control class ?
From: Jan M on 20 Feb 2010 08:13 Button (checkbox). "Steph" <steph(a)gmail.com> wrote in message news:hloh2r$tm4$1(a)news.eternal-september.org... > > "Jan M" <jan_m(a)jerseymail.co.uk> a �crit dans le message de news: > hle3vq$q2l$1(a)speranza.aioe.org... >> Hi, >> >> Is there a simple way to gray a dialog control and have it still receive >> messages (I'm looking for WM_MOUSEMOVE). > > Which control class ? >
From: Steph on 20 Feb 2010 16:04 "Jan M" <jan_m(a)jerseymail.co.uk> a �crit dans le message de news: hlon6m$7j1$1(a)speranza.aioe.org... > Button (checkbox). Except an owner-draw button, it's not possible..
From: Jan M on 21 Feb 2010 03:10
That's what I thought but it was worth a try. Thanks, Jan "Steph" <steph(a)gmail.com> wrote in message news:hlpiqe$tkq$1(a)news.eternal-september.org... > > "Jan M" <jan_m(a)jerseymail.co.uk> a �crit dans le message de news: > hlon6m$7j1$1(a)speranza.aioe.org... >> Button (checkbox). > > Except an owner-draw button, it's not possible.. > |