Dim mve as integer Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load, RefreshToolStripMenuItem.Click Form1.Location = New Point(SystemInformation.WorkingArea.Right - (Form1.Width), SystemInformation.WorkingArea.Bottom ) end sub '------------------------------------------------------------------------------------- Private Sub Timer2_Tick(sender As Object, e As EventArgs) Handles Timer2.Tick mve = mve + 1 If mve = 100 Then Timer2.Stop() End If Me.Location = New Point(Me.Location.X, Me.Top - 10) end sub
mycrntpstn
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)