What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Text editor :: RELEASED [updated]

1 votes - 5 average   Text editor :: RELEASED [updated]
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Text editor :: Please test :: Need help
The program doesn't hide in systray for me.

When minimizing the systray icon does appear, but the taskbar "bar" :P, also stays.

code:
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
        If Me.WindowState = FormWindowState.Minimized Then
            NotifyIcon1.Visible = True
            Me.ShowinTaskbar = False
        Else
            NotifyIcon1.Visible = False
        End If
    End Sub


and at the code for the Show the program button on the systray menu you should set Me.ShowinTaskbar on True again :)
[Image: 1-0.png]
             
01-03-2006 03:27 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Text editor :: RELEASED [updated] - by Lou on 01-02-2006 at 11:05 PM
RE: Text editor :: Please test :: Need help - by Jhrono on 01-02-2006 at 11:07 PM
RE: Text editor :: Please test :: Need help - by Ezra on 01-02-2006 at 11:23 PM
RE: Text editor :: Please test :: Need help - by Lou on 01-02-2006 at 11:45 PM
RE: Text editor :: Please test :: Need help - by pollolibredegrasa on 01-02-2006 at 11:47 PM
RE: Text editor :: Please test :: Need help - by Lou on 01-02-2006 at 11:51 PM
RE: Text editor :: Please test :: Need help - by pollolibredegrasa on 01-03-2006 at 12:02 AM
RE: Text editor :: Please test :: Need help - by Lou on 01-03-2006 at 12:08 AM
RE: Text editor :: Please test :: Need help - by Ezra on 01-03-2006 at 03:27 PM
RE: Text editor :: Please test :: Need help - by Lou on 01-03-2006 at 06:04 PM
RE: Text editor :: Please test :: Need help - by John Anderton on 01-03-2006 at 07:44 PM
RE: Text editor :: Please test :: Need help - by Eljay on 01-03-2006 at 07:47 PM
RE: Text editor :: Please test :: Need help - by Ezra on 01-03-2006 at 07:48 PM
RE: Text editor :: Please test :: Need help - by Eljay on 01-03-2006 at 07:50 PM
RE: Text editor :: Please test :: Need help - by Lou on 01-03-2006 at 08:04 PM
RE: Text editor :: RELEASED - by Ezra on 01-03-2006 at 08:21 PM
RE: Text editor :: RELEASED - by Lou on 01-03-2006 at 08:24 PM
RE: Text editor :: RELEASED - by pollolibredegrasa on 01-03-2006 at 09:57 PM
RE: Text editor :: RELEASED - by Lou on 01-04-2006 at 04:25 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On