من از یک نخ بصورت زیر

Dim thread As New Threading.Thread(AddressOf bindcombobox)
thread.Start()



برای بایند یک کمبوباکس استفاده می کنم ولی خطای زیر رو میده

An unhandled exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll


Additional information: Cross-thread operation not valid: Control 'combobox1' accessed from a thread other than the thread it was created on.
مشکلش چیه؟