Ok, I'll explain exactly what I am doing.
I have a Form that I use to test my code, I create it initially, then keep a pointer to the hwnd.
From then on, I use the handle to access the Form's TextBox where I display variables values of the Form that I am testing.
The problem is that when I change the text on the text box, it steals the focus from the form I am testing.