xo_Sexy Posted November 7, 2006 Posted November 7, 2006 (edited) I am missing a basic! $NotepadArray = WinList("Untitled - Notepad") $Title = $NotepadArray[1][0] $Handel = $NotepadArray[1][1] $ControlHandel = ControlGetHandle("Untitled - Notepad", "", "Edit1") Question#1 $ContentsOfEdit1 = What line goes here? (Most Important Question) Question#2 $ControlIDofEdit1 = What line goes here? I feel really dumb cause I am sure there is a quick answer here.... Thank you in advance for any response Edited November 7, 2006 by xo_Sexy
Fossil Rock Posted November 7, 2006 Posted November 7, 2006 What your missing is a descriptive topic for this thread .... Agreement is not necessary - thinking for one's self is!
xo_Sexy Posted November 7, 2006 Author Posted November 7, 2006 What your missing is a descriptive topic for this thread .... Agreed. Sorry. Whenever I try to use GUICtrlRead() it errors out.I Assume this is becuase I didnt CREATE it..... So instead i should?
GaryFrost Posted November 7, 2006 Posted November 7, 2006 Agreed. Sorry. Whenever I try to use GUICtrlRead() it errors out.I Assume this is becuase I didnt CREATE it..... So instead i should?ControlGetText SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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