I am trying to enter a address in the address window whit
that works fine, but how do i press the navigate button?Code:SetActiveWindow SetWindowLong(OldWindowProc, GWL_WNDPROC, OldWindowProc) SendKeys "T"
Iv try id some thing like this
but i cant get it to work.Code:PostMessage toolwin, WM_LBUTTONDOWN, 0, &H0 PostMessage toolwin, WM_LBUTTONUP, 0, &H0
Bookmarks