AutoHotkey Community

It is currently May 23rd, 2012, 5:58 am

All times are UTC [ DST ]


Search found 34 matches
Search these results:

Author Message

 Forum: Support   Topic: Does an Automatic Page Scroller exist?

Posted: October 14th, 2007, 12:02 am 

Replies: 1
Views: 338


Acrobat Reader (version 7) will do at least do the first part of what I want to do so at least Adobe thought this was worth doing.. Under Edit->Preferences there is a category "Full Screen" When you select that, there are various options you can choose in the Full Screen Navigation frame: ...

 Forum: Support   Topic: Does an Automatic Page Scroller exist?

Posted: October 13th, 2007, 11:06 pm 

Replies: 1
Views: 338


I'd like an automatic page scroller that scrolls at preset time intervals using the PgDn key. This would be easy to make. As a minimum, I'd also like this gadget to progressively fill the screen with a light transparent colour from top to bottom so that the user has a visual cue as to when PgDn is a...

 Forum: Support   Topic: Any way to use this dll?

Posted: March 26th, 2007, 9:17 pm 

Replies: 4
Views: 547


See: http://www.autohotkey.com/forum/viewtopic.php?t=15133

 Forum: Support   Topic: How to make a Dll

Posted: March 25th, 2007, 11:17 pm 

Replies: 4
Views: 623


Thanks for your comments. I've received some advice from the maker of Serial Wombat. He's had trouble reliably opening a serial port (which is what I want to do) using C++. The .Net 2.0 managed frame work (and C#) works well for him but this can't be accessed using non-managed code (e.g. AHK) So it ...

 Forum: Support   Topic: How to make a Dll

 Post subject: How to make a Dll
Posted: March 25th, 2007, 4:59 am 

Replies: 4
Views: 623


Looking to make a Dll from a C# class and then use the DllCall command to access it from AHK.

Can anyone suggest some documentation I can refer to?

FYI the code is at:

http://www.serialwombat.com/sampleproje ... ontrol.zip

It's the Wombat class I'm interested in.

 Forum: Support   Topic: Adding Strings?

Posted: December 19th, 2006, 1:49 pm 

Replies: 4
Views: 366


Noted thanks

 Forum: Support   Topic: Adding Strings?

Posted: December 19th, 2006, 11:00 am 

Replies: 4
Views: 366


Thanks PhiLho.

It also helps if I type MsgBox instead of Msg. :oops:

Perhaps I need to take a break for a while. :roll:

 Forum: Support   Topic: Adding Strings?

 Post subject: Adding Strings?
Posted: December 19th, 2006, 10:12 am 

Replies: 4
Views: 366


What did I do wrong? :oops:

Code:
String1 := "this is"
String2 := " a test to"
String3 := " see how strings work."
String4 = String1.String2.String3
Msg, 0,, %String4%


Thanks in advance.

Cioa

 Forum: Support   Topic: Why doesn't QuickDir work in some apps?

Posted: December 18th, 2006, 10:07 pm 

Replies: 0
Views: 559


Found QuickDir at: http://www.autohotkey.com/forum/viewtopic.php?p=95361#95361 Works great in some applications and not with others. Following are the applications I've tried so far: Works with: Notepad, Wordpad, Adobe Reader, OpenOffice, MS IE, Doesn't work with: MS File Explorer MS Outlook Excel M...

 Forum: Scripts   Topic: QuickDir

Posted: December 18th, 2006, 9:59 pm 

Replies: 5
Views: 3572


Hi MsgBox, Congradulations. :D This is a brilliant idea. However I can only get QuickDir to work with the File Open dialog box in Notepad. I'd really like to get it to work in other applications (e.g. Excel, Windows Explorer etc.). But if I try it anywhere other than Notepad the QuickDir window open...

 Forum: Support   Topic: Multiple SplashImages + Transparency

Posted: October 18th, 2006, 10:00 pm 

Replies: 5
Views: 692


Thanks again PhiLho

 Forum: Support   Topic: Multiple SplashImages + Transparency

Posted: October 18th, 2006, 12:39 am 

Replies: 5
Views: 692


Revised the above code to include: Gui, Color, Blue Gui, +AlwaysOnTop -Border Gui, Show, x0 y0 h22 w474, NoActivate ; Don't deactivate current window. ;WinSet, Region.... Stuck on two problems: How do I get rid of the thin grey border? How do I make a transparent hole for the close button? I tried &...

 Forum: Support   Topic: Multiple SplashImages + Transparency

Posted: October 17th, 2006, 9:43 pm 

Replies: 5
Views: 692


Thanks for the suggestion PhiLho. I'll give it a go.

 Forum: Support   Topic: Multiple SplashImages + Transparency

Posted: October 16th, 2006, 1:39 pm 

Replies: 5
Views: 692


The idea is to focus students' attention to the particular features of the application being discussed. We start by closing all windows except the one be discussed, e.g. the Calculator in this example. We then avoid the Calculator window being minimised or moved by: - Hiding the Task Bar, - Removing...

 Forum: Support   Topic: Endless loop

Posted: October 16th, 2006, 1:17 pm 

Replies: 15
Views: 1285


Got stuck trying to implement multiple splashimages. :?
Will start a new topic: Multiple SplashImages + Transparency.

Cioa
Sort by:  
Page 1 of 3 [ Search found 34 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group