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
It works, but now it's just notepad with a green color :P

About those menu options, that's a good idea

You can make it Radio Checked by setting RadioCheck on True, and after that use this code to toggle between checked and unchecked. And to enable or disable those buttons :)

code:
Private Sub mnu_klikkert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnu_klikkert.Click
        If (mnu_klikkert.Checked = True) Then
            mnu_klikkert.Checked = False
        Else
            mnu_klikkert.Checked = True
        End If
    End Sub


About not showing up in the taskbar so only in systray set this
code:
Me.ShowInTaskbar = False

So when you minimize it, you set this and it will minimize to systray.

If you do this make sure you can open the program again by doubleclicking the systray icon or add Open to the systray menu or both :)

Also it's using 21 MB of memory :o, that's A LOT!, but I don't think you can do much about it :(

This post was edited on 01-02-2006 at 11:33 PM by Ezra.
[Image: 1-0.png]
             
01-02-2006 11:23 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