1. Systray
I searched the listserv Archives. I didn't think I was the first to
mention this and I see that I am correct. Apparently this problem has yet
to be addressed. I do see that it appears to be a rare request.
I am working on my 1st useful windows program and I want this feature.
I won't use the program without it. 8^( The program is one that is
suppose to run idle (out of sight, out of mind). I primarily want if off
the taskbar. The second ambition is to place it on the system tray.
Lucius L. Hilley III
2. Re: Systray
You could use a BLANK or TRANSPARENT ICON when you do not want the user
to see it but it would still be there. To make it visible change or
replace the icon programically. This could be a temporary soulution until
you find another way.
3. Re: Systray
Lucius,
I searched the archive a couple of days ago for the same info. I'd like to
put my program in the systray as well. Let me know if you figure out how.
;)
Ben
>From: "Lucius L. Hilley III" <lhilley at CDC.NET>
>Reply-To: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU>
>To: EUPHORIA at LISTSERV.MUOHIO.EDU
>Subject: Systray
>Date: Fri, 14 Apr 2000 17:55:21 -0400
>Received: from [134.53.7.7] by hotmail.com (3.2) with ESMTP id
>MHotMailBAC0E33A00C7D820F3E5863507070ED98; Fri Apr 14 15:15:01 2000
>Received: from naswnt01 (134.53.7.7) by listserv.muohio.edu (LSMTP for
>Windows NT v1.1a) with SMTP id <0.64279FF0 at listserv.muohio.edu>; Fri, 14
>Apr 2000 16:49:25 -0400
>Received: from LISTSERV.MUOHIO.EDU by LISTSERV.MUOHIO.EDU (LISTSERV-TCP/IP
> release 1.8d) with spool id 7646661 for
>EUPHORIA at LISTSERV.MUOHIO.EDU; Fri, 14 Apr 2000 16:49:24 -0400
>Received: from cdc.net (207.244.0.12) by listserv.muohio.edu (LSMTP for
>Windows NT v1.1a) with SMTP id <0.6368E3D0 at listserv.muohio.edu>;
>Fri, 14 Apr 2000 16:49:24 -0400
>Received: (qmail 26008 invoked from network); 14 Apr 2000 21:56:02 -0000
>Received: from unknown (HELO malcom) (207.244.55.91) by server1.cdc.net
>with SMTP; 14 Apr 2000 21:56:02 -0000
>From owner-euphoria at LISTSERV.MUOHIO.EDU Fri Apr 14 15:15:17 2000
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 5.00.2919.6600
>X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
>Message-ID: <001301bfa65c$22434820$6501a8c0@malcom>
>Sender: Euphoria Programming for MS-DOS
><EUPHORIA at LISTSERV.MUOHIO.EDU>
>
> I searched the listserv Archives. I didn't think I was the first to
>mention this and I see that I am correct. Apparently this problem has yet
>to be addressed. I do see that it appears to be a rare request.
>I am working on my 1st useful windows program and I want this feature.
>I won't use the program without it. 8^( The program is one that is
>suppose to run idle (out of sight, out of mind). I primarily want if off
>the taskbar. The second ambition is to place it on the system tray.
>
> Lucius L. Hilley III
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
4. Re: Systray
- Posted by Hendrik Mundt <hm-1704 at GMX.DE>
Apr 15, 2000
-
Last edited Apr 16, 2000
Hello Ben,
Saturday, April 15, 2000, 8:18:03 AM, you wrote:
BL> Lucius,
BL> I searched the archive a couple of days ago for the same info. I'd like to
BL> put my program in the systray as well. Let me know if you figure out how.
BL> ;)
BL> Ben
look at this:
it is a very simple program used to move the mouse cursor when you are
not sitting in front of your computer. i wrote it for personal use and
did not plan to release it to the public. when it was able to do the
mouse moving, i lost interest in continuing to enhance it.
from time to time, i look over the code and add some things.
feel free to use my tray icon code, which is included in the program
(look at "trayicon.ew").
Best regards,
Hendrik mailto:hm-1704 at gmx.de
homepage: http://www.spaceports.com/~thc98/