topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:12 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Backslash [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Re: AI program for instant messengers
« on: January 03, 2006, 07:53 PM »
Yeah, I loved programs like that!

There are a few similar programs available today.  I haven't tried many, but I do know about TrillAlice, a plugin for Trillian implementing the A.l.i.c.e. chat system.  http://plugins.estmatic.net/trillalice/
Lots of fun.  You can find out more about the Alice system in general at http://www.alicebot.org/ .  There's a lot to look through!

2
Some good ideas.  I will check them out.
Yes to kimmchii, the Maxthon's save windows as group is what inspired this.   :Thmbsup:  I use Maxthon at home, but for at-work use we are stuck on IE.   >:(  Heck if I ever figure this out I might format the output the same so to be able to open with Maxthon.

Thanks mouser, I'll see if I can figure out the APIs for the history list.  Good idea, hadn't thought of that.  Won't quite show the currently-open windows but is better than nothing.  [I don't think _monitoring_ the address bar is necessary, shellWindows.item(i).LocationURL -- where shellWindows is CreateObject("Shell.Application").Windows() -- returns the URL; there's probably other similar solutions.]

Stefan, your extension to that idea is intriguing, but I'm running into a couple problems.  (I'm assuming "Verlauf" is Temp or something like that, cause I don't have anything called "Process" or similar -- but I'm surely translating that wrong anyway.)  I am administrator and yet the editor claims that the History.IE5 folder is access denied.  Will keep looking.  Still, thanks for the PSPad recommendation!  I had heard about it before but hadn't realized it was free, or so cool.

Thanks for the tips so far!

3
A small program would look at the open Internet Explorer windows and save the URLs to a file.  This program would be sort of similar to UrlHistory (which I recently discovered and love), but saves all the URLs of the _open_ windows, instead of having to go through and select each window and copy it (which is my workaround for now).

I have been looking for a program like this for a while, and even tried to make one.  I ended up with a VBscript that does what I need, however it only works with Explorer as the Windows shell.  (As I use Litestep a lot, this is unfortunate.  It gives an "ActiveX component can't create object" error.)  [I'll be glad to give you the code if you want to see it!]  It gets the item.LocationURL from Shell.Application -- I'm guessing this might be an easy place to start, but then I'm only a mediocre programmer, so far... ;-)

Now that I think about it, I bet other people (if any end up using it) would like it if the program were to do the same for Firefox tabs, if that is easy to implement. 

I'd appreciate comments on this idea.  Also, I'd be glad to carry on programming it myself if anyone has tips or suggestions on where to start... but I bet you guys could do it a lot faster if you felt like it :-)

Pages: [1]