Back

Topic

[KB81]How to hide or show the event viewer of PcVue

Tags: Event viewer, PcVue

14 years ago
By RM
Options
Print
Applies to:

PcVue all versions.


Summary:

A solution to hide or show the event viewer of PcVue


Details:

It is possible to create a small executable in order to show or hide the event viewer dialog box. To do that there is a free and simple software named AutoHotKey. This windows utility is able to script everything in windows environment but that is not the point of this article. Here we just provide a simple script which must be compiled as an executable with AutoHotKey Compiler.
With notepad create a file named HideObs.ahk for exemple and add these 2 lines in it:
WinHide, PcVue – Observateur d’événements
WinHide, PcVue – Event viewer

Note that you can add other lines if PcVue language is not French nor English.
Then with AutoHotKey Compiler you will have to compile this file to create HideObs.exe
You can do the same thing to show the event viewer with these 2 lines:
WinShow PcVue – Observateur d’événements
WinShow PcVue – Event viewer

Once you have these files HideObs.exe or ShowObs.exe you will be able to execute then from PcVue with scada basic instruction APPLICATION mode LOAD.
https://www.autohotkey.com/download/

Download attachments:


Created on: 18 Oct 2010 Last update: 13 May 2024