Jump to content

Import .dlls of AutoIt into Blue Prism


 Share

Recommended Posts

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 !

Link to comment
Share on other sites

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 !

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...