is it possible to send paratmeters into a thread? i want to show a messagebox in another thread, and get the body of the messagebox from the oldthread , how can i do this?!

i dont want my program to stop while messagebox is shown, plz tell me how can i do it? if threading , how can i pass the body into the thread? or is there other ways


thanks,