RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31

thank you , how can i change the CUSTOM(www) button skin.i don't know what name for the CUSTOM(www) button in ResourceHacker...

 
Given the ini-section:

Code:
[ROCred.Buttons.CUSTOM1]
The resource name is: CUSTOM1

 
Updated to 1.10.0, with the following changes:

  • Added support for ActionType 4, Run As Client (suggested by @Guih). Allows to run different clients with custom buttons, such as RAG+SAK.
  • Added support for ActionType 5, Minimize (suggested by @rakuzas).
  • Added support for saving password in addition to the username (suggested by @Lady Raga). This works only on Windows NT 5.1 and newer (Credential Manager*). You have to configure ConfigID and CheckSavePassword settings to enable it.
  • Removed 'Replay' button. The custom buttons provide all functionality to replicate it.
* If you use the credential manager control panel (Windows Vista and newer) to change the password, the associated username will get lost, thus the credential will no longer be recognized. Also note, that the password is available to any application that requests it through the API.

rocred-wincred.png

 
Last edited by a moderator:
Code:
I want to ask
I added a button
So how do I define a new X and Y?
And where does this button lead?

[ROCred.Buttons.CUSTOM1]
[ROCred.Buttons.C1]

C1 is the new button I defined
 
See the example for CUSTOM1. The key=value pairs always belong to the [section] above it. So X and Y for your button would be declared like:

[ROCred.Buttons.C1]
X=7
Y=43


Where the button goes to or what it does depends on the value of the keys ActionType, ActionData and ActionHandler, as described in the example ini.

 
Last edited by a moderator:
Back
Top