Search found 536 matches

by Rain
Sat May 05, 2007 3:39 pm
Forum: Beginners
Topic: Problem with using variables
Replies: 2
Views: 3622

Is this what you want? File name and type only let>k=0 GetFileList>C:\Documents and Settings\Owner\My Documents\Macro Scheduler\*.*,files Separate>files,;,file_names Repeat>k Let>k=k+1 StringReplace>file_names_%k%,C:\Documents and Settings\Owner\My Documents\Macro Scheduler\,,file_name WriteLn>c:\te...
by Rain
Sat May 05, 2007 2:50 pm
Forum: Technical / Scripting
Topic: ExecuteFile
Replies: 5
Views: 6626

I used to open IE that way but Marcus explained to me why it is unreliable in this classic thread . I agree. Although VB script is more reliable I prefer to use the run command if all I want to do is open a simple web page, for example a button that opens my home page. I don’t see any reason...
by Rain
Fri May 04, 2007 6:17 pm
Forum: Enhancement Suggestions
Topic: Ability to choose which input to block
Replies: 7
Views: 12502

Hi Marcus,

I’m kind of curious if this even possible?

Rain
by Rain
Fri May 04, 2007 6:16 pm
Forum: Technical / Scripting
Topic: ExecuteFile
Replies: 5
Views: 6626

Try this:

run>C:\Program Files\Internet Explorer\iexplore.exe "http://www.mjtnet.com"
by Rain
Thu May 03, 2007 6:03 pm
Forum: Enhancement Suggestions
Topic: Ability to choose which input to block
Replies: 7
Views: 12502

Ability to choose which input to block

Hi Marcus, I think you’re a genius in what you do and I really like all the improvements, addition and the awesome forum support you give all of us. What I was wondering, is it possible to block only mouse inputs or only keyboard inputs? The way it stands now, if I want to block mouse inputs ...
by Rain
Thu May 03, 2007 5:51 pm
Forum: Technical / Scripting
Topic: none
Replies: 14
Views: 14465

I’m sorry to have offended you. However, I did say "I could be wrong" and “Please correct me if I'm wrongâ€Â
by Rain
Thu May 03, 2007 12:32 pm
Forum: Technical / Scripting
Topic: none
Replies: 14
Views: 14465

I could be wrong but it looks like someone is trying to read the security images websites use to keep bots from registering and/or spamming their website. I’m a website owner my self and don’t want to see anymore spam on my website than I already have. I don’t think it’s ...
by Rain
Mon Apr 30, 2007 1:18 pm
Forum: Enhancement Suggestions
Topic: [Done] Option to include image file data within compiled exe
Replies: 41
Views: 65221

Thank you Marcus and Dick I totally missed that part when I was reading that section. Maybe I shouldn't speed read before my 2nd cup of coffee :? One more question, this option only works with bitmaps, correct? I just tried a JPG and all I got was “1.JPG_DATA:â€Â
by Rain
Mon Apr 30, 2007 12:45 pm
Forum: Enhancement Suggestions
Topic: [Done] Option to include image file data within compiled exe
Replies: 41
Views: 65221

I found the import bitmap data option but how to use it in a dialog? I can't find an example or explanation in the help file.

Thanks for any help on this.

Rain
by Rain
Thu Apr 05, 2007 2:33 pm
Forum: Technical / Scripting
Topic: Two small (but annoying) problems with dialog editing
Replies: 4
Views: 6130

I'm having the same problems.
by Rain
Tue Feb 27, 2007 1:10 pm
Forum: Technical / Scripting
Topic: seperating text
Replies: 8
Views: 7545

Yep, that's what's so great about this product!
by Rain
Tue Feb 27, 2007 1:07 pm
Forum: Technical / Scripting
Topic: seperating text
Replies: 8
Views: 7545

You could also do this since the first part is always the same

Code: Select all

let>line=6_lotid_V703585G
StringReplace>line,6_lotid_,,Result
MessageModal>Result
by Rain
Tue Feb 27, 2007 1:01 pm
Forum: Beginners
Topic: creating a message box that times a macro being run
Replies: 4
Views: 6262

Dumb question :oops:

How can I convert the result into dd/hh/mm/ss using VBEval?

Also, is there a way to pause the timer and restart it at the exact point it was paused?

Thanks,

Rain
by Rain
Sun Feb 18, 2007 1:45 pm
Forum: Technical / Scripting
Topic: GetPixelColor -> RGB
Replies: 9
Views: 13280

Sorry it's AND not OR Let’s say your high range is 15467 and your low range 13678 what you have to do is add 20 or so to the high range and subtract 20 or so from the low range. The code would look like this: GetPixelColor>X,Y,COLOR IF>{(%COLOR%>13658) AND (%COLOR% Greater than Low Range < Le...
by Rain
Sun Feb 18, 2007 1:40 pm
Forum: Technical / Scripting
Topic: GetPixelColor -> RGB
Replies: 9
Views: 13280

How about getting the highest and lowest range? You can then do
GetPixelColor>X,Y,COLOR
IF>{(%COLOR%>[Low Range])or(%COLOR% Greater than Low Range
< Less than High Range

Just a though.
Sign up to our newsletter for free automation tips, tricks & discounts