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 39 matches
AutoHotkey Community Forum Index
Author Message
  Topic: KeyWait and KeyGetState won't work -solved, stupid me -_-'
0mega

Replies: 0
Views: 75

PostForum: Ask for Help   Posted: Sun Nov 16, 2008 11:28 am   Subject: KeyWait and KeyGetState won't work -solved, stupid me -_-'
Accidentally used BlockInput, it should be BlockInput MouseMove

#Persistent
#SingleInstance
#MaxThreads 20
#NoEnv

CoordMode, Mouse, Screen
CoordMode, Pixel, Screen
SetTitleMatchMode, 3
S ...
  Topic: IniWrite variable won't work
0mega

Replies: 4
Views: 75

PostForum: Ask for Help   Posted: Sat Nov 15, 2008 8:26 pm   Subject: IniWrite variable won't work
IniWrite, %vyX%,Settings.ini, Settings,vasen_ylänurkkaX
That worked for me ׃) thanks.

Btw How to make fastest superb script?
#MaxThreads 20
#NoEnv
SendMode Input
SetKeyDelay, -1
SetB ...
  Topic: IniWrite variable won't work
0mega

Replies: 4
Views: 75

PostForum: Ask for Help   Posted: Sat Nov 15, 2008 7:52 pm   Subject: IniWrite variable won't work
How to make %variable%X / Y work in IniWrite?

#NoTrayIcon
CoordMode, Mouse, Screen
SetTitleMatchMode, 3
SetWorkingDir, %A_WorkingDir%


Gosub,READINI
Gui, Add, Radio, x8 y3 w84 h20 gVY Check ...
  Topic: Add text front of the line
0mega

Replies: 4
Views: 139

PostForum: Ask for Help   Posted: Tue Sep 16, 2008 8:19 pm   Subject: Add text front of the line
Example:
!z::FileAppend , Text, Filename.txt

And if I moment later press exmp. !x it would add some text front of the line of textfile. Is it possible ?

It need add text front of line to latest ...
  Topic: Au3Info.exe Statusbar tab
0mega

Replies: 3
Views: 130

PostForum: Ask for Help   Posted: Tue Sep 02, 2008 8:08 pm   Subject: Au3Info.exe Statusbar tab
Now I can easily remove _-marks from mp3 files and others.
^F2::
Clipboard=
Send ^a
Send ^c
clipwait, 2
Files := Clipboard
FileAppend, % Files, %A_WorkingDir%\Kappaleet.txt
number ...
  Topic: Au3Info.exe Statusbar tab
0mega

Replies: 3
Views: 130

PostForum: Ask for Help   Posted: Tue Sep 02, 2008 5:34 pm   Subject: Au3Info.exe Statusbar tab
Haha thanks SKAN.
You make me look like an idiot :D
  Topic: Au3Info.exe Statusbar tab
0mega

Replies: 3
Views: 130

PostForum: Ask for Help   Posted: Tue Sep 02, 2008 3:31 pm   Subject: Au3Info.exe Statusbar tab
How I can get same values as Au3Info Statusbar tab shows
It shows
1. number of objects
2. filesize of all objects
3. My computer

I need number of files to get rid off inputbox.
And why this s ...
  Topic: Send all letters
0mega

Replies: 2
Views: 80

PostForum: Ask for Help   Posted: Sat Jun 28, 2008 6:27 pm   Subject: Send all letters
Thanks for quick answer.
  Topic: Send all letters
0mega

Replies: 2
Views: 80

PostForum: Ask for Help   Posted: Sat Jun 28, 2008 6:17 pm   Subject: Send all letters
I remember I saw 1 script what does that (Send all 255 letters)
But I don't remember what topic was it, so I'm asking help.
  Topic: How to send .. + messenger/wmp problem (edited)
0mega

Replies: 4
Views: 269

PostForum: Ask for Help   Posted: Sun Feb 24, 2008 1:12 am   Subject: How to send .. + messenger/wmp problem (edited)
Yes, I have used controlsend as you can see on that script...
  Topic: How to send .. + messenger/wmp problem (edited)
0mega

Replies: 4
Views: 269

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 7:10 pm   Subject: How to send .. + messenger/wmp problem (edited)
Didn't found how to send control+v, and wm_paste doesn't work to messenger psm (yes, again messenger psm problem....)

#NoEnv
SendMode Input
SetKeyDelay, 0, 10
SetBatchLines, -1
SetMouseDela ...
  Topic: How to send .. + messenger/wmp problem (edited)
0mega

Replies: 4
Views: 269

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 1:23 pm   Subject: How to send .. + messenger/wmp problem (edited)
WM_KEYDOWN = 0x100
WM_KEYUP = 0x101
WinGetActiveTitle, WinTitle
SendMessage, 0x100 , wParam, lParam, Edit1, %WinTitle%

What wParam and IParam should be to send control+v (paste)?
  Topic: Get filenames from folder
0mega

Replies: 1
Views: 153

PostForum: Ask for Help   Posted: Sat Feb 16, 2008 2:51 pm   Subject: Get filenames from folder
How to get all filenames on currently open folder without filetypes and save as ini file or other textfile

Example:

music1.mp3
music2.mp3
music3.mp3
->
Music.ini

music1
music2
music3
  Topic: Detect WMP song change & send text to messenger psm
0mega

Replies: 2
Views: 189

PostForum: Ask for Help   Posted: Sun Feb 10, 2008 12:17 pm   Subject: Detect WMP song change & send text to messenger psm
How ahk can detect if in WMP song is changed and after that send text (example 123test) to mesenger psm textarea, even if messenger is only on trayicon ?
  Topic: WMP Controls in MiniMode
0mega

Replies: 2
Views: 173

PostForum: Ask for Help   Posted: Fri Jan 25, 2008 1:28 pm   Subject: WMP Controls in MiniMode
!a::Send {Media_Next}
!s::Send {Media_Prev}
!d::Send {Media_Stop}
!f::Send {Media_Play_Pause}

?
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group