Search found 8 matches
- Tue Sep 23, 2014 1:08 pm
- Forum: The Water Cooler
- Topic: MJT liveried car in Prague
- Replies: 5
- Views: 11415
Re: MJT liveried car in Prague
I love picture MJT-003.jpg it looks like the car is moving along at a very good clip. Best of luck in your racing endeavors! I hope that's not a belated best of luck, I just don't know much about racing or Euro. racing especially. Can someone please point me to a site that highlights this racing lea...
- Fri Aug 29, 2014 9:32 pm
- Forum: Technical / Scripting
- Topic: Un-Successful using NOSYSTRAY option v. 6-9
- Replies: 5
- Views: 7337
Re:
Hi JRL, I tried your suggestion just now on XP SP2. I created a new desktop shortcut icon and entered the following in these fields: T arget: "C:\Program Files\MJT Net Ltd\Macro Scheduler\msched.exe" "C:\Documents and Settings\jpuziano\Application Data\Macro Scheduler\Possible Hot Key Bug.scp" /NOS...
- Mon Jul 14, 2014 4:03 am
- Forum: Technical / Scripting
- Topic: Pure Text Recognition - FireFox
- Replies: 10
- Views: 13488
Re: Pure Text Recognition - FireFox
Thank you for your reply Marcus. Google Chrome? Nooooooo! I can't even bring myself to go to google dot com! They seem to know too much about me already. :shock: I don't care for their auto-updating the browser without even asking, etc.. But, if one can get past all that, Chrome is nice. And that is...
- Sun Jul 13, 2014 1:06 am
- Forum: Technical / Scripting
- Topic: Pure Text Recognition - FireFox
- Replies: 10
- Views: 13488
Re: Pure Text Recognition - FireFox
I am a home user so I've been able to live without IE, which I can understand that many business users could never get away with doing as businesses tend to use IE, which really is fine for them. Personally, I have never run IE on a regular basis, it's never been my browser of choice. I was in colle...
- Fri Jul 11, 2014 6:16 pm
- Forum: Beginners
- Topic: Best way to capture text in Internet Explorer
- Replies: 5
- Views: 7005
Re: Best way to capture text in Internet Explorer
Actually, after a thought came to mind I checked and found there is a way that we can use Firefox to capture text using Macro Scheduler! We simply use a Firefox addon called IE Tab 2 (FF 3.6+) v5.12.12.1 . Please feel free to read all about it here: http://www.mjtnet.com/forum/viewtopic.php?f=2&t=83...
- Fri Jul 11, 2014 6:12 pm
- Forum: Technical / Scripting
- Topic: Pure Text Recognition - FireFox
- Replies: 10
- Views: 13488
Re: Pure Text Recognition - FireFox
I've found that using the Firefox add-on called IE Tab 2 (FF 3.6+) v5.12.12.1 [/url] lets you work within Firefox by opening an instance of Internet Explorer within Firefox. I don't know if the entire IE (edit: object model) is exposed but I tried something like this and it worked no problem. //Plac...
- Fri Jul 11, 2014 9:47 am
- Forum: Beginners
- Topic: Best way to capture text in Internet Explorer
- Replies: 5
- Views: 7005
Re: Best way to capture text in Internet Explorer
Wow, that was really easy to accomplish in Internet Explorer (IE)! GetTextInit GetCursorPos>mouseX,mouseY,cursorType GetTextAtPoint>mouseX,mouseY,strText,vCharPos MessageModal>%strText% I've been using Firefox for so long due to so many security issues that were present in IE in the past but those i...
- Fri Jul 11, 2014 7:58 am
- Forum: Beginners
- Topic: Best way to capture text in Internet Explorer
- Replies: 5
- Views: 7005
Best way to capture text in Internet Explorer
Hello. I am trying to write a macro that will capture an ITEM NUMBER from eBay in Internet Explorer and place it on the Windows Clipboard. From there, I am good-to-go. I am looking to please get some advice on what is the best way to do this in Internet Explorer? I know about how to sendkeys CTRL+C ...