-
If i am useing internet exploer, how can i tell where i go on the internet like say http://forums.vb-world.net/netthread...read&forumid=1 how would i log that or something, i know i could use the window title, but i want to use the url, or the address.
-
you could have a Timer Control keep getting the text of the IE combobox, and to keep the size down, if the current entry matched the previous it would remove it. Then after five minutes or so you would write everything to a text file, or the registry.
-
ie combobox?
How do i get what is in the Ie combo box?
-
Check out this thread. gwdash shows a good example on how to do what you want.