WinID is controls & windows identification utility that is both powerful and compact. It gives an easy way to retrieve information about MS Windows controls visually right off the screen. WinID resembles Spy++ from the MS Visual Studio toolset but it also incorporates lots of its own handy features. It will be good for debugging C/C++/MFC/.NET and Visual Basic applications by a person who knows (or plans to learn) the MS Windows OS - programmer, debugger/tester, beginner, as well as learning more about how your favorite programs are made.
Special features:
(1)To use WinID all you have to do is to point mouse to control on the screen to get instant information about it;
(2)WinID is completely "transparent" for other programs and the OS;
(3)WinID retrieves a wealth of Windows NT compatible information, including: Control handle & title (text), control ID, control status (enabled, visible, Unicode), module handle, Window Procedure, menu, atom, icon, cursor and brush handles, window class styles, process ID, process priority, process creation and times, process memory and handle count stats, process privileges, main thread ID, priority and creation times, base priority, image file path, module file path, app instance handle, shut-down parameters & flags, parent window handle & class, window & control styles, extended styles, additional control-specific info, and much more;
(4)Using Capture Shot technique WinID can remember control state to be analyzed later;
(5)WinID can also retrieve command line, environment strings, image file path for a program by simply pointing to it through Capture Shot feature;
(6)Using Capture Shot you can copy and save retrieved information as text;
(7)WinID can highlight control it works with;
(8)WinID does Automatically Recognize many control classes;
(9)WinID can run with priority level above normal to have an upper hand over other apps;
(10)Use WinID to test other programs regarding resource and memory leaks.
Handy utility for those who'd like to leave their computer unattended and then to automatically turn it off. TOff can turn off your computer (or hibernate, when possible) at a certain day and time with seconds discrepancy. I use it every time when I leave my computer at office to download some stuff from the Internet and then to turn it off at night so that it looks like nothing happened in the morning. MFC source code is available for review.
Have you ever wondered if it's possible to wake up your PC from a Stand-by mode programmatically? Yes, it's possible. This simple utility will show you how. Once activated it resides in the system and wakes it up at predefined time, runs a file and if necessary sends system back into Stand-by. It could also be minimized to a system tray to save space on the screen. We can supply it with a source code to let you modify this concept for your needs.