Results 1 to 5 of 5

Thread: Knows that it is dragging?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178

    Knows that it is dragging?

    If I use DragMode=Automatic,
    How can I know it is being dragged?

    Thanks

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    There should be some manner of BeginDrag or StartDrag event. What kind of control are you working with?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178
    I am talking about all general controls... like textbox, combo etc

    Actually I want to make something like VB, but I try to use Automatic drag... since it is easier

    So I need the BeingDrag event so that I can reDraw the size of the control

  4. #4
    Frenzied Member Microbasic's Avatar
    Join Date
    Mar 2001
    Posts
    1,402
    There's the DragOver and the DragDrop events - they only work on certain controls though.


    MicroBasic
    Dragon Shadow Trainer

    There is no good or evil in the world...only programmers and fools .

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178
    The problem is I have to code dragdrop and dragover for every controls on the screen!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width