I've thought long and hard on how to respond to this... because quite frankly my initial reaction was one that could quite possibly get me banned from here for a couple months...

Instead I'm going to make two comments, then I'm done with this thread.
1) since you are using the value in the textbox to navigate the webbrowser... why would you want to reset it back to the same value?
2) Think about the line with the blue squiggle... there are two things wrong with it... 1) your assignment is backwards... I tried to point this out in post #6 you either ignored it or simply refused to listen. It's a simple variable assignment... you're trying to do this: 15 = x .... that just doesn't work. 2) every object inherits from the base object class... funny thing about the base object class... it has a ToString method... guess what it does?
I get the feeling you're just flailing about and not really understanding what you're doing. Nor do you seem to care about what you're doing, because you've flubbed up some of the most basic things, even when I can see that you get it right in other areas.

I can only come to one of two conclusions... and the other is that this is a joke.

-tg