I like posting in the VB Forum cause I then find the answer.
Does not work that is for the Title of the window for exmple.Code:Call SetWindowText(wnd2, ByVal "hello")
However works.Code:Call SendMessage(wnd2, WM_SETTEXT, Len("I Did it"), "I Did it")
I am happy.




Reply With Quote