| Author |
Message |
Topic: how to manipulete with ini |
vlcek
Replies: 1
Views: 87
|
Forum: Ask for Help Posted: Tue Nov 02, 2010 1:18 pm Subject: how to manipulete with ini |
Good afternoon.
In the notes.ini, I have this:
[note1]
date=2.11.2010
time:18:00
content=This is note 1.
[note2]
date=2.11.2010
time:19:00
content=This is note 2.
How to iniread and iniwrite ... |
Topic: ahk2exe problem |
vlcek
Replies: 2
Views: 300
|
Forum: Ask for Help Posted: Tue Sep 21, 2010 8:12 am Subject: ahk2exe problem |
Good morning.
Can you help me with this problem?
setworkingdir %A_ScriptDir%
ver=2009.09
outputdir=build/%ver%
filecreatedir, %outputdir%
accppt=sources/accppt
accviewer=sources/accviewer ... |
Topic: while problem |
vlcek
Replies: 4
Views: 318
|
Forum: Ask for Help Posted: Tue Apr 13, 2010 3:56 pm Subject: while problem |
Good evening.
Can you help me with this script?
I want this:
While script will download the file, user can cancel it.
After downloading, program will exit:
my code:
get:
urldownloadtofi ... |
Topic: addition numbers in one line |
vlcek
Replies: 11
Views: 384
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 5:45 pm Subject: addition numbers in one line |
Why is a_index=0?
When I edit your code to:
result+=A_LoopField
count:=A_Index
average:= result / count
msgbox %result% %count% %average%
script shows the first result count is 0 and average i ... |
Topic: addition numbers in one line |
vlcek
Replies: 11
Views: 384
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 4:16 pm Subject: addition numbers in one line |
Good evening.
I returned to autohotkey.
Can you help me with this function?
In line 2 in file numbers.txt, I have this numbers:
2;1;3;4;6;3;7;3
I want to addition the numbers and divide number of ... |
Topic: parameters problem |
vlcek
Replies: 5
Views: 265
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 3:39 pm Subject: parameters problem |
Good work your tips are very good.
Can I set my program as default for txt files?
example
menu,options,add,associate with txt files,asociatewithtxt
asociatewithtxt
;Here will function for set an ... |
Topic: parameters problem |
vlcek
Replies: 5
Views: 265
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 2:47 pm Subject: parameters problem |
Good afternoon.
I want use parameters in my program example open and edit.
This code
if %0% = 0 ; no parameters have been passed (%0% = num of params passed)
currentfilename = Untit ... |
Topic: detect focus and speak with com |
vlcek
Replies: 1
Views: 572
|
Forum: Ask for Help Posted: Tue Aug 04, 2009 8:33 am Subject: detect focus and speak with com |
Good afternoon.
I want detect focused guy example, button, edit, menu etc and speak it with sapi.
I use this:
#include com.ahk
COM_CoInitialize()
sapi:=COM_CreateObject("SA ... |
Topic: IE and Gui Browser Com Tutorial |
vlcek
Replies: 64
Views: 47509
|
Forum: Scripts & Functions Posted: Wed Jul 29, 2009 6:23 pm Subject: IE and Gui Browser Com Tutorial |
Good evening.
Can you help me?
I have problems.
I want create web browser with your tutorial, but I have problem with my script.
Can you create for me gui window with loaded page google.com and ke ... |
Topic: Problem with sent insert+q key |
vlcek
Replies: 1
Views: 274
|
Forum: Ask for Help Posted: Wed Jul 29, 2009 12:41 pm Subject: Problem with sent insert+q key |
Good afternoon.
I want send insert+q key, but I have problem with this.
I use send, insq
the key insert+q turn off the screen reader and I need it, because I using in my program no autohotkey scree ... |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 8:39 am Subject: problem with run program button |
I use this:
programsList .= name "|"
programs are show, but when I select one program and click run program, the message box shows error.
I want show fullpath from selected program.
... |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Fri Jul 17, 2009 7:27 am Subject: problem with run program button |
The code shows only blank dropdownlist.
When I do this:
programsList .= name
all programs are in one line. |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Thu Jul 16, 2009 6:06 pm Subject: problem with run program button |
| The messagebox with %fullpath% show one word only (error) |
Topic: problem with run program button |
vlcek
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Thu Jul 16, 2009 6:04 pm Subject: problem with run program button |
Helo.
I have problem with run application button.
I write small utility, which shows all my programs from ini files.
In programs directory are my programs, example calculator and player and ini fil ... |
Topic: [Library] MCI v1.1 - Play/Control media files |
vlcek
Replies: 65
Views: 16687
|
Forum: Scripts & Functions Posted: Fri May 08, 2009 6:16 am Subject: [Library] MCI v1.1 - Play/Control media files |
Good morning.
Can you help me with problem with playi file from the internet?
;Program pro přehrávání rádia Melody;
;Tento program je opensource, lze jej upravovat, ale za souhlasu autora, n ... |
| |