|
Re: Dragging and Dropping
This probably should have been in a new thread, beni, but since it's here...
Having your control, form, etc recognize drag-and-drop just means it will be alerted when the user tries to drag something onto it from somewhere else while it's running. As an example, imagine you have some picture-viewing software such as PMView running, and you drag an image file onto the program's window. It can then open up the file. WinZip can receive drag-and-drop notifications, and will respond by adding those files to an archive.
Now, it seems what you're talking about is dragging controls onto a form while you're designing it. This is something different, and you don't need to adjust any of your control properties to allow this; rather, it's how a visual forms designer works. You can drag controls onto your form, move them around, and (depending on the control) resize them.
Are you using the full version of Visual Studio? If so, what version? If not, what are you using? Perhaps you're using one of the express editions you can download free from Microsoft.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
|