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 90 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Can PSPad Save a list of frequently used script variables?
ProsperousOne

Replies: 3
Views: 140

PostForum: Ask for Help   Posted: Mon May 05, 2008 5:15 pm   Subject: Can PSPad Save a list of frequently used script variables?
Figured out that I had the wrong keywords selected in the highlighter.

Hot keys (ie, F12) we listeded in Keyword3 (I think), but I had Keyword 2 set up to highlight.

Embarassed
  Topic: Getting a Variable (name) from Excel
ProsperousOne

Replies: 0
Views: 137

PostForum: Ask for Help   Posted: Fri Apr 25, 2008 3:46 pm   Subject: Getting a Variable (name) from Excel
I have a variable in Excel, TGcurrent. (It's actually a 1 dimensional array, ie {"abc","def","ghi"}

Is there an easy way to pass this to AHK?

I'm not a VBScript ...
  Topic: Secondary Monitor
ProsperousOne

Replies: 43
Views: 3502

PostForum: Ask for Help   Posted: Mon Apr 21, 2008 3:36 pm   Subject: Secondary Monitor
So "Extend the desktop onto this monitor" toggles clone mode? On my computer, unchecking it just disables the monitor...

If you have an nVidia card, you could use the

Correct. Runnin ...
  Topic: Secondary Monitor
ProsperousOne

Replies: 43
Views: 3502

PostForum: Ask for Help   Posted: Fri Apr 18, 2008 7:09 pm   Subject: Secondary Monitor
OK, I've got it working. Unfortunatly, it's extending my destkop. I'm looking to just clone it (aka unchecking "Extend my Windows Desktop onto this monitor." in the Display Properties Sett ...
  Topic: umount USB stick (deveject) [CMD]
ProsperousOne

Replies: 27
Views: 6858

PostForum: Utilities & Resources   Posted: Fri Apr 18, 2008 3:34 am   Subject: umount USB stick (deveject) [CMD]
I just used my usb stick on my home computer, and got a different serial number!!!!

WTF???? Confused Confused Confused Confused Confused Question

It's a work supplied encryped flash drive, but I assume the serial number ...
  Topic: umount USB stick (deveject) [CMD]
ProsperousOne

Replies: 27
Views: 6858

PostForum: Utilities & Resources   Posted: Thu Apr 17, 2008 8:38 pm   Subject: umount USB stick (deveject) [CMD]
Took me a while to get this working, so here's some tips:

Use this script from the help file to get your serial numbers and info:
; This is a working example script.
FileSelectFolder, folder, , 3 ...
  Topic: Toggle Laptop External Montior?
ProsperousOne

Replies: 2
Views: 95

PostForum: Ask for Help   Posted: Wed Apr 16, 2008 10:11 pm   Subject: Toggle Laptop External Montior?
Embarassed

Gusss my search terms of +laptop +external +monitor SUCKED!

Didn't even look in the forum...

Instead of deleting this thought, I'll leave it incare someone else uses the same keyword ...
  Topic: Toggle Laptop External Montior?
ProsperousOne

Replies: 2
Views: 95

PostForum: Ask for Help   Posted: Wed Apr 16, 2008 9:41 pm   Subject: Toggle Laptop External Montior?
I know you generally can't use AHK with the Fn key on laptops, so I think I'm SOL on this one Confused

I need a laptop to turn on the external video monitor upon startup. To the best of my knowledge, ...
  Topic: DOS Data, can it be captured?
ProsperousOne

Replies: 7
Views: 341

PostForum: Ask for Help   Posted: Tue Apr 01, 2008 3:41 pm   Subject: DOS Data, can it be captured?
Just found a nifty free MS program that copies Dos windows to the clipboard:

http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/
  Topic: Show Line Number of Last Executed Line (A_LineNumber)
ProsperousOne

Replies: 3
Views: 1348

PostForum: Scripts & Functions   Posted: Wed Feb 13, 2008 1:09 am   Subject: Show Line Number of Last Executed Line (A_LineNumber)
You could write a script that keeps writing A_LineNumber and A_LineFile to a .txt file. Then when it crashes, you should have the last several lines prior to the crash. If the file is too large, you ...
  Topic: Show Line Number of Last Executed Line (A_LineNumber)
ProsperousOne

Replies: 3
Views: 1348

PostForum: Scripts & Functions   Posted: Wed Jan 30, 2008 8:34 pm   Subject: Show Line Number of Last Executed Line (A_LineNumber)
This is so simple that it's hardly worth posting, but for Noobs (like me lol) this is just a reminder/note that A_LineNumber is the internal variable showing the last line number of executed code.

...
  Topic: WM_LBUTTONDOWN Help
ProsperousOne

Replies: 5
Views: 551

PostForum: Ask for Help   Posted: Thu Jan 17, 2008 7:12 pm   Subject: WM_LBUTTONDOWN Help
I thinkyou're right... It must be the app... (BASTARDS! Evil or Very Mad )

Gonna try skinning this cat with another tool.

Fish Scaler anyone? Twisted Evil
  Topic: WM_LBUTTONDOWN Help
ProsperousOne

Replies: 5
Views: 551

PostForum: Ask for Help   Posted: Thu Jan 17, 2008 1:22 am   Subject: WM_LBUTTONDOWN Help
I confirmed that if I first move the mouse to the control, then send a WM_LBUTTONDOWN message, that it works! Laughing

Unfortunatley, I don't want to have this window visible to the user. Is there ...
  Topic: WM_LBUTTONDOWN Help
ProsperousOne

Replies: 5
Views: 551

PostForum: Ask for Help   Posted: Thu Jan 17, 2008 12:44 am   Subject: WM_LBUTTONDOWN Help
After much trial (with lots of error), I'm wondering why
Click, Down would work, but not

PostMessage, WM_LBUTTONDOWN, 1,0x00140019, Button4, ahk_id %winID%


I'm guessing it has to do with th ...
  Topic: WM_LBUTTONDOWN Help
ProsperousOne

Replies: 5
Views: 551

PostForum: Ask for Help   Posted: Wed Jan 16, 2008 11:40 pm   Subject: WM_LBUTTONDOWN Help
Update:

If use hover the mouse over the control, and use


Click, Down


The button stays pressed....

Hmmmmmmmmmmm Any thoughts? Idea
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group