Giuseppe94 Posted June 29, 2021 Posted June 29, 2021 What I would like to do is to use a code stage of Blue Prism those simply rows of code: Dim title="Window Name" Dim ActiveWindow = WinActivate (title) Dim user = "user" Dim pass = "pass" Send ( user & "{TAB}" & pass & "{ENTER}) I'm completly a noob. I tried to import all 3 libraries of AutoItX3, but for 2 of them I got an error " Unable to load referenced library " I can't use the member AutoItX, and neither I can't set AutoIt.AutoItX as a namespace. Is there a solution ? Thank you all !
Giuseppe94 Posted June 29, 2021 Author Posted June 29, 2021 What I would like to do is to use a code stage of Blue Prism those simply rows of code: Dim title="Window Name" Dim ActiveWindow = WinActivate (title) Dim user = "user" Dim pass = "pass" Send ( user & "{TAB}" & pass & "{ENTER}) I'm completly a noob. I tried to import all 3 libraries of AutoItX3, but for 2 of them I got an error " Unable to load referenced library " I can't use the member AutoItX, and neither I can't set AutoIt.AutoItX as a namespace. Is there a solution ? Thank you all !
Moderators JLogan3o13 Posted June 30, 2021 Moderators Posted June 30, 2021 Please stick to one thread. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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