I like posting in the VB Forum cause I then find the answer.

Code:
Call SetWindowText(wnd2, ByVal "hello")
Does not work that is for the Title of the window for exmple.

Code:
Call SendMessage(wnd2, WM_SETTEXT, Len("I Did it"), "I Did it")
However works.

I am happy.