Jump to content

LABVIEW - import autoit function into labview


_CHIN_
 Share

Recommended Posts

Hi guys, 

i used autoit few years ago, many of the function like "send" is very useful to simulate keyboard stroke.

i am trying to bring autoit function into labview, reason is because company IT regulation does not allow me to install autoit, but i really love to have autoit function to be used by labview, 

do you know how to use autoit function in labview? 

or in another words, how can i know what is happening behind the scene when autoit execute a line such as Send("^c")

is autoit actually calling some user32.dll which is native to window OS?

thanks for your help guys.

Link to comment
Share on other sites

  • Moderators

@_CHIN_ AutoIt makes use of the Windows API. So pretty much anything you want to know you can find reading through MSDN. The help file will assist you in your search. For example, if you look at the _WinAPI_Beep function in the help file, there is a link to the MSDN article for that function. This will give you an idea (in a broad sense at least) of what is happening "behind the scenes".

"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!

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...