divya Posted August 13, 2014 Posted August 13, 2014 (edited) Hello all, I am trying to automate an application using autoit. I am using java to write the program including autoitxjava.jar (which includes all the functions of autoit) , When i try to use user defined functions of autoit (like _GUICtrlmenu_GetMenu and so on) in programming. It throws an error saying "the method _GUICtrlmenu_GetMenu is undefined for the type AutoItX". Doesn,t autoitX contains these functions ? Is there any dll or library file which i should include in my program, to use these user defined functons..? Please help me. Thank you. divya Edited August 13, 2014 by divya
JohnOne Posted August 13, 2014 Posted August 13, 2014 The autoitx help file lists all the functions within it. UDFs are not part of them. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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