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!
Printable View
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!
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
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