ScriptCrafter Posted November 27, 2010 Posted November 27, 2010 Hello, I have the output of plink being written to the GuiCtrlCreateEdit fields. What I would like to do is use the edit field for syntax entry instead of an inputbox. This way text like ls -lisa after @CR would just be entered from my own custom console. Does anybody have an idea on how I can make something like this work? I was thinking of doing a diff between two GuiCtrlCreateEdit variables and have that be the input text. The issue with this of course is that the text doesnt get locked down to its line and I dont want READ_ONLY since I am relying on the input of the field. Any help much appreciated Thanks SC
Zedna Posted December 5, 2010 Posted December 5, 2010 Post your code. It's not problem to add (differences only) text to Edit control and invoke scroll down to end of Edit. Resources UDF ResourcesEx UDF AutoIt Forum Search
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