| View previous topic :: View next topic |
| Author |
Message |
crovex
Joined: 22 Feb 2005 Posts: 7 Location: singapore
|
Posted: Wed Feb 23, 2005 10:20 am Post subject: windows focus help |
|
|
i got a problem to make a msgbox/input box focus on screen.
a input box that is in focus is the msn type ur password u cant unactive it
can someone tell me how do i do it to focus a input box.  _________________ knowledge = power
I = low power
recharging power |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Wed Feb 23, 2005 11:37 am Post subject: |
|
|
WinActivate and ControlFocus? _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
crovex
Joined: 22 Feb 2005 Posts: 7 Location: singapore
|
Posted: Wed Feb 23, 2005 12:29 pm Post subject: |
|
|
| SanskritFritz wrote: | | WinActivate and ControlFocus? |
i still dont know how to make the windows in focus and u cant unfocus it
if u did not type in the correct pass or cancle it.
i will try both.
i am not familar to ahk more familar to autoit. _________________ knowledge = power
I = low power
recharging power |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Wed Feb 23, 2005 1:15 pm Post subject: |
|
|
Honestly, I dont really understand what you mean. Can you describe it more precisely? German or Hungarian is also welcome for me
Can you do the desired action manually? _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Wed Feb 23, 2005 3:06 pm Post subject: |
|
|
| Quote: | | German or Hungarian is also welcome for me |
| Quote: | crovex
Location: singapore |
 |
|
| Back to top |
|
 |
crovex
Joined: 22 Feb 2005 Posts: 7 Location: singapore
|
Posted: Thu Feb 24, 2005 12:18 am Post subject: |
|
|
sry i did not describe it properly
i cant do that manualy
i just want to make a input box that u cannot unactive ,that means u need to enter in the password before doing sth else.
i hope u understand this
one e.g is the msn massenger input ur password u can try to unactive but it would not let u. _________________ knowledge = power
I = low power
recharging power |
|
| Back to top |
|
 |
Serenity
Joined: 08 Nov 2004 Posts: 891
|
Posted: Thu Feb 24, 2005 12:54 am Post subject: |
|
|
You could try giving the GUI with the edit field the +AlwaysOnTop property, and remove the titlebar buttons with -SysMenu. This should give you a GUI that will always be on top, with no caption buttons to minimize or close. GUI. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
|