If I got a MDIparent with 2 MDIchild in it, with each form(MDIchild) has a 2 textbox (1 is send textbox and another is received textbox) and 2 buttons (1 is Send button and the other is Reset button), does anyone know the way that when I click on Reset button, the received textbox on both forms will be emptied. I'm going to implement in client-server environment. Now, I only manage to clear one form Received textbox but not the other. Any ideas anyone?