home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / VB.Image.txt < prev    next >
Encoding:
Text File  |  2002-03-22  |  815 b   |  13 lines

  1. Click()
  2. DblClick()
  3. DragDrop(Source As Control, X As Single, Y As Single)
  4. DragOver(Source As Control, X As Single, Y As Single, State As Integer)
  5. MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  6. MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  7. MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
  8. OLECompleteDrag(Effect As Long)
  9. OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
  10. OLEDragOver(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single, State As Integer)
  11. OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
  12. OLESetData(Data As DataObject, DataFormat As Integer)
  13. OLEStartDrag(Data As DataObject, AllowedEffects As Long)