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:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: Text editor :: Please test :: Need help
How about:
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
        Else
            NotifyIcon1.Visible = False
        End If
    End Sub


Is this the sort of thing needed? (Again, I'm really not experienced at all with .Net so it may not be 100% correct :P)

Of course using this then the NotifyIcon1.Visible property would have to be changed programmatically at runtime at the form's load procedure (NotifyIcon1.Visible  = false) or by setting its property in the VB IDE.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
01-03-2006 12:02 AM
Profile PM 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