Quote Originally Posted by hallongodis
*edit* Umm... is there a difference between me.richtextbox.text and richtextbox.text because it seemed to work this time :S
There is no difference. But I always use the Me keyword as it makes it clear that you are referring to the current instance of a class and you get Intellisense after just 3 characters.