 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Tamil Guest
|
Posted: Mon Feb 28, 2005 10:37 pm Post subject: How can I specify attributes x,y,h,w for edit command |
|
|
How can I specify attributes x,y,h,w for edit command with password for the code:
| Quote: | Gui, Add, Edit, Password vpassword
Gui, Add, Checkbox, x20 y50 w30 h20 Checked1 vautologin, Auto Login
return |
Thanks,
Tamil |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Feb 28, 2005 11:35 pm Post subject: |
|
|
Gui, Add, Edit, Password vpassword x10 y25 w30 h20 _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Last edited by Titan on Tue Mar 01, 2005 1:15 am; edited 1 time in total |
|
| Back to top |
|
 |
Tamil Guest
|
Posted: Tue Mar 01, 2005 12:39 am Post subject: Thanks Titan for your kind reply |
|
|
It didn't worked and by trial and error I found out correct way.
| Quote: | | Gui, Add, Edit, Password x10 y25 w30 h20 vpassword |
|
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Tue Mar 01, 2005 1:16 am Post subject: |
|
|
Oops, it was because I put a comma where I shouldn't have  _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Tamil Guest
|
Posted: Tue Mar 01, 2005 2:04 am Post subject: |
|
|
| Titan, thanks for your replies. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|