How to control the Vault login dialog box to change the settings using VBA?

How to control the Vault login dialog box to change the settings using VBA?

shuaib_cad
Advocate Advocate
443 Views
1 Reply
Message 1 of 2

How to control the Vault login dialog box to change the settings using VBA?

shuaib_cad
Advocate
Advocate

I want to add the values in the Vault login dialog box automatically using VBA macro.

 

shuaib_cad_0-1608187961427.png

Please help me with the VBA code.

 

 

Regards,

Mohammed Shuaib K

0 Likes
444 Views
1 Reply
Reply (1)
Message 2 of 2

JelteDeJong
Mentor
Mentor

As far as i know there is none api for controlling the login dialog. but all information for that dialog is saved in a xml file. Depending on what you want do you could alter or overwrite the xml file. (I use this for my users in the setup process to fill in the server name and vault name.)

Im not at my work right now. there for i cant check the exact path of the xml for you. but you have to look in the (sub) directories of the path:

%APPDATA%\Autodesk\Autodesk Vault Professional 20xx\

 

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes