Can I ???

mostbar
12-22-2003, 04:00 AM
hi , thats my 1st thread in this forum
my prblm :
i want to move (textbox) in the runtime using mouse
and
i want to know how to put my textbox in the part that i ve clicked on it

, thanks

Machaira
12-22-2003, 06:34 AM
Private Sub Form1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseUp

TextBox1.Left = e.X
TextBox1.Top = e.Y

End Sub

mostbar
12-22-2003, 11:05 AM
thanks . i will try it

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum