Search found 578 matches

by Guest10
07 Oct 2013, 09:14
Forum: Ask for Help (v1)
Topic: [SOLVED] Aero-style borders on a non-resizable Gui
Replies: 8
Views: 6149

Re: Aero-style borders on a non-resizable Gui

could you post your finished script?
by Guest10
07 Oct 2013, 08:59
Forum: Ask for Help (v1)
Topic: Custom alternatives to ListView
Replies: 12
Views: 7598

Re: Custom alternatives to ListView

should RAGrid.dll go to the System folder or it could stay in the Script folder?
by Guest10
07 Oct 2013, 08:50
Forum: Ask for Help (v1)
Topic: Custom alternatives to ListView
Replies: 12
Views: 7598

Re: Custom alternatives to ListView

could you post your fixed/final version?
RijulAhuja wrote:
tmplinshi wrote:1. The _Test.ahk has this code inside

Code: Select all

RG_SetFont(hGrd, "s8, Courier New")
2. No, not mine. It was by majkinetor.

:)
Ah, I should have known from the style of writing. Amazing code, it will take me some time to dissect it, and (probably) fix it.
by Guest10
07 Oct 2013, 08:41
Forum: Ask for Help (v1)
Topic: How can I insert an image in this splashtext?
Replies: 9
Views: 6318

Re: How can I insert an image in this splashtext?

tested and this is an impressive special-effect work! how can i speed up or change the scroll speed ? also, how can i change the font format/style (size, color, etc.)? Thanks very much. Finally, this is my source ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Othe...
by Guest10
07 Oct 2013, 08:21
Forum: Scripts and Functions (v1)
Topic: MemoryInfo
Replies: 29
Views: 15790

Re: MemoryInfo

when i run MemoryInfo v0.1. the bars show yellow color bars not green as showcased at the top of the page. is the color of bars any indication of the amount of memory available, etc. and could go from green to yellow depending on the amount of memory and ratios, etc. (as i suspect)?
by Guest10
06 Oct 2013, 06:32
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26031

Re: Class TransparentListBox

is this how i should do this: :lol:
Selection:
GuiControlGet, LB
ToolTip, Selected: %LB%`nA_GuiEvent: %A_GuiEvent%`nA_EventInfo: %A_EventInfo%
SetTimer, KillTT, -750


If (LB == "Five")
MsgBox, Run Something...
by Guest10
06 Oct 2013, 05:53
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26031

Re: Class TransparentListBox

where should i add code and how so that when i select a number (Five, for example) for content from the list, then i can run some action?: :lol:
if content = Five
then
run, some action
by Guest10
06 Oct 2013, 05:40
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26031

Re: Class TransparentListBox

added this and seems it took care of the prob. :lol:

Code: Select all

StrSplit(ByRef InputVar, Delimiters="", OmitChars="")

{

   o := []

   Loop, Parse, InputVar, % Delimiters, % OmitChars

      o.Insert(A_LoopField)

   return o

}
by Guest10
06 Oct 2013, 05:18
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26031

Re: Class TransparentListBox

when i run, it complains about this line in Class_TransparentListBox.ahk: :lol:
This.Items := StrSplit(Content, "`n")
by Guest10
06 Oct 2013, 04:27
Forum: Scripts and Functions (v1)
Topic: MemoryInfo
Replies: 29
Views: 15790

Re: MemoryInfo

what is clear memory function, and what does it do exactly when i press Clear Memory?
by Guest10
06 Oct 2013, 04:11
Forum: Ask for Help (v1)
Topic: How to detect file is binary or ascii?
Replies: 22
Views: 13256

Re: How to detect file is binary or ascii?

tested and works great. i'll be sure to find some applications for this in my scripts! :lol: I have made a function: isBinFile It reads the first few bytes (default: 5) and determines if that byte is within ASCII Printable Chars Range (9-13, 32-126) seems to work well... folder = c:\tools recurse =...
by Guest10
05 Oct 2013, 13:00
Forum: Ask for Help (v1)
Topic: where should i post my questions?
Replies: 4
Views: 2940

where should i post my questions?

where should i post my questions: on autohotkey.com or auto-hotkey.com or BOTH? :lol:
by Guest10
03 Oct 2013, 09:34
Forum: Ask for Help (v1)
Topic: If statement question
Replies: 1
Views: 1988

Re: If statement question

after extensive testing looks like i should run this simpler version: :lol:

Code: Select all

...
If (DateParse(Current_Column1) <= DateParse(AlertDate))
{
do this
}
GoTo, RUN
Break
}
If (Current_Column2 <= 15)
{
do this
}}
GoTo, RUN
RUN:
...
by Guest10
03 Oct 2013, 07:56
Forum: Ask for Help (v1)
Topic: If statement question
Replies: 1
Views: 1988

If statement question

are these 2 bold lines identical in function when running the code that follows. the first line didn't seem to work as expected. Current_Column2 is ALWAYS a positive integer no matter what (this happened when i had to modify line If (DateParse(Current_Column1) <= DateParse(AlertDate)) AND (Current_C...
by Guest10
02 Oct 2013, 22:59
Forum: Scripts and Functions (v1)
Topic: MyWinSpy
Replies: 5
Views: 4940

Re: MyWinSpy

you just xeroxed my iteration! the same here. :lol: P1 := TV_Add("Control Hwnd Parent Seq: " A_index " Hwnd " P1_id " Title: " P1_Title " Class: " P1_Class,0,"Bold") that worked. A couple issues. 1. This confused me. It took me quite a few trial and errors to figure out I was creating a hotkey. http...
by Guest10
02 Oct 2013, 13:16
Forum: Scripts and Functions (v1)
Topic: MyWinSpy
Replies: 5
Views: 4940

Re: MyWinSpy

there seems to be other issues...will be listing mine later on.
by Guest10
01 Oct 2013, 03:06
Forum: Forum Issues
Topic: Thanks tank!
Replies: 30
Views: 15776

Re: Thanks tank!

thanks! i joined. :lol:

Go to advanced search