I'm developing a windows application that is image viewer. This program contain main form to load picture and another form to load swf file into it dynamically .
work of my application is like this : when mouse clicked on pictureBox on main form an object will be created (type of second form) and should locate in correct position.
I have problem to get correct position. How could do this ?
Thanks for your help