hi.
any one can please tell me how can i show my obejct"each" in my new point.....
new point it bellow....
this.listView2.View = View.LargeIcon; ListViewItem item = e.Data.GetData(typeof(ListViewItem)) as ListViewItem;
object[] array = new object[listView1.SelectedItems.Count]; listView1.SelectedItems.CopyTo(array, 0);
foreach(object each in array) { Point pt = this.listView2.PointToClient(new Point(e.X, e.Y));
" Over Here "= this.listView2.GetItemAt(pt.X, pt.Y); }
any way i need to display my item in new point.....
i need every body's help.....its urgent....im stuck.....
thanks a lot u all....