Sandro Alvares Posted February 3, 2006 Posted February 3, 2006 Look my project delphi is example procedure TForm1.Memo1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); begin if (Key = Ord('A')) and (ssCtrl in Shift) then begin TMemo(Sender).SelectAll; Key := 0; end; end; Example: $MSG_1 = GUICtrlCreateInput("TEST TEST TEST", x, x, x, x) ControlCommand("","","$MSG_1","SelectAll") Not work... Please convert to autoit =( Thanks Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
Sandro Alvares Posted February 6, 2006 Author Posted February 6, 2006 hum $EM_SETSEL ... not found of autoit help... :\ Thanks Larry =D Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
Moderators SmOke_N Posted February 6, 2006 Moderators Posted February 6, 2006 http://msdn.microsoft.com/library/default....s/em_setsel.asp Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Sandro Alvares Posted February 6, 2006 Author Posted February 6, 2006 Nice tutorial... but autoit is same VB? O.o Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
flaxcrack Posted February 6, 2006 Posted February 6, 2006 Nice tutorial... but autoit is same VB? O.oIt is not VB for sure but is growing to be more and more like it. I love it! [quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()
Sandro Alvares Posted February 6, 2006 Author Posted February 6, 2006 So why a link smoke of site microsoft of library are language visual basic... Say me? Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
jaenster Posted February 6, 2006 Posted February 6, 2006 eh.. why not send("{End}{shiftdown}{home}{shiftup}") -jaenster
Sandro Alvares Posted February 6, 2006 Author Posted February 6, 2006 I know a send Send("{HOME}+{END}") Problem one work input ... is need selected more input! Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
Sandro Alvares Posted February 9, 2006 Author Posted February 9, 2006 I no believe GUICtrlSetState($MSG_2, $GUI_FOCUS) Work fine ¬¬ ... thanks bad day Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)
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