Spy through the windows

With Window Detective you can spy through your application windows

Window Detective is an excellent free tool for Windows operating systems that allows programmers to spy on their applications, view their custom properties and even modify them according to different scenarios.

Window Detective

April 2021 Update:

We now recommend using this tool for your error. Additionally, this tool fixes common computer errors, protects you against file loss, malware, hardware failures and optimizes your PC for maximum performance. You can fix your PC problems quickly and prevent others from happening with this software:

  • Step 1 : Download PC Repair & Optimizer Tool (Windows 10, 8, 7, XP, Vista – Microsoft Gold Certified).
  • Step 2 : Click “Start Scan” to find Windows registry issues that could be causing PC problems.
  • Step 3 : Click “Repair All” to fix all issues.

One of the most important use cases of Windows Detective is to force the opening of program windows in user-defined dimensions and a user-defined position on the screen when the program is loaded. This helps the programmer manage the actions your applications run.

These are some of the key features of Window Detective that make it a useful tool for modifying application tasks.

  • Display window properties such as text/title, dimensions and styles.
  • Define properties such as text/title, dimensions and styles.
  • Show all windows in a tree hierarchy of parent and child windows.
  • Pick window for mouse control.
  • Advanced search to find windows that match specific criteria.
  • Listen to window messages sent to a window.
  • Smart settings that intelligently recall user settings such as window positions.

Window Detective is a program that an installation program must run on the device before installation. The installer is based on Visual C+++ Redistributable 2010, which is automatically installed if not already installed on the system. Selecting the’Run as administrator’ option is required for this application to be installed on your PC.

It has a rather stocky appearance, with all the windows on the right side bar. The windows open by clicking on the right side. You can also change the display mode to make it easier to find the window you want to check and customize.

Right-click one of the options on the left side to obtain several of the options described below.

  1. View Properties – Displays window settings such as dimensions, position, size, supported styles, scrolling information and other parameters you need to customize settings.
  2. Change properties – When you open the Properties settings, you can set custom window dimensions, positions or sizes, set the window to visible/invisible, on or still in the foreground, or change the window text.
  3. Edit Window Styles – Add or remove window styles to the selected window. Styles allow you to add or remove frames, scroll bars or various other properties from the selected window.
Читайте также:  Что такое тонкие настройки windows

Использование Spy++ Using Spy++

Spy++ (SPYXX.EXE) — это служебная программа на основе Win32, которая содержит графическое представление системных процессов, потоков, окон и сообщений окон. Spy++ (SPYXX.EXE) is a Win32-based utility that gives you a graphical view of the system’s processes, threads, windows, and window messages. Этот раздел справки по Spy++ содержит ссылки на указанные ниже справочные статьи. This section of the Spy++ Help includes the following help topics:

В этом разделе In This Section

Введение в Spy++. Здесь описываются типы сведений, которые можно отобразить с помощью средства Spy++. Introducing Spy++ Explains the types of information you can display with the Spy++ tool.

Практическое руководство. Запуск Spy++. В этой статье объясняется, как запустить Spy++ из меню «Сервис». How to: Start Spy++ Explains how to launch Spy++ from the Tools menu.

Панель инструментов Spy++. Описание команд, доступных на панели инструментов Spy++. Spy++ Toolbar Describes the commands available on the Spy++ toolbar.

Практическое руководство. Отображение представлений Spy++. Отображение представлений окон, сообщений, процессов и потоков. How to: Display Spy++ Views How to display Windows view, Messages view, Processes view, and Threads view.

Практическое руководство. Изменение шрифтов. В этой статье объясняется, как изменить отображение представления. How to: Change Fonts Explains how to change the way a view is displayed.

Представления Spy++. Содержит сведения о представлениях Spy++ в виде деревьев окон, сообщений, процессов и потоков. Spy++ Views Explains the Spy++ tree views of windows, messages, processes, and threads.

Справочник по Spy++ содержит разделы с описанием каждого меню и диалогового окна Spy++. Spy++ Reference Includes sections describing each Spy++ menu and dialog box.

Практическое руководство. Запуск Spy++ How to: Start Spy++

Spy++ можно запустить из Visual Studio или командной строки. You can start Spy++ either from Visual Studio or at a command prompt.

Если при запуске Spy++ выводится сообщение с запросом разрешения на внесение изменений на компьютере, выберите Да. When you start Spy++, if a message is displayed to ask permission to make changes to the computer, select Yes.

Вы можете запустить только один экземпляр Spy++. You can run only one instance of Spy++. Попытка запуска второго приведет лишь к перемещению фокуса на текущий запущенный экземпляр. If you try to start a second instance, it just causes the currently running instance to get the focus.

Предварительные требования Prerequisites

Для Spy++ требуются следующие компоненты. Spy++ requires the following components. Вы можете выбрать эти компоненты в Visual Studio Installer на вкладке Отдельные компоненты. You can select these components from the Visual Studio Installer by selecting the Individual Components tab, and then selecting the following components.

  • В разделе «Отладка и тестирование» выберите Средства профилирования C++ . Under Debugging and testing, select C++ profiling tools
  • В разделе «Действия разработки» выберите Основные компоненты C++ . Under Development activities, select C++ core features

В случае внесения изменений следуйте инструкциям на экране, чтобы установить эти компоненты. If you made any changes, follow the prompts to install these components.

Запуск Spy++ из Visual Studio Start Spy++ from Visual Studio

В меню Сервис выберите Spy++ . On the Tools menu, select Spy++.

Так как программа Spy++ выполняется независимо, после ее запуска Visual Studio можно закрыть. Because Spy++ runs independently, after you start it you can close Visual Studio.

Это, однако, может замедлить работу операционной системы при записи сообщений в журнал с помощью Spy++. When you log messages with Spy++, it may cause the operating system to perform more slowly.

Читайте также:  Gimp windows one window

Введение в Spy++ Introducing Spy++

Spy++ позволяет выполнять следующие задачи: Spy++ lets you perform the following tasks:

Отображение графического дерева связей между системными объектами. Display a graphical tree of relationships among system objects. К ним относятся процессы, потокии окна. These include processes, threads, and windows.

Просмотр свойств для выбранных окон, потоков, процессовили сообщений. View the properties of selected windows, threads, processes, or messages.

Выбор окна, потока, процесса или сообщения непосредственно в представлении. Select a window, thread, process, or message directly in the view.

Использование инструмента поиска для выбора окна посредством позиционирования указателя мыши. Use the Finder Tool to select a window by mouse pointer positioning.

Задание параметра сообщения с помощью параметров выбора для комплексного ведения журналов сообщений. Set message option by using complex message log selection parameters.

Для ускорения работы в Spy++ предусмотрены гиперссылки и панель инструментов. Spy++ has a toolbar and hyperlinks to help you work faster. Программа также предоставляет команду Обновить для обновления активного представления, средство Поиск окон для упрощения работы, а также диалоговое окно Шрифт для настройки окон представлений. It also provides a Refresh command to update the active view, a Window Finder Tool to make spying easier, and a Font dialog box to customize view windows. Кроме того, Spy++ позволяет сохранять и восстанавливать настройки пользователя. Additionally, Spy++ lets you save and restore user preferences.

В различных окнах Spy++ можно щелкнуть правой кнопкой мыши, чтобы вывести контекстное меню с часто используемыми командами. In various Spy++ windows, you can right-click to display a shortcut menu of frequently used commands. Набор отображаемых команд зависит от того, где находится курсор. Which commands are displayed depends on where the pointer is. Например, если вы щелкнули правой кнопкой мыши запись в представлении окна и выбранное окно видимо, то при выборе пункта Выделить в контекстном меню граница выбранного окна начинает мигать, чтобы ее было проще найти. For example, if you right-click an entry in the Window view and the selected window is visible, then clicking Highlight on the shortcut menu causes the border of the selected window to flash so that it can be located more easily.

Существует еще две служебные программы, похожие на Spy++: PView, позволяющая просматривать подробные сведения о процессах и потоках, и DDESPY. EXE, позволяющая отслеживать сообщения динамического обмена данными (DDE). There are two other utilities that resemble Spy++: PView, which shows details about processes and threads, and DDESPY.EXE, which lets you monitor Dynamic Data Exchange (DDE) messages.

64-разрядные операционные системы 64-Bit Operating Systems

Существуют две версии Spy++. There are two versions of Spy++. Первая версия Spy++ (spyxx.exe) предназначена для отображения сообщений, отправленных в окно, которое выполняется в 32-разрядном процессе. The first version, named Spy++ (spyxx.exe), is designed to display messages sent to a window that is running in a 32-bit process. Например, Visual Studio выполняется в 32-разрядном процессе. For example, Visual Studio runs in a 32-bit process. Таким образом, Spy++ можно использовать для отображения сообщений, отправляемых в обозреватель решений. Therefore, you can use Spy++ to display messages sent to Solution Explorer. Так как конфигурация по умолчанию для большинства сборок в Visual Studio настроена для выполнения в 32-разрядном процессе, именно эта первая версия Spy++ доступна в меню Средства в Visual Studio, если установлены необходимые компоненты. Because the default configuration for most builds in Visual Studio is to run in a 32-bit process, this first version of Spy++ is the one that is available on the Tools menu in Visual Studio, if required components are installed.

Читайте также:  Skin pack mac os catalina ��� windows 7

Вторая версия Spy++ (64-разр.) (spyxx_amd64.exe) предназначена для отображения сообщений, отправленных в окно, которое выполняется в 64-разрядном процессе. The second version, named Spy++ (64-bit) (spyxx_amd64.exe), is designed to display messages sent to a window that is running in a 64-bit process. Например, в 64-разрядной операционной системе «Блокнот» выполняется в 64-разрядном процессе. For example, on a 64-bit operating system, Notepad runs in a 64-bit process. Таким образом, Spy++ (64-разр.) можно использовать для отображения сообщений, отправляемых в «Блокнот». Therefore, you can use Spy++ (64-bit) to display messages sent to Notepad. Spy++ (64-разр.) обычно находится в Spy++ (64-bit) is typically located in

..\папка установки Visual Studio\Common7\Tools\spyxx_amd64.exe. ..\Visual Studio installation folder\Common7\Tools\spyxx_amd64.exe.

Любую из версий Spy++ можно запустить прямо из командной строки. You can run either version of Spy++ directly from the command line.

Хотя имя файла программы Spy++ (64-разр.) содержит единицу «amd», она выполняется в любой 64-разрядной операционной системе Windows. Although the Spy++ (64-bit) file name contains «amd», it runs on any x64 Windows operating system.

The Peeping Tom

Edit Locked

Advertisement:

The Peeping Tom is a character who gets his kicks from non-consensual voyeurism — spying on others in explicit situations without their permission or knowledge. Peeping Toms are often driven by a fetishistic urge, deriving pleasure not just from the act of spying itself, but from the thrill of the potential for getting caught. This is, unfortunately, a case of Truth in Television, as acts of peeping are reported in all cultures around the world, their goal made easier each year as Technology Marches On.

The methods of peeping can vary from work to work, from the classic depiction of a pervert peering through windows to watch people changing clothes, to Naughty Birdwatching through the use of telescopes or binoculars, to the tech-savvy voyeur who sets up hidden cameras in bathroom stalls. While these characters are commonly male, a female Peeping Tom (or «Peeping Tammy», if you will) is plausible. Characters who focus their attention on only the subject of their unrequited affection may be both The Peeping Tom and a Stalker with a Crush.

Advertisement:

If the one being watched knows there’s a peeper looking but doesn’t care, that’s a Shameless Fanservice Girl. In some cases, they might be The Tease and give the peeper an even bigger show than they expected.

In more dramatic stories, it is rare for a Peeping Tom character to be shown in a sympathetic light. In works where this trope is played for laughs, however, a Chivalrous Pervert may show some Peeping Tom tendencies.

A subtrope of Girl Watching. Sometimes overlaps with Outdoor Bath Peeping in cases where the spying is intentional. An innocent character who is wrongfully accused of being a Peeping Tom is instead an Accidental Pervert. Compare Window Watcher, which is more about peeping because one is nosy about others’ business.

If the movie about this kind of character is what you’re looking for, click here.

Оцените статью