| Author |
Message |
Topic: Lil Builder 0.7.1 |
mAdDoG
Replies: 255
Views: 29803
|
Forum: Scripts & Functions Posted: Sun Jan 10, 2010 4:28 pm Subject: Lil Builder 0.7.1 |
Guys, looks like it would be great, but I immediately get this error when trying to add a standard control:
http://i887.photobucket.com/albums/ac78/michaelbode/stuff/ScreenShot002.jpg
Hope someo ... |
Topic: Scroll to line in edit control |
mAdDoG
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 2:47 pm Subject: Scroll to line in edit control |
| Thanks alot everyone! |
Topic: Scroll to line in edit control |
mAdDoG
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 1:07 am Subject: Scroll to line in edit control |
Thanks, but that will only return the line's contents in "OutputVar".
What I need to find out is how to actually scroll/navagate to a specific line. |
Topic: Scroll to line in edit control |
mAdDoG
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Sun Nov 29, 2009 10:48 pm Subject: Scroll to line in edit control |
How would you scroll to a specific line in an edit control using "SendMessage"?
text = 1`n2`n3`n4`n5`n6`n7`n8`n9`n10
Gui Add, Button,,Go
Gui Add, Edit, w100 vLine, enter line #...
Gu ... |
Topic: what is this type of control called? |
mAdDoG
Replies: 2
Views: 68
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 12:38 am Subject: what is this type of control called? |
| Thanks for the "Window Spy" lesson! |
Topic: what is this type of control called? |
mAdDoG
Replies: 2
Views: 68
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 12:07 am Subject: what is this type of control called? |
Hi everyone.
Just wondering what this controls name is, & if it's available in AHK...
It's the draggable bar that resizes multiple controls that reside next to another within a single window. ... |
Topic: A search dialogue to work on an edit control |
mAdDoG
Replies: 9
Views: 3113
|
Forum: Scripts & Functions Posted: Sat Nov 07, 2009 3:36 pm Subject: A search dialogue to work on an edit control |
That was it.
I was just about to rip everything up & start from scratch, & thought to see if anyone answered the post.
Thanks! |
Topic: A search dialogue to work on an edit control |
mAdDoG
Replies: 9
Views: 3113
|
Forum: Scripts & Functions Posted: Sat Nov 07, 2009 1:13 am Subject: A search dialogue to work on an edit control |
Can someone help me figure this out?
If you run a copy of this script & repeatedly hit the Search-button,
You'll find an obviuos skipping pattern.
#NoEnv
SendMode Input
SetWorkingDir ... |
Topic: A search dialogue to work on an edit control |
mAdDoG
Replies: 9
Views: 3113
|
Forum: Scripts & Functions Posted: Sat Jan 10, 2009 3:58 pm Subject: A search dialogue to work on an edit control |
SoggyDog,
Try this:
; a little gui with some text from the manual
Gui 1:Add, Button, gFindString, Search
Gui 1:Add, Edit, w100 vfind
Gui 1:Add, Edit, w330 r40 vcontent HSCROLL
... |
Topic: COM Port script error |
mAdDoG
Replies: 2
Views: 299
|
Forum: Ask for Help Posted: Tue Oct 21, 2008 4:06 pm Subject: COM Port script error |
Ok, got everything working now. (crudely, but up & running)
Also threw a simple Gui to send & recieve with.
Just type & hit send, or, hit recieve.
This script is still a little buggy ... |
Topic: COM Port script error |
mAdDoG
Replies: 2
Views: 299
|
Forum: Ask for Help Posted: Fri Oct 17, 2008 7:23 pm Subject: COM Port script error |
I realized something that may be the problem.
The flow control is suppose to be set Xon/Xoff.
How could I set that within the script? |
Topic: COM Port script error |
mAdDoG
Replies: 2
Views: 299
|
Forum: Ask for Help Posted: Fri Oct 17, 2008 1:10 pm Subject: COM Port script error |
First, thanks aobrien for this:
#NoEnv
SendMode Input
#SingleInstance Force
SetTitleMatchMode, 2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;----%Input% is sample string to send----;
; ... |
Topic: Finding executable's path? |
mAdDoG
Replies: 3
Views: 273
|
Forum: Ask for Help Posted: Thu May 03, 2007 4:01 pm Subject: Finding executable's path? |
awesome...
thanks alot! |
Topic: Finding executable's path? |
mAdDoG
Replies: 3
Views: 273
|
Forum: Ask for Help Posted: Thu May 03, 2007 2:00 am Subject: Finding executable's path? |
| Is there a way to find a running executable's path? |
Topic: use .ini file for database? |
mAdDoG
Replies: 6
Views: 545
|
Forum: Ask for Help Posted: Fri Dec 01, 2006 4:29 pm Subject: use .ini file for database? |
Ok then, off I go...
Thanks for the advice PhiLho! |
| |