Skip to main content

Hans Muster's Library tagged taskmanager   View Popular

09 Nov 07

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

03 Aug 06

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
1 - 8 of 8
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo