「東雲 忠太郎」の平凡な日常のできごと

「東雲 忠太郎」の平凡な日常のできごと

2010.04.15
XML
カテゴリ: カテゴリ未分類
Public Class Form1
Dim pos As Point
Private Sub Button1_MouseMove(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseMove
If e.Button = Windows.Forms.MouseButtons.Left Then
CType(sender, Button).Top = Me.PointToClient(Cursor.Position).Y - pos.Y
CType(sender, Button).Left = Me.PointToClient(Cursor.Position).X - pos.X
Application.DoEvents()
End If
End Sub


pos = New Point(e.X, e.Y)
Dim btn As Button
btn = New Button
btn.Top = Button1.Top
btn.Left = Button1.Left
btn.Parent = Me
btn.BringToFront()
AddHandler btn.MouseMove, AddressOf Me.Button1_MouseMove
btn.Focus()
End Sub
End Class





お気に入りの記事を「いいね!」で応援しよう

Last updated  2010.04.15 21:57:52


【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! -- / --
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x
X

© Rakuten Group, Inc.
X
Mobilize your Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: