Home > Software engineering >  Consult a Windows dialog box advanced interceptor
Consult a Windows dialog box advanced interceptor

Time:09-26

Application scenarios:
Our service side Windows server machine (public), ran a GUI program (three party applications), we (server) to do a monitoring of the GUI, if this GUI application pop-up dialog need user to confirm, we want to send this dialog box to our client on the client, include (style, and button), then our client needs to reproduce the dialog box, and put the single button event feedback on the server dialog box,,, the great god, please grant instruction ~,

CodePudding user response:

http://www.autohotkey.com

CodePudding user response:

reference 1st floor zhao4zhong1 response:
http://www.autohotkey.com
teacher, we want to server the pop-up dialog box, to show to the client

CodePudding user response:

This can't do, need to server and client communication, dialog box is displayed on the client side, but the data to the server

CodePudding user response:

Use ahk directly on the server automatically operation, and write a log file,
The client time to read or check the log files on the server,

CodePudding user response:

reference oyljerry reply: 3/f
this can't do, need to server and client communication, dialog box is displayed in the client, only the data to the server



Server pop up a dialog box, for example, I want to put the content of the dialog box and button down and let the client shows, can't??

CodePudding user response:

reference 5 floor u013692607 reply:
Quote: refer to the third floor oyljerry response:

This can't do, need servers communicate with the client, the dialog box is displayed on the client side, just put the data to the server



Server pop up a dialog box, for example, I want to put the content of the dialog box and button down and let the client shows, can't??

Or is the way of remote desktop, screen shots, etc.
Or put the contents of the dialog, buttons and other information sent to the client, the client then build the corresponding dialog box

CodePudding user response:


If multiple client connections, the pop-up dialog box, the server is a dialog box, who listen to? Who enter?

CodePudding user response:

refer to 7th floor smwhotjay response:

If multiple client connections, the pop-up dialog box, the server is a dialog box, who listen to? Who enter?

The scene is 1 to 1

CodePudding user response:

Capture the dialog box to create try SetWindowsHookEx WH_CBT

CodePudding user response:

references 9 f zgl7903 response:
try capturing dialog box to create SetWindowsHookEx WH_CBT

Ok, I try

CodePudding user response:

I have done similar things, under a hook to intercept window to create the message

CodePudding user response:

11 references xianglitian response:
similar things I've done, under a hook to intercept window to create the message

Question,,, this time all window interception

CodePudding user response:

refer to 12 floor u013692607 reply:
Quote: reference 11 floor xianglitian response:

Similar things I've done, under a hook to intercept window to create the message

Problems come,,, this time to intercept all window

With spy++ have a look at your target attribute features of dialog
Then according to the characteristics of filtering the can
  • Related