![]() |
![]() |
![]() |
|
X-Setup Pro PluginsNote for everybody who is visiting this page via a search engine like Google: If you are interested in using this plugin, because it contains a tweak you would like to have, it's easy as 1-2-3-4:
Plugin details
This is the HTML representation of the plugin Minimize to Tray (Version 1.01) which can be found in the following path(s) in X-Setup Pro classic:
The plugin can be executed on the following Windows versions (Operation Systems):
Description :
The plugin was created by Franky
The plugin offers the following user-interface controls: Below is the code of this plugin written in "VBScript". Please note that this code can only be executed inside X-Setup Pro. 'Declaration of some constants sPath="HKCU\Software\Microsoft\Office\9.0\Outlook\Preferences\MinToTray" 'Called when the Plugin is started SUB Plugin_Initialize RegVal=RegReadValue(sPath) if RegVal = 1 then Call SetUIElement(1,true) else Call SetUIElement(1,false) end if END SUB 'Called when the Plugin should validate the Data the user has entered SUB Plugin_CheckData(ElementIndex) END SUB 'Called when the Plugin should apply the changes SUB Plugin_Apply(ElementIndex,ElementSubIndex) if GetUIElement(1) then Call RegWriteValue(sPath,1,2) else Call RegWriteValue(sPath,0,2) end if END SUB 'Called when the Plugin is about to be removed from memory SUB Plugin_Terminate END SUB You can get more detailed information about this plugin inside the application X-Setup Pro. Get the most popular tweaker software for free: |
|