Search found 1091 matches

by Me_again
Wed Mar 30, 2005 6:40 pm
Forum: General Discussion
Topic: Download.com User Reviews Needed
Replies: 10
Views: 11487

Horoscopes2000 wrote:That's a pretty good username though - does it confuse other people, or just me?

:)
I believe you have the honor of being the first :lol:

It just seemed appropriate when I was starting out and pestering folks with my questions.

I've added a location now so maybe that will help :D
by Me_again
Tue Mar 29, 2005 4:48 pm
Forum: General Discussion
Topic: Download.com User Reviews Needed
Replies: 10
Views: 11487

:oops: , sorry if I started any confusion, I thought when you wrote "We have a new listing" you meant a, uh, new listing :lol: I see our reviews default to only those for the current version, unless the visitor selects all, but they are all good so you should be pleased to have such a well appreciat...
by Me_again
Tue Mar 29, 2005 2:17 am
Forum: General Discussion
Topic: Download.com User Reviews Needed
Replies: 10
Views: 11487

Me_again wrote:Wow, as of today 36K downloads in 6 days :shock:
Something very weird about those numbers, it's only up to 36,247 3 weeks later. Are there a bunch of bots that grab everything new off downloads.com?
by Me_again
Fri Mar 25, 2005 10:17 pm
Forum: Technical / Scripting
Topic: Using If> with the Pos function
Replies: 3
Views: 5428

Pos isn't listed as a string function that works with If> so I don't think there is any reasonable expectation that it should work.
by Me_again
Fri Mar 18, 2005 2:52 am
Forum: Beginners
Topic: Help Please. What is going on here?
Replies: 4
Views: 7162

Not only that but with the asterisk at the end there is no error message :D

Accepting any string starting with a command abbreviation as a valid command is pretty surprising behavior to anyone who has learned something like C :shock:
by Me_again
Thu Mar 17, 2005 11:54 pm
Forum: Beginners
Topic: Help Please. What is going on here?
Replies: 4
Views: 7162

Adding an asterisk on the end of the window name should resolve that:

WindowWaitOpen>Untitled - Notepad*

I can't tell you exactly why, but it has worked for me in a number of situations. I can only assume there are undisplayed characters at the end of the window name string.
by Me_again
Thu Mar 17, 2005 8:13 pm
Forum: Beginners
Topic: Count number of times a string is in a text file
Replies: 8
Views: 12176

For me it works OK with a single line file but with a multiple lines in the file I get Microsoft VBScript Compilation error :1033 Unterminated string constant, line 2, column 24
by Me_again
Thu Mar 17, 2005 4:58 pm
Forum: Beginners
Topic: Count number of times a string is in a text file
Replies: 8
Views: 12176

If "ON" can ever be at the beginning or end of a line then there won't always be a space as the previous/next character.
by Me_again
Thu Mar 17, 2005 4:57 pm
Forum: Beginners
Topic: Count number of times a string is in a text file
Replies: 8
Views: 12176

If "ON" can ever be at the beginning or end of a line then there won't always be a space as the previous/next character.
by Me_again
Thu Mar 17, 2005 12:14 am
Forum: Technical / Scripting
Topic: Read colors no matter where the screen is..
Replies: 3
Views: 4708

Sure. If the pixel you want to check is at 100 pixels across and 50 pixels down (you need to replace "MyWindow" with the actual name of the window)

GetWindowPos>MyWindow,WX,WY
Add>100,WX
Add>50,WY
GetPixelColor>X,Y,PC
Message>PC
by Me_again
Wed Mar 16, 2005 8:11 pm
Forum: Technical / Scripting
Topic: Read colors no matter where the screen is..
Replies: 3
Views: 4708

You have to get the X Y position of the window, and then add those X Y values to the X Y values within the window where you want to get the pixel color If X and Y are the coordinates in the window of the pixel for which you want to get the color GetWindowPos>MyWindow,WX,WY Add>X,WX Add>Y,WY GetPixel...
by Me_again
Tue Mar 15, 2005 4:38 pm
Forum: Beginners
Topic: Closing down Internet Explorer unlimted times
Replies: 6
Views: 10033

Or you could be less analytical and use Run Program> with PSKILL http://www.sysinternals.com/ntw2k/freeware/pskill.shtml to just kill all iexplore.exe processes.
by Me_again
Thu Mar 10, 2005 6:21 pm
Forum: Beginners
Topic: Process status
Replies: 3
Views: 6682

Not responding basically means it was started but has stalled/crashed. You do need to stop it before running it again. PSKILL is a useful utility that has been recommended on this forum.
by Me_again
Thu Mar 10, 2005 3:53 am
Forum: Beginners
Topic: Read through a string 1 char at a time ignoring CR & LF.
Replies: 3
Views: 6439

Based on this code posted by support in another thread it appears that the operators can be used with characters. You may be able to use something like this code to find the position of the start letter of the month by replacing the char9 with char >= A char MyVal=3g5tmar61gg3 Let>k=0 Length>MyVal,l...
by Me_again
Thu Mar 10, 2005 3:40 am
Forum: Technical / Scripting
Topic: number in a string
Replies: 4
Views: 6511

Oops.
Sign up to our newsletter for free automation tips, tricks & discounts