Prev: Display ON/OFF
Next: 'int3' Question
From: aparna on 18 May 2010 05:17 Hi, I need API to find out if Laptop's(xp) display is ON or OFF or Is there any notification for the same. Thanks Aparna
From: Tim Roberts on 19 May 2010 01:42 aparna <aparnakakkar2003(a)gmail.com> wrote: > > I need API to find out if Laptop's(xp) display is ON or OFF or Is >there any notification for the same. No, because that phrase can mean many different things. Do you mean the backlight? Do you mean the black screensaver? Do you mean standby or suspend? Some of those things can be detected, some cannot. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: aparna on 20 May 2010 01:18 On May 19, 10:42 am, Tim Roberts <t...(a)probo.com> wrote: > aparna <aparnakakkar2...(a)gmail.com> wrote: > > > I need API to find out if Laptop's(xp) display is ON or OFF or Is > >there any notification for the same. > > No, because that phrase can mean many different things. Do you mean the > backlight? Do you mean the black screensaver? Do you mean standby or > suspend? Some of those things can be detected, some cannot. > -- > Tim Roberts, t...(a)probo.com > Providenza & Boekelheide, Inc. I want the state if monitor is ON/OFF.
From: Tim Roberts on 21 May 2010 01:05 aparna <aparnakakkar2003(a)gmail.com> wrote: >On May 19, 10:42�am, Tim Roberts <t...(a)probo.com> wrote: >> aparna <aparnakakkar2...(a)gmail.com> wrote: >> >> >I need API to find out if Laptop's(xp) display is ON or OFF or Is >> >there any notification for the same. >> >> No, because that phrase can mean many different things. �Do you mean the >> backlight? �Do you mean the black screensaver? �Do you mean standby or >> suspend? �Some of those things can be detected, some cannot. > >I want the state if monitor is ON/OFF. You must not have read what I said. Your question doesn't mean anything. Laptops don't have monitors. You need to figure out EXACTLY what you want to know. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: aparna on 21 May 2010 07:07
On May 21, 10:05 am, Tim Roberts <t...(a)probo.com> wrote: > aparna <aparnakakkar2...(a)gmail.com> wrote: > >On May 19, 10:42 am, Tim Roberts <t...(a)probo.com> wrote: > >> aparna <aparnakakkar2...(a)gmail.com> wrote: > > >> >I need API to find out if Laptop's(xp) display is ON or OFF or Is > >> >there any notification for the same. > > >> No, because that phrase can mean many different things. Do you mean the > >> backlight? Do you mean the black screensaver? Do you mean standby or > >> suspend? Some of those things can be detected, some cannot. > > >I want the state if monitor is ON/OFF. > > You must not have read what I said. Your question doesn't mean anything. > Laptops don't have monitors. You need to figure out EXACTLY what you want > to know. > -- > Tim Roberts, t...(a)probo.com > Providenza & Boekelheide, Inc. Let me explain ... Right click->properties->screen saver tab->Power Button Power Schemes for laptops... There is one option..turn off monitor after given time. I want to capture that event..and want to know API call which will give me value if display is ON/OFF. |