Torna al Thread

Private Sub Button1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseMove If e.X > Button1.Width - 5 And e.X < Button1.Width + 5 Then Cursor = Cursors.SizeWE Else Cursor = Cursors.Default End If End Sub
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5