Top "Monitor" questions

Monitor is component for Monitoring.

c# How to get the events when the screen/display goes to power OFF or ON?

Hi I have been searching but I can't find the answer. How do I know when the screen is going …

c# events screen monitor
Terminal command to show connected displays/monitors/resolutions?

Is there a way to get the information about connected monitors and displays and their resolutions via the terminal in …

macos shell terminal monitor
How to obtain the correct physical size of the monitor?

How can I get the size of the display in centimeters or inches? This code does not always works correctly: …

c windows winapi monitor
Waiting for a Timer to finish in Java

I'm using java.util.Timer to schedule a periodic task. At one point, I'd like to shut it down, and …

java synchronization timer monitor
Get PC's Monitor Information Using .NET / WMI

Is there anyway using WMI/.Net to grab monitor information such as Manufacturer, Serial Number, Monitor Size etc.? Using a …

c# .net wmi monitor
Javascript: How do constantly monitor variables value

How do I constantly check a variables value. For example: if(variable == 'value'){ dosomething(); } This would work if I constantly …

javascript variables webkit monitor
Get physical screen size in Qt

I'km working in Qt, i need help to get the physical size of the screen (monitor), In Qt one can …

qt size screen monitor dpi
Can anyone explain thread monitors and wait?

Someone at work just asked for the reasoning behind having to wrap a wait inside a synchronized. Honestly I can't …

java multithreading monitor
How can i monitor requests on WKWebview?

How can i monitor requests on WKWebview? I'v tried using NSURLprotocol (canInitWithRequest) but it won't monitor ajax requests (XHR), only …

javascript ios monitor wkwebview nsurlprotocol
How to Monitor SQL Server Network Traffic

I want to monitor the network traffic used by each transaction with Microsoft SQL Server, for example when a query …

sql-server monitor traffic