AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 321 matches
AutoHotkey Community Forum Index
Author Message
  Topic: I searched good program and I have problem with ...
vlcek

Replies: 2
Views: 100

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 7:33 am   Subject: I searched good program and I have problem with ...
The original program code is here: http://www.autohotkey.com/forum/topic10617.html
menus otevřít=open and konec=exit isn't in original.
  Topic: I searched good program and I have problem with ...
vlcek

Replies: 2
Views: 100

PostForum: Ask for Help   Posted: Tue Jul 01, 2008 7:07 pm   Subject: I searched good program and I have problem with ...
Hi all. I searched some avi player and I writing new function, but problem.

gui,-sysmenu
menu,menu,add,otevřít,open
menu,menu,add,konec,exit
gui,menu,menu
Gui, 1:Add,text,,
Gui, 1 ...
  Topic: speak problem.
vlcek

Replies: 2
Views: 128

PostForum: Ask for Help   Posted: Thu May 29, 2008 3:24 pm   Subject: speak problem.
Thanks.
I have next problem, I want, when program speak focus.


controlgetfocus,talk,
gosub, speaktext
speaktext:
TEMPFILE = %TEMP%\TALK.vbs
IfExist, %TEMPFILE%
FileDelete, %TEMPFILE% ...
  Topic: speak problem.
vlcek

Replies: 2
Views: 128

PostForum: Ask for Help   Posted: Wed May 28, 2008 4:00 pm   Subject: speak problem.
Hi all.
I have this problem.

TEMPFILE = %TEMP%\TALK.vbs
IfExist, %TEMPFILE%
FileDelete, %TEMPFILE%
FileAppend, Dim Talk`nSet Talk = WScript.CreateObject("SAPI.SpVoice")`nTa ...
  Topic: speak focus
vlcek

Replies: 2
Views: 101

PostForum: Ask for Help   Posted: Fri May 23, 2008 10:42 am   Subject: speak focus
Hi all.
I want this.
When user is in same focus, the sapi voice say this focus.
Example:
When user send down key and is in focus of button start game, the sapi voice say start game.
When is in fo ...
  Topic: mail number of messages and size
vlcek

Replies: 0
Views: 93

PostForum: Ask for Help   Posted: Sun May 04, 2008 9:37 am   Subject: mail number of messages and size
Hi all.
I want make this Program.
This program go to deleted messages in outlook express and write this.
Msgbox, 64, info., In deleted folder is example 200 messages and size of this messages is ex ...
  Topic: my_mp3_player can you rewrite some...
vlcek

Replies: 0
Views: 120

PostForum: Ask for Help   Posted: Sat Apr 12, 2008 6:25 pm   Subject: my_mp3_player can you rewrite some...
Hello.
Can you rewrite listboxs to listviews and write filedelete function?
This is my mp3 player code:

#singleinstance, force
setworkingdir %A_ScriptDir%
if notexist mp3
filecreatedir mp3
if ...
  Topic: Insert to selected line
vlcek

Replies: 11
Views: 404

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 10:29 am   Subject: Insert to selected line
Thanks. But in insert html head, I need insert all tags to new line. In your code newtext=
(
html
head
edc
)
sendmessage etc
is all inserted to one line. The tag `r`n create not standart blank ...
  Topic: Insert to selected line
vlcek

Replies: 11
Views: 404

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 8:41 am   Subject: Insert to selected line
Stop please. I rewrite all to send example: send <a href=""></a>.
  Topic: Insert to selected line
vlcek

Replies: 11
Views: 404

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 8:28 am   Subject: Insert to selected line
I posted full editor code for try. When I select some action from insert menu, the text is in last line in mainedit.
  Topic: Insert to selected line
vlcek

Replies: 11
Views: 404

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 8:06 am   Subject: Insert to selected line
He is asking to append text to the selected line instead of the end of the edit.

I don't know how to do it, though.
Yes.
  Topic: Insert to selected line
vlcek

Replies: 11
Views: 404

PostForum: Ask for Help   Posted: Thu Feb 21, 2008 5:00 pm   Subject: Insert to selected line
Hi all. This code insert selected item to last line in mainedit. I want. Item will insert to select line in mainedit.
My code:

Gui, -sysmenu
; Create the sub-menus for the menu bar:
setworki ...
  Topic: add % to fileappend
vlcek

Replies: 3
Views: 152

PostForum: Ask for Help   Posted: Wed Feb 20, 2008 2:17 pm   Subject: add % to fileappend
No. My full code
fileappend, FileSelectFolder%carka% SelFile%carka%%carka%%carka%`r`n,%appname%.zis
fileappend, GuiControl%carka%%carka% Selfile%carka% %picfile%`r`n,%appname%.zis
fileappend, Retur ...
  Topic: add % to fileappend
vlcek

Replies: 3
Views: 152

PostForum: Ask for Help   Posted: Wed Feb 20, 2008 2:01 pm   Subject: add % to fileappend
Hi all. This code ignore writing %picfile%
fileappend, GuiControl%carka%%carka% PicFile%carka% %SelFile%`r`n,%appname%.zis
Program write: guicontrol,, selfile,
The %carka% = ,
Can you help?
I wa ...
  Topic: I want try, when you have
vlcek

Replies: 2
Views: 169

PostForum: Ask for Help   Posted: Fri Feb 08, 2008 5:07 pm   Subject: I want try, when you have
Hi all. Have you some media player in autohotkey? When yes and when you can, please send me it to vlcekp1@seznam.cz
I want try it.
 
Page 1 of 22 Goto page 1, 2, 3 ... 20, 21, 22  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group