Results 1 to 3 of 3

Thread: Drag and Drop

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    I want to drag and drop
    a string into a window
    and I a msgbox to say
    what the string contained.

    How do you do that?

    Thanks!

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    I don't think i quite anderstand you...how are you going to move the string? Do you have the string bound to a label or something? Please provide some more info.
    To msg a string:
    Code:
    Dim mystring As String
    mystring = "Hi"
    MsgBox mystring, vbOkONLY, "String"

    D!m
    Dim

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    I want to take my cursor to the IE5 window
    Click a link... drag it to my program
    drog it and
    have the link show up in a msgbox

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