Home > front end >  Would you like to do after a click can be minimized
Would you like to do after a click can be minimized

Time:10-06

My project is full screen to start, and then to a minimum (equivalent to the browser which minimize), just click on the minimize button, of course, it can disappear, and then click the icon below it can restore

CodePudding user response:

Is to click on the icon below he will restore

CodePudding user response:

You are in what circumstances do application?
Before the ie5 can use AX control do,
But now the normal browser is tabbed page, no longer can control the whole browser support for one of the page and affect the operation of other pages,

Unless the HTA web applications such as C/S environment down to do,

CodePudding user response:

Is the C/S environment down

CodePudding user response:

I thought for a moment I can click a button, and then some key events trigger my keyboard, for example (Alt + space + n) will trigger a browser, then I click a button to trigger the three buttons

CodePudding user response:

So what do you want to restore back

CodePudding user response:

reference 5 floor qq_41730597 reply:
what do you want to restore back


I get the three keys event is equivalent to minimize, so click on the icon below can restore, just don't know how to get event now

CodePudding user response:

reference 4 floor weixin_45787595 response:
I thought for a moment I can click a button, and then some key events trigger my keyboard, for example (Alt + space + n) will trigger a browser, then I click a button to trigger the three keys

C/S environment with WScript. Shell?
With the
Var shell=WScript. CreateObject (" WScript. Shell ");
Or
Var shell=new ActiveXObject (" WScript. Shell ")
Then call the shell. The SendKeys () method to simulate the keyboard
  • Related