imolorhe -6 Junior Poster in Training

I am currently working on a project in which I have a thread that needs to constantly be making changes on a control in another thread. What is the best way to go about safely?

Note: The thread connects to a database, gets data from the database, and populates the control in the other thread accordingly.