Hi members, have any of you managed to inhibit ALT+F4 from closing DeltaV Operate, I've got some smart operators that have punched this windows feature! and need to resolve it so we can close the project.
I thought it was a simple as making a null VBA function to capture the key command, but DeltaV Operate only processes CTRL / SHIFT key combinations.
I got some code for keyboard hooks but I can't find a sutiable location in iFix VBA to invoke the hook.
Any ideas?
Adrian,
This is not about DeltaV itself, but about "Windows" standard shortcut setting.
The easiest way can be to "remap" this combination to start any different fuction - any "macro" ( you can map to this i.e. open text editor with shown text "DONT USE THIS AGAIN" :-) ). There is an topic which can help you:
www.sevenforums.com/.../149549-disable-alt-f4.html
www.techrepublic.com/.../101-212125
Maybe exists any possibility to change this thru windows registers, but as far as I know microsoft it can be challenge :-).
In reply to Radomir Pistek:
My name is Youssef El-Bahtimy, I work for PROCONEX, the Philadelphia area Local Business Partner.
I have been presented this challenge before on another control system platform, and solved it by replacing the vendor's native (faulty) key trapping function with one I built. The application can integrate into DeltaV Operate (if necessary) with minimal scripting.
Please contact me at [email protected] if you would like to know more.
In reply to Youssef.El-Bahtimy:
Youssef,
is it possible to put this "script" to Emerson application exchange ( of course in case it is free of charge :-) )? Is it only for DeltaV Operate or can be fixed at any DeltaV node?