Hans Muster's Library tagged → View Popular
Google Groups: microsoft.public.dotnet.general - Taskvisible and NotifyIcon. Not supported. Why?
-
Public Class Form1
Inherits System.Windows.Forms.Form
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
Me.WindowState = FormWindowState.Minimized
Me.Visible = False
Me.Hide()
End Sub
Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MenuItem1.Click
Me.Show()
Me.WindowState = FormWindowState.Normal
Me.Visible = True
Me.ShowInTaskbar = True
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Me.Hide()
End Sub
Private Sub Form1_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Me.WindowState = FormWindowState.Minimized
Me.Hide()
End Sub
End Class
Magic Button - Pocket PC Task Manager
-
Why Magic Button worth considering to download and replace your existing one:
* It is free.
* Does not take up any of your screen real estate, yet easy to access.
* Located on title bar but does not cover any standard info, i.e. Sound ico - murratore on 2006-08-03
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in taskmana...
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
