home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / MSComctlLib.ProgressBar.txt < prev    next >
Encoding:
Text File  |  2003-09-28  |  851 b   |  12 lines

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