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 21 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SteamLab 0.8.3.1 a - Take control of Steam!
sterrenstof ('stardust')

Replies: 122
Views: 25624

PostForum: Scripts & Functions   Posted: Mon Apr 20, 2009 8:46 am   Subject: hate
i hate steam its the horror for gamers
why Question
It's easy to pinpoint the disadvantages, mainly the time it takes to install new games (and unwanted advertising for those who don't want to be inf ...
  Topic: Help writing/changing values to a text file
sterrenstof ('stardust')

Replies: 14
Views: 1212

PostForum: Ask for Help   Posted: Sat Mar 21, 2009 1:50 pm   Subject: Help writing/changing values to a text file
good guest ++ Exclamation
of course you 1st have to delete old content - i was just considering the parsing loop, that didn't work... Embarassed
  Topic: Help writing/changing values to a text file
sterrenstof ('stardust')

Replies: 14
Views: 1212

PostForum: Ask for Help   Posted: Fri Mar 20, 2009 9:40 am   Subject: Help writing/changing values to a text file
Loop, read, init.txt
{
Loop, Parse, A_LoopReadLine, %A_Tab%%A_Space%
IfInString, A_LoopReadLine, sv_name
{
msgbox, sv_name found
}
}
Return

This works fine ...
  Topic: selfmade msgbox needs ugly workaround
sterrenstof ('stardust')

Replies: 2
Views: 1290

PostForum: Ask for Help   Posted: Thu Mar 19, 2009 10:04 am   Subject: selfmade msgbox needs ugly workaround
Try replacing your Gui, Show with:
...

thnx a lot Tonne, you're right Very Happy
I really searched for this solution, but couldn't find it.

The manual is not very clear on this basic subject, and t ...
  Topic: Help writing/changing values to a text file
sterrenstof ('stardust')

Replies: 14
Views: 1212

PostForum: Ask for Help   Posted: Thu Mar 19, 2009 9:29 am   Subject: Help writing/changing values to a text file
Maybe i'm dum and don't understand the problem,
but why don't U use loop read for parsing the txt file and stringreplace to replace the servername ?
  Topic: selfmade msgbox needs ugly workaround
sterrenstof ('stardust')

Replies: 2
Views: 1290

PostForum: Ask for Help   Posted: Thu Mar 19, 2009 8:45 am   Subject: selfmade msgbox needs ugly workaround
Hi

I tried to make my own msgbox with 2 buttons (go_on and stop) in a gui subroutine.
when i'm calling this sub, it creates the GUI and returns.
The script didn't wait for button press (when you ...
  Topic: SteamLab 0.8.3.1 a - Take control of Steam!
sterrenstof ('stardust')

Replies: 122
Views: 25624

PostForum: Scripts & Functions   Posted: Wed Mar 18, 2009 10:21 am   Subject: SteamLab 0.8.3.1 a - Take control of Steam!
.. I don't think will even run until I finish my rewrite.

tnx Bruce

let us know here when you've accomplished some..
only the coding itself would be very interesting for every curious ahk'er, ...
  Topic: An open letter for Antiviral software companies
sterrenstof ('stardust')

Replies: 43
Views: 13969

PostForum: General Chat   Posted: Wed Mar 18, 2009 9:36 am   Subject: newest compiler better
I also got those msgs at compiling from AVG.
upgrading to the latest ahk version solved the problem.
(still not sure if it was the compiler itself, or an infected version, have to try the older vers ...
  Topic: SteamLab 0.8.3.1 a - Take control of Steam!
sterrenstof ('stardust')

Replies: 122
Views: 25624

PostForum: Scripts & Functions   Posted: Tue Mar 17, 2009 1:21 pm   Subject: SteamLab 0.8.3.1 a - Take control of Steam!
Exclamation best Bmcclure

the link below your msgs (to your projects) gives you a 'trojan' -according to the scanner (maybe an issue with your compiler):
E:\C\saveFrank\Documents\AHK\wintools\resource.zip ...
  Topic: Cannot input from a Visual basic Script when input blocked.
sterrenstof ('stardust')

Replies: 4
Views: 364

PostForum: Ask for Help   Posted: Tue Mar 17, 2009 12:49 pm   Subject: Cannot input from a Visual basic Script when input blocked.
VBS in Excel can work faster then working with Excelcontrols in AHK, where you have to wait till Excel finished responding to sendkeys/ textinput, before u can move to the next action.

In this case ...
  Topic: geting the color of a set pixel before running the script
sterrenstof ('stardust')

Replies: 4
Views: 335

PostForum: Ask for Help   Posted: Tue Mar 17, 2009 12:07 pm   Subject: geting the color of a set pixel before running the script
The idea is not that stupid... and your post is also no jewel Rolling Eyes

you could make a screenshot and analyse the pixelcolors.
best thing would be, to take the particular area of the screenshot, w ...
  Topic: SELF-RECOMPILING EXE (moved from scripts and functions)
sterrenstof ('stardust')

Replies: 2
Views: 776

PostForum: Ask for Help   Posted: Tue Mar 17, 2009 11:30 am   Subject: SELF-RECOMPILING EXE (moved from scripts and functions)
very useful Evil or Very Mad

sarcasm

Sorry man
I put this msg on the wrong place.

This idea makes it f.i. possible for users, to adjust the program according to their specific/changing wishes - or to ...
  Topic: SELF-RECOMPILING EXE (moved from scripts and functions)
sterrenstof ('stardust')

Replies: 2
Views: 776

PostForum: Ask for Help   Posted: Mon Mar 16, 2009 3:18 pm   Subject: SELF-RECOMPILING EXE (moved from scripts and functions)
hI

At my formal work, i once created a self-recompiling exe with AHK (to make it possible to change code in the exe, that then recompiles itself).
That worked fine.
I didn't see this approach ...
  Topic: remCHECK YOUR (TELEPHONE) BILL FOR EXPENSIVES -simple script
sterrenstof ('stardust')

Replies: 0
Views: 665

PostForum: Scripts & Functions   Posted: Fri Feb 20, 2009 4:07 pm   Subject: remCHECK YOUR (TELEPHONE) BILL FOR EXPENSIVES -simple script
** changed text 0103

Hi

Here a simple example of AHK's powerfull build-in posssibilities to read, compare and select text data, and transform them into fields and records in Excel (when there i ...
  Topic: Counting chars in Word doc fails with loop_read loop_parse
sterrenstof ('stardust')

Replies: 12
Views: 699

PostForum: Ask for Help   Posted: Fri Jan 16, 2009 11:24 am   Subject: Counting chars in Word doc fails with loop_read loop_parse
MSDN helps alot

I'll give it a try and come back toU
(in the meanwhile, i admire com.ahk) Wink
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group