| Author |
Message |
Topic: Convert TXT to DOC |
neyon
Replies: 16
Views: 582
|
Forum: Ask for Help Posted: Wed Jan 17, 2007 10:52 am Subject: Convert TXT to DOC |
Or download this freeware:
http://www.highdots.com/text-code-export/
It can convert to rtf/doc. |
Topic: new user |
neyon
Replies: 13
Views: 328
|
Forum: Ask for Help Posted: Wed Nov 01, 2006 3:06 pm Subject: new user |
Read the perfect manual, Whacko  |
Topic: help about a key? |
neyon
Replies: 5
Views: 311
|
Forum: Ask for Help Posted: Mon May 01, 2006 10:05 am Subject: help about a key? |
| Put on your glasses and watch... |
Topic: Listview - show sort direction arrow on header? |
neyon
Replies: 8
Views: 727
|
Forum: Ask for Help Posted: Wed Apr 12, 2006 2:26 pm Subject: Listview - show sort direction arrow on header? |
Use ascii character 24 (↑) or 25 (↓).
They look nicer than ^ e.g. |
Topic: How to make a GIF working in a GUI? |
neyon
Replies: 4
Views: 321
|
Forum: Ask for Help Posted: Thu Mar 09, 2006 10:41 pm Subject: How to make a GIF working in a GUI? |
| Yeah, do you mean an animated gif e.g.? |
Topic: Help WinKill |
neyon
Replies: 3
Views: 320
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 11:43 am Subject: Help WinKill |
PhiLho  |
Topic: Help WinKill |
neyon
Replies: 3
Views: 320
|
Forum: Ask for Help Posted: Mon Feb 20, 2006 11:39 am Subject: Help WinKill |
Try this:
IfWinExist, Microsoft Excel
WinKill
this should work.
The title bar is the trigger... |
Topic: Forum's font size for [Code] sections |
neyon
Replies: 11
Views: 1839
|
Forum: Wish List Posted: Mon Feb 20, 2006 8:39 am Subject: Forum's font size for [Code] sections |
@Chris:
I have not problem with that. I can accept that sometimes you have to choose a solution that's acceptable for the most community members.
Thanks. |
Topic: Forum's font size for [Code] sections |
neyon
Replies: 11
Views: 1839
|
Forum: Wish List Posted: Sat Feb 18, 2006 6:04 pm Subject: Forum's font size for [Code] sections |
Seems as if your "code text" font is is smaller the past few days (yes, I mean the green code between the code and /code brackets...).
Greetz Neyon |
Topic: Get this .exe file converted to text file, how |
neyon
Replies: 2
Views: 281
|
Forum: Ask for Help Posted: Wed Feb 08, 2006 6:31 pm Subject: Get this .exe file converted to text file, how |
Search for "exe2ahk" in this community...
I'm sure you will find a solution...
(whenever you've deleted another
very useful ahk-script...)
(E.g. [url=http://www.auto ... |
Topic: Electronic Program Guide (EPG) - GUI |
neyon
Replies: 36
Views: 2228
|
Forum: Ask for Help Posted: Mon Jan 23, 2006 9:31 am Subject: Electronic Program Guide (EPG) - GUI |
Hey Toralf,
Do you know the link for the dutch channels?
Thanks in advance.
Neyon |
Topic: create an "About" window |
neyon
Replies: 6
Views: 438
|
Forum: Ask for Help Posted: Wed Jan 18, 2006 1:39 pm Subject: create an "About" window |
Okay, this is a very basic piece of code:
; Gui 1, Main Gui
Gui, Add, Button, x+20 gInfo,&Info
Gui, Add, Button, x+40 gExit,&Exit
; Gui 2, About Gui
Gui, 2:Add, Text,, `n( ... |
Topic: Gui Button Problem |
neyon
Replies: 3
Views: 310
|
Forum: Ask for Help Posted: Wed Nov 16, 2005 4:23 pm Subject: Gui Button Problem |
This one works for me:
Gui, Add, Button, x50 y160 w90 h30 vB1 gButtons,PDA
Gui, Add, Button, x150 y160 w90 h30 vB2 gButtons,PRINT
Gui, Add, Button, x250 y160 w90 h30 vB3 gButtons,BOTH
Gui, ... |
Topic: bad chm help file? |
neyon
Replies: 2
Views: 316
|
Forum: Ask for Help Posted: Sat Sep 24, 2005 8:45 am Subject: bad chm help file? |
There should be a hh.exe file in your windows folder. This file is executed when you call your chm file. Maybe you should look there for your problem or a solution.
Greetz
Neyon |
Topic: GUI script will not restart |
neyon
Replies: 9
Views: 553
|
Forum: Ask for Help Posted: Tue Sep 13, 2005 2:22 pm Subject: GUI script will not restart |
Well, simply add
Gui, hide after the messagebox:
Buttons:
MsgBox, %A_GuiControl% was clicked
Gui,hide
return
This is what you mean? |
| |