-
vb ole draganddrop...
i am working on a program in school for visual basic 6 in which i need to use oledraganddrop, OLECompleteDrag, OLEDragOver, OLEGiveFeedback, OLESetData, and OLEStartDrag. My teacher wont tell me how to use these(havent covered them yet in the class but im doing this for extra credit). If you could tell me any resources that will help me use them. Thanks
-
Check this page out.
http://www.devx.com/vb/article/7864
If this doesn't give you enough info, do a Google search for VB OLE Drag and Drop.
Good Luck!
-
thanks alot Algaen! its exactly what im looking for
-
www.planet-source-code.com
is an awesome resource for VB (+ most popular languages)
-
ok, i have another question now. i should probably tell you a little about the project i have to do for the class. I have to make a little game for little kids where they have to match the words of an animal to the picture of an animal. Orginaly when i was thinking about how i was going to do it, i was going to have the word of the animal in a label at http://www.devx.com/vb/article/7864 it says labels can only be used as a target so i decided id make 3 images for one animal(ie one for picture of the animal, one for the name of the animal, and another for putting the name of the animal into) On both sites i couldnt find a way to detect if the name of the animal was inserted in the open picture i had reserved for it...maybe i cant do it this way and should think of another, but please help!