Hi,
I have one parent form and a child form. Child form has a text box which accepts (x,y) co-ordinates from user. These co-ordinates are dispalyed on the parent form - winform . I have to show a pop-up balloon containing the (x,y) in it at the (x,y) position. How to achieve this in c# ?????