View Single Post
  #19  
Old 05.11.2010, 15:46
remi
Guest
 
Posts: n/a
Cool

1) I prefer not to run multiple instances of the same program when it isn't necessary. They all take memory. With 'generic' I mean that it should work with any window and be independent of any program. You could implement this with an OR operator. I'm sure that it exists in any programming language, including VisualBasic. In the .ini file you can separate the options with a "|" or simply use the programming language expression you use in your program. VisualBasic is an interpreted language.

2) Yes, I don't care about a few seconds more or less. The window stays open for more than a minute. It's annoying that the alert keeps going while I'm processing the captcha window. If you make it a setting in the .ini file I would be very happy. I know you can make it perfect.
Reply With Quote