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 325 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Gui Hover Activates Window
doyle

Replies: 1
Views: 47

PostForum: Ask for Help   Posted: Fri Oct 14, 2011 1:08 pm   Subject: Gui Hover Activates Window
OnMessage(0x200, "WM_MOUSEMOVE")
return

WM_MOUSEMOVE()
{
static CurrControl, PrevControl, _TT ; _TT is kept blank for use by the ToolTip command below.
C ...
  Topic: Gui Hover Activates Window
doyle

Replies: 1
Views: 47

PostForum: Ask for Help   Posted: Fri Oct 14, 2011 12:47 pm   Subject: Gui Hover Activates Window
I have a picture in Gui 1: with a variable of Pic1.
I have a picture in Gui 2: with a variable of Pic2.

When I hover over Pic1, I want to activate "window 1"
When I hover over Pic2, I w ...
  Topic: Screen Capture with Transparent Windows and Mouse Cursor
doyle

Replies: 173
Views: 86254

PostForum: Scripts & Functions   Posted: Fri Sep 30, 2011 8:29 am   Subject: Screen Capture with Transparent Windows and Mouse Cursor
Thank you very much.

I will give this a try!
  Topic: Screen Capture with Transparent Windows and Mouse Cursor
doyle

Replies: 173
Views: 86254

PostForum: Scripts & Functions   Posted: Thu Sep 29, 2011 9:08 am   Subject: Screen Capture with Transparent Windows and Mouse Cursor
Is there anyway to capture a rectangle of a window that isnt active, or visible?
  Topic: Moving Multiple Windows of the Same Class
doyle

Replies: 4
Views: 97

PostForum: Ask for Help   Posted: Wed Sep 28, 2011 8:17 pm   Subject: Moving Multiple Windows of the Same Class
When moving the windows using loop, how do i loop through the varibles to move each window?

I am using WinGet, PSList, List to get the window IDs.

Loop, %PSList%
{
WinMove, pidPSList%A_ ...
  Topic: Moving Multiple Windows of the Same Class
doyle

Replies: 4
Views: 97

PostForum: Ask for Help   Posted: Wed Sep 28, 2011 7:20 pm   Subject: Moving Multiple Windows of the Same Class
Hi guys,

I have 5 notepad windows. I want to be able to move each window in the class one after the other.

Also, I need to count how many windows are open as a way to verify that everything is ...
  Topic: DropDownList Advice
doyle

Replies: 1
Views: 147

PostForum: Ask for Help   Posted: Fri Apr 15, 2011 10:17 am   Subject: DropDownList Advice
Hi all,

I have a script that will get a list of names from a database via ADO.

I want these names in a dropdownlist in a GUI, however, theres not an easy way to have ALL the names display.

Th ...
  Topic: Text to Date Conversion
doyle

Replies: 4
Views: 152

PostForum: Ask for Help   Posted: Fri Apr 01, 2011 2:16 pm   Subject: Text to Date Conversion
Hi Guys,

I'm hopelessly out of AHK form, and in need of some help.

I extract a date from a text file ive downloaded, and its in this format...

March 14, 1985

How do I convert it to...

0 ...
  Topic: OnWinActivate?
doyle

Replies: 2
Views: 206

PostForum: Ask for Help   Posted: Wed Dec 22, 2010 3:40 pm   Subject: OnWinActivate?
Hi Guys,

I've been out of the loop for a while. (No pun intended.)

Best way to perform a line of script everytime a new window is activated?

Cheers
  Topic: Counting JPG's in a Folder
doyle

Replies: 3
Views: 187

PostForum: Ask for Help   Posted: Tue Oct 19, 2010 1:42 pm   Subject: Counting JPG's in a Folder
Best way to go about counting the number of JPG's in a folder?

Would it be easy to extend the function to do various image types?
  Topic: ADO COM - Database Query
doyle

Replies: 130
Views: 33933

PostForum: Scripts & Functions   Posted: Wed Sep 22, 2010 1:21 pm   Subject: ADO COM - Database Query
Any way to use the ADO functions to insert data into a database?

I have edited the function so the SQL is INSERT INTO, and not SELECT.

I get error code 0x80040E4D.

DESC: Authentication failed ...
  Topic: Monitoring IE Explorer to See When It Updates
doyle

Replies: 1
Views: 214

PostForum: Ask for Help   Posted: Wed Sep 15, 2010 2:21 pm   Subject: Monitoring IE Explorer to See When It Updates
I'm creating a script that will check to see that an internet explorer window is refreshing.

Does anyone know what the OnMessage command I will need to use to monitor this?
  Topic: RADIAL MENU scripts - updates - 29.01.2012.
doyle

Replies: 713
Views: 98352

PostForum: Scripts & Functions   Posted: Fri Sep 10, 2010 12:37 pm   Subject: RADIAL MENU scripts - updates - 29.01.2012.
v4 needs an integrated settings gui, or I wouldnt bother.
  Topic: Extracting Data From HTML
doyle

Replies: 13
Views: 617

PostForum: Ask for Help   Posted: Mon Jul 19, 2010 1:39 pm   Subject: Extracting Data From HTML
Thank you for the offer SKAN.

I have looked at your StrX() function, and it has been very helpful. It has helped me extract the data.

Now I'm just working through about 6 embedded loops, to get ...
  Topic: Extracting Data From HTML
doyle

Replies: 13
Views: 617

PostForum: Ask for Help   Posted: Mon Jul 19, 2010 7:21 am   Subject: Extracting Data From HTML
I'll take another look at StrX().

Now that I'm awake, and at work, it makes a lot more sense.
 
Page 1 of 22 Goto page 1, 2, 3 ... 20, 21, 22  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group