I've got some code that will use the SendMessage function to change the text within a text box on another application, i.e.

SendMessage(tHandle, EM_REPLACESEL, CLng(1), text_to_send)

Does anyone know if its possible to update a progress bar using a similar method ??