Hi,
The problem is that,
Am using a bitmap image and i want to click that image and place it to other location on the same form during run time, as well as use the drag and drop option, and also that image should be kept in buffer until i choose other image.
all this at run time using windows forms.
g.DrawImage(Image.FromFile("D:\\ccu\\symbols\\bitmap1.bmp"),20,145);
the above code is wat am using to call the image.
is ther any other way i can call it.
please help me out wit this.