Results 1 to 12 of 12

Thread: Text Box Dragging

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2011
    Posts
    346

    Text Box Dragging

    Ihave this code so when you press a button it generates a text box
    Code:
       Dim txt As New TextBox
            txt.AllowDrop = True
            txt.Multiline = True
            Me.Controls.Add(txt)
    But i wanted to ad vb script to the text box what property would i do that with?
    Last edited by sherlockturtle; Mar 2nd, 2012 at 07:14 PM.

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