AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 1590 matches
AutoHotkey Community Forum Index
Author Message
  Topic: PixelGetColor Help plz ?
tomoe_uehara

Replies: 3
Views: 72

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 3:01 pm   Subject: PixelGetColor Help plz ?
You're welcome
  Topic: PixelGetColor Help plz ?
tomoe_uehara

Replies: 3
Views: 72

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 2:37 pm   Subject: PixelGetColor Help plz ?
$M::
MouseGetPos, MouseX, MouseY
Settimer, goo, 100

goo:
PixelGetColor, colorf, %MouseX%, %MouseY%, RGB
if colorf = 0xFFFFFF ; <-- specify something here.
return ; do nothing ...
  Topic: Gui: create fully hidden submit button (no space allocation)
tomoe_uehara

Replies: 6
Views: 128

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 6:08 pm   Subject: Gui: create fully hidden submit button (no space allocation)
Gui, Margin, 0, 0
Gui, Color, 000000, 000000
Gui, Font, cFFFFFF
Gui, Add, Edit, vMyEdit gSubmit w100
Gui, Show,, My GUI
return

Submit:
Gui, Submit, NoHide
ToolTip % MyEdit
return

ESC ...
  Topic: « What's on your mind? »
tomoe_uehara

Replies: 1233
Views: 48504

PostForum: General Chat   Posted: Thu Feb 09, 2012 7:32 am   Subject: « What's on your mind? »
One day, when I insert my flashdisk into my friend's PC, I know that my flashdisk got infected by a virus, because I notice some folders and shortcuts I don't recognize.
How to disinfect (a Format is ...
  Topic: [SOLVED] Scan for color change
tomoe_uehara

Replies: 2
Views: 65

PostForum: Ask for Help   Posted: Mon Feb 06, 2012 6:57 pm   Subject: [SOLVED] Scan for color change
Untested, made in 10 minutes, you can adjust the mouse speed to be slower or faster.
#Persistent
CoordMode, Pixel, Screen
CoordMode, Mouse, Screen
return

~LButton::
MouseGetPos, xpos, ...
  Topic: gui problem
tomoe_uehara

Replies: 13
Views: 225

PostForum: Ask for Help   Posted: Mon Feb 06, 2012 6:00 pm   Subject: gui problem
Yep, it's confusing, try to rephrase what do you want to press and results
  Topic: Hotkeys - Parsing through code
tomoe_uehara

Replies: 4
Views: 61

PostForum: Ask for Help   Posted: Mon Feb 06, 2012 3:29 pm   Subject: Hotkeys - Parsing through code
Untested
#Persistent
SplashTextOn ,,,I expect to see this SplashText
#Include Shared.ahk
  Topic: « What's on your mind? »
tomoe_uehara

Replies: 1233
Views: 48504

PostForum: General Chat   Posted: Sat Feb 04, 2012 10:27 pm   Subject: « What's on your mind? »
I like the 'Cloud' idea, there are already
  Topic: « What's on your mind? »
tomoe_uehara

Replies: 1233
Views: 48504

PostForum: General Chat   Posted: Mon Jan 30, 2012 11:18 am   Subject: « What's on your mind? »
What's on my mind?
http://bighollywood.breitbart.com/files/2009/01/rotj085.jpg
  Topic: Center a picture on a fullscreen Gui..
tomoe_uehara

Replies: 13
Views: 259

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 10:36 am   Subject: Center a picture on a fullscreen Gui..
http://www.autohotkey.net/~tomoe_uehara/solved.jpg
  Topic: Have a GUI with a List and an Input text
tomoe_uehara

Replies: 3
Views: 113

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 10:34 am   Subject: Have a GUI with a List and an Input text
; Example: ListBox containing files in a directory:
Gui, Add, Text,, Pick a file to launch from the list below.`nTo cancel, press ESCAPE or close this window.
Gui, Add, ListBox, vMyListBox g ...
  Topic: Center a picture on a fullscreen Gui..
tomoe_uehara

Replies: 13
Views: 259

PostForum: Ask for Help   Posted: Mon Jan 30, 2012 10:16 am   Subject: Center a picture on a fullscreen Gui..
Gui, Margin, 0,0
Gui 1:-owner -toolwindow -caption +LastFound
Gui, Add, Picture, vMyPic, C:\mypicture.jpg
Gui, Show, % "W" . A_ScreenWidth . " H" . A_ScreenHeight . &quo ...
  Topic: Is there a way to make GUI button that toggles or is sticky?
tomoe_uehara

Replies: 3
Views: 101

PostForum: Ask for Help   Posted: Sat Jan 28, 2012 2:28 pm   Subject: Is there a way to make GUI button that toggles or is sticky?
Maybe you will want to take a look at Gui -Theme
  Topic: Discovery/screen reading?
tomoe_uehara

Replies: 3
Views: 139

PostForum: Ask for Help   Posted: Thu Jan 26, 2012 1:45 am   Subject: Discovery/screen reading?
F1:: ;Press F1 to start
Sleep 3000
ImageSearch, FoundX, FoundY, 40,40, 300, 300, C:\test.jpg
MouseClick, left, %FoundX%, %FoundY%
return

esc::exitapp
You have to use % to ...
  Topic: Examples of nice GUIs?
tomoe_uehara

Replies: 7
Views: 249

PostForum: Ask for Help   Posted: Thu Jan 26, 2012 1:37 am   Subject: Examples of nice GUIs?
What do you mean tank by 'writing gui in function' ?
 
Page 1 of 106 Goto page 1, 2, 3 ... 104, 105, 106  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group