disable exit button on dialog
hi folks,
I need to disable the exit button on the setup progress dialog?
using wise i cannot see any control or event that resembles the exit button(the little X in the top right hand corner).
any ideas?
I need to disable the exit button on the setup progress dialog?
using wise i cannot see any control or event that resembles the exit button(the little X in the top right hand corner).
any ideas?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
brenthunter2005
18 years ago
Posted by:
yarborg
18 years ago
Posted by:
WayneB
18 years ago
Gidday Misk,
I've done a bit of digging and I'm sure that a custom wise script can be done to trigger when the progress dialog starts. We'll test this out over the next couple of days and provide a post. In our environment we have some 'classics' that if a msi runs they hit the 'x'. We could do it silently, but they then complain of slow PC's and changes to their PC without notification (they don't like changes, even if it is for the better [8|] and don't read thier emails)
A site which delves into enabling a low level keyboard hook which detects the VK_ESCAPE combination.
http://vbnet.mvps.org/index.html?code/hooks/lowlevelkeyboardproc.htm
Cheers
Wayne
I've done a bit of digging and I'm sure that a custom wise script can be done to trigger when the progress dialog starts. We'll test this out over the next couple of days and provide a post. In our environment we have some 'classics' that if a msi runs they hit the 'x'. We could do it silently, but they then complain of slow PC's and changes to their PC without notification (they don't like changes, even if it is for the better [8|] and don't read thier emails)
A site which delves into enabling a low level keyboard hook which detects the VK_ESCAPE combination.
http://vbnet.mvps.org/index.html?code/hooks/lowlevelkeyboardproc.htm
Cheers
Wayne
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.