therms Posted June 30, 2017 Posted June 30, 2017 (edited) Open KeyPass, Open Options (Tools>Options), Select the "Interface" tab Make sure the second item ("Drop to background after copying data to the clipboard") is NOT checked. Run this: Local Const $hOptions = WinGetHandle("Options") Local Const $hTab = ControlGetHandle($hOptions, "", "[NAME:m_tabMain]") _GUICtrlTab_ClickTab($hTab, 2) You can change the tab index to any valid index, but no matter which tab is active and which tab you're switching to, that second item on the "Interface" tab gets automatically checked. Can anyone else reproduce this? Any ideas on a workaround? Any ideas whats actually happening? edit: Nevermind. Rebooting fixed whatever was happening here. Edited June 30, 2017 by therms
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now