3
votes
0answers
59 views
+100
Creating a virtual monitor/virtual display device
I'm trying to create a "virtual monitor" in Windows (XP & newer). For example, let's say my desktop looks like this:
I want to add a monitor virtually so it looks like this without any change ...
0
votes
1answer
30 views
Process Performance Monitor [closed]
I am looking for a tool that can attach itself to any process in windows and monitor its performance such as CPU utilization, Memory Utilization, IO reads/writes and either generate a csv file with ...
0
votes
0answers
66 views
Macro Program for Application
I have a project where I need to create a macro program to initialize some software. The macro program is basically a program that move the mouse pointer to certain position and click the left button ...
0
votes
0answers
81 views
C++ - GetMonitorBrightness Function COM Error: ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA (0xC0262582) [closed]
This is following on from my previous question - Invalid Monitor Handle Error When Executing SetMonitorBrightness Function In Windows - C++.
As seen in that thread I can now obtain a valid handle to ...
1
vote
1answer
85 views
How to monitor/interact with a Unix program from Windows?
I've written several custom-purpose Unix programs in C/C++ to parse inbound data files and insert records into a database. I would like to give the customer the ability to monitor the status of these ...
2
votes
1answer
169 views
Why is my clipboard listener being called twice/application opened twice?
I Wrote a short program in C# that monitors the clipboard. When a certain string enters the clipboard, a program must be opened with Process.Start (depending on the string). Everything works fine, but ...
1
vote
0answers
247 views
How to listen to the directory change and selection change of the file manager (Explorer.exe)?
Listary is an awesome file browsing & searching tool for Windows. Some of the third party reviews can be found in Listary's FAQ.
As shown in the following figure, Listary offers "Copy Folder Path ...
1
vote
0answers
86 views
Print monitor modification and redirection to another printer port
I'm trying to modify the data being printed to an Epson POS printer before it is printed. I'm currently doing this by using a print monitor instead of the Epson port in the printer port config. In ...
3
votes
1answer
83 views
Monitoring an audio file to check when it's opened by another program
How could I monitor an audio file being opened/run by another program in C++ on windows?
I've searched and the only thing I came up with is to check if the audio file is currently open, however this ...
7
votes
2answers
679 views
Dim screen on Windows with C++ [duplicate]
Possible Duplicate:
How to get screen resolution in C++?
I've been looking into dimming a screen on a Windows platform from my program. I know that there's a SetMonitorBrightness API that ...
0
votes
1answer
330 views
Trying to open display device handle to change brightness on Windows XP using C++
I am trying to write a C++/WinAPI code to change a monitor brightness. The code must be compatible with Windows XP so I can't use APIs like SetMonitorBrightness. So I thought to try out ...
0
votes
0answers
78 views
Resizing/Blocking out 2nd monitor in Windows Desktop Sharing API (using SetDesktopSharedRect)
I've been using the Windows Desktop Sharing API, as found here
I understand there is no out-right method to specify the scaling of WDS's viewer, besides setting SmartSize on or off.
I am trying to ...
1
vote
1answer
677 views
Looking for a reliable mapping of Forms.Screen.DeviceName to Monitor EDID info
I'm developing an application which will display information derived from the EDID blocks (monitor model, ID, S/N, etc.) on a dialog on the corresponding monitor.
This code works for finding the EDID ...
0
votes
1answer
194 views
Check windows processes by name
I'm looking for something that can be run on 1 machine to monitor the processes of another machine in Windows, and notify (email?)
Basically, Server A is running "Application.exe" and Server A ...
0
votes
1answer
223 views
Monitor tcp data
I need to monitor the packets transferred to a ip address via a tcp connection. At the same time I need to monitor the packets transferred from the same ip.
Currently I am using smsniff to do this
...
1
vote
1answer
452 views
C++ monitor running processes in the background?
I've been trying to write a program in C++ that will monitor running processes in the background and terminate a certain one if it's detected to be running. I have written a program that will do so, ...
0
votes
0answers
1k views
Create a virtual *monitor* (not a virtual desktop) (Windows 7 Q. that other websites can't answer) [closed]
I'm using Windowblinds to customize my shell. I have a dual monitor setup. When I maximize a window on either monitor, a little bit of the window frame spills over onto the other monitor. This might ...
0
votes
1answer
266 views
Overriding screen refresh rate
I am using the EDID override driver to set the screen refresh rate. I am trying to set my DELL 2209WA to 75Hz in 1680x1050. This works but it goes back to default 60Hz when waking up from sleep mode. ...
0
votes
1answer
242 views
Monitor creation of a window (HWND)
I would like to Monitor the creation of windows (HWND) in C.
I'd like to know if there's some kind of event that the WINAPI provides to handle the creation of a window.
0
votes
3answers
4k views
Win32 code to get EDID in Windows XP/7
I found this page and was unable to get any useful information out of it (it searches the registry for something but never finds it and goes into an infinite loop).
As this question regarding getting ...
1
vote
2answers
360 views
Is it possible to monitor file move event(move file from a folder to another) on Windows?
I would like to know how to capture the file move event on Windows.
An event of Moving a folder/file to another location.
I tried JNotify. It supports renamed, modified, deleted,created events, but ...
0
votes
1answer
1k views
Script to monitor and log folder size of multiple folder (Windows)
I'd like a script that'll monitor folder1, folder2, folder3 and create a log with their combined size, for Windows.
Would it be possible to do this with a .bat file or something?
Thanks in advance.
1
vote
1answer
46 views
Windows hooks question
We have a legacy program written by a third party company and I need to capture screen data when the user clicks a button on that application. Now, I can capture the text using SendMessage() with the ...
1
vote
2answers
233 views
Help needed with windows hooks
I am working on building a system that can monitor how users react to security alerts on their systems (software updates, warnings etc.). It also needs to monitor the web traffic and the processes ...
0
votes
1answer
46 views
Windows slideshow with tasks
Hi and thanks before hand.
At my restaurant we keep all the menu items in a monitor plugged to a Windows 7 machine, but customers usually ask for another menu to be shown so we have to manually switch ...
0
votes
3answers
125 views
Any tools to monitor the changes made by an application?
I want to monitor the changes made by my installer, and I found the processmonitor is useful, But it just get too many information, and really hard to retrieve what I need. Is there any better ...
4
votes
1answer
1k views
How to query NATIVE hardware resolution of primary monitor in Windows?
I need to find the "best" or native resolution for an attached LCD monitor under Windows (which I'll then set programmatically and know how to do.) Let me repeat that I do not need the Current ...
0
votes
3answers
362 views
Automation on Windows?
i need to open at the startup of the pc 3 browsers on 3 different monitor starting from one Windows XP pc.
Then i need to set the 3 browser to full screen (F11) automatically.
I need another thing, on ...
0
votes
1answer
456 views
How to get the original full file path been printed by Spooler API
I want to monitor the system scope's printing jobs through a standalone program using the Windows Spooler API, but only the print job's name can be fetched. How do I get the original file with full ...
8
votes
4answers
2k views
How can I force display detection in Windows?
I often boot my Windows 7 PC with the attached KVM switch focused on another computer. When I switch to the booted PC, the display resolution is wrong (and the second attached monitor is not ...
1
vote
2answers
193 views
Monitor selections in any application
I want to monitor all text selections made in any application by the user. Is that possible? I would prefer a solution in .net, but vanilla C++ is OK.
If not, can I monitor all text copy operations ...
1
vote
5answers
2k views
Windows: How to change monitor's backlight brightness
Ever since I've been using an external monitor with my laptop, when I need to change the backlight brightness I have to press the monitor's buttons to navigate through its menu and adjust the ...
4
votes
1answer
608 views
C#: Force Monitors Into Standby Mode
So, say you're sitting in your bed and you want to turn off your monitors after watching a movie? You have to get up, and turn them off, or put the computer to sleep or something.
I want to know what ...
1
vote
2answers
87 views
Is it possible to know which java classes are doing disk IO operations
I know the Resource Monitor in Windows7 can do such thing.
But I need a monitor on other windows platforms.
Any idea?
Thanks.
2
votes
1answer
469 views
Windows Spooler Events API doesn't generate events for network printers
the context
i use Spooler Events API to capture events generated by the spooler when a user prints a document ie.
FindFirstPrinterChangeNotification
FindNextPrinterChangeNotification
the problem
...
1
vote
3answers
567 views
How to automatically monitor and limit resource of process on Windows
On Linux, normally I use ptrace function to trace all syscall, and kill the process if the it tries to do anything harmful to my machine, such as system("shutdown -s -t 00") or so.
Is there a way for ...
1
vote
4answers
976 views
how can I find out which user send the print command to windows/windows server programmatically?
I have a windows network (peer-2-peer) as well as Active Directory and I need to log the name of users who send any kind of print to the server.
I want to write a program to log their username and/or ...
1
vote
4answers
595 views
How do I create a monitor for a specific directory?
Using Java over Windows Vista, I'm trying to create a kind of a monitor for a directory, so every time this directory is modified (new, renamed, updated or deleted files) a process is triggered. I ...
3
votes
3answers
2k views
How to set multiple desktop backgrounds (dual monitor)
I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent image to each ...
3
votes
3answers
4k views
Find Number and resolution to all monitors
How would one poll windows to see what monitors are attached and what resolution they are running at?
5
votes
7answers
6k views
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:
HDC hdc = CreateDC(_T("DISPLAY"),dd.DeviceName,NULL,NULL);
int width = GetDeviceCaps(hdc, ...
2
votes
2answers
995 views
How do I wake up my Windows monitors once turned off by power settings?
So my Vista machine is set to turn off it's monitors after 10 minutes. (Note : machine is not suspended, or hibernated)
I have a .Net application running, that needs to "wake" the system at a ...
8
votes
4answers
4k views
Re-assign/override hotkey (Win + L) to lock windows
Is it possible to re-assign the Win + L hotkey to another executable/shortcut?
Use-case - I would like to switch off the monitor of my laptop as soon as it is locked. I know of a executable which can ...
0
votes
1answer
2k views
Windows Temperature Monitor
As part of an application for a client, I need to have a section which reports temperature information (motherboard, CPU, HDD). I know there are standalone applications such as Hardware Monitor by ...
