Aslak Posted June 26, 2007 Posted June 26, 2007 (edited) Hi there ! I'm currently working on some AutoIt scripts for automating some test tools made with VisualBasic. But I have a problem. It seems that AutoIt is not able to see the "label" objects used in VB. I mean, when I use the AU3info tool it never detects the text contained in the label objects (not as visible and neither as hidden). Is there a way in AutoIt or in VB to make these "labels" objects possible to be seen by AutoIt ? (the only I found till now is to replace the label objects by other control like a text input control... but it's gonna be too much work to replace them all.....) Some help would be very wellcome... Thanks in advance, Julien Aho Edited June 26, 2007 by Aslak
Uten Posted June 26, 2007 Posted June 26, 2007 I'm supriced you cant see the label control. You are using the latest and greates version of AutoIt? Anyhow, replacing all text controls are not so difficult. Just open your frm/ctl files in notepad and you will understand why. Then you will have to replace .Caption with .Text and maybe add some color and disabled settings (Note you should probably add those before you change the control type). Hapy Scripting. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
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