RE: Creating an 'online' icon

2002-05-13 Thread Kieran McKenna
: Creating an 'online' icon I want to develope a application that will tell me if someone is connected to the VNC Server. If there a API / Function call I can do on the DLL to have it return this information? I am a VB progra

Creating an 'online' icon

2002-05-13 Thread Smith, Brian
I want to develope a application that will tell me if someone is connected to the VNC Server. If there a API / Function call I can do on the DLL to have it return this information? I am a VB programmer. Thanks, Brian ** This

RE: Hidden icon

2002-02-22 Thread Lee Douglas
>From: Scott Yarbrough [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 22, 2002 9:26 AM >To: '[EMAIL PROTECTED]' >Subject: RE: Hidden icon > > >Ssshh... you'll give away all our secrets :) > > > -Original Message- >From: Dylan McNeill [mailto:[

RE: Hidden icon

2002-02-22 Thread Wilmes, Rusty
ubject: RE: Hidden icon Ssshh... you'll give away all our secrets :) -Original Message- From: Dylan McNeill [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 9:23 AM To: '[EMAIL PROTECTED]' Subject:RE: Hidden icon Why would the machines be ther

RE: Hidden icon

2002-02-22 Thread Scott Yarbrough
Ssshh... you'll give away all our secrets :) -Original Message- From: Dylan McNeill [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 9:23 AM To: '[EMAIL PROTECTED]' Subject:RE: Hidden icon Why would the machines be there without the user

RE: Hidden icon

2002-02-22 Thread Dylan McNeill
ubject: RE: Hidden icon Thanks, that should fit the bill nicely.. And I agree, the machines would run so much smoother w/o the users (but then why would the machines be there?) Thanks -Original Message- From: Richard Clegg [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 1

RE: Hidden icon

2002-02-22 Thread MichaelLashinsky
Sent by: Subject: RE: Hidden icon [EMAIL PROTECTED]

RE: Hidden icon

2002-02-22 Thread Richard Clegg
Scott, try looking at http://www.uk.research.att.com/vnc/winvnc.html There is a way to stop the local user being able to disable VNC. It's a bit of a registry tweak, and needs to be done per machine, but that would seem to solve the problem. To disable the icon as well, for the best of

RE: Hidden icon

2002-02-21 Thread Tony Wright
7; Subject: Hidden icon I saw some of the discussion in the archives regarding hiding the VNC icon.. I didn't see if anyone had a good method.. What I am needing to do on the network here isn't necessarily hiding the VNC icon to keep users from knowing its being used, but to keep t

RE: Hidden icon

2002-02-21 Thread Jacob Hoover
http://www.ntutility.com -Original Message- From: Scott Yarbrough [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 3:43 PM To: '[EMAIL PROTECTED]' Subject: Hidden icon I saw some of the discussion in the archives regarding hiding the VNC icon.. I didn't see

Hidden icon

2002-02-21 Thread Scott Yarbrough
I saw some of the discussion in the archives regarding hiding the VNC icon.. I didn't see if anyone had a good method.. What I am needing to do on the network here isn't necessarily hiding the VNC icon to keep users from knowing its being used, but to keep them from CLOSING THE PRO

Loosing the sys tray icon in Win9x

2002-02-18 Thread Tim Guy
Stuipd easy question. And I knew it once. Sorry Loosing the systray in NT, Win2k, etc is easy. Once youve installed the service on a Win9x Box how can you loose the icon? Cheers Tim - To unsubscribe, mail [EMAIL PROTECTED

RE: Can the system tray icon be removed?

2002-02-04 Thread Glenn Mabbutt
search the mailing list archives for "DisableTrayIcon" registry key. -Original Message- From: Steve Lardinois [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: Can the system tray icon be removed? Is it possible to remove the s

Can the system tray icon be removed?

2002-02-04 Thread Steve Lardinois
Is it possible to remove the system tray icon when running VNC on the host computer? Thanks, Steve - To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See

Re: Réf. : RE: Hide icon task bar

2002-01-28 Thread Alex Angelopoulos
Create this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3] "DisableTrayIcon"=dword:0001 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday/2002 January 28 15:34 Subject: Rif. : RE: Hide icon task bar : I have searching f

Réf. : RE: Hide icon task bar

2002-01-28 Thread francois . pernice
PROTECTED]> cc : Objet : RE: Hide icon task bar Search the mailing list, this is a common question. http://www.uk.research.att.com/search.html use: hide system tray icon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2

Hiding Tray-icon and use of resources

2002-01-25 Thread Julius Thyssen
First, since I have to watch over some employees PC's every now and then, but don't need them to click on the icon all the time and change my password etc. I need to hide the VNC tray-icon. I think I read somewhere how to do that on Win2000 en Win98 systems, but the info got lost.

RE: Hide icon task bar

2002-01-25 Thread Fisher, Dave
Search the mailing list, this is a common question. http://www.uk.research.att.com/search.html use: hide system tray icon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 8:23 AM To: [EMAIL PROTECTED] Subject: Hide icon task bar Hi

Hide icon task bar

2002-01-25 Thread francois . pernice
Hi, When WinVNC server starting, it will add a small, green version of the VNC icon to the system task bar. Is it possible that this icon doesn't appears ? Regards, Francois - To unsubscribe, mail [EMAIL PROTECTED] wit

RE: Hiding VNC icon in system tray

2002-01-09 Thread Germain, Bob
Justin, Thanks for the advice...worked like a charm! Bob Germain -Original Message- From: Justin Bennett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:47 AM To: [EMAIL PROTECTED] Subject: Re: Hiding VNC icon in system tray This one works for tight vnc, should be

Re: Hiding VNC icon in system tray

2002-01-09 Thread Alex Angelopoulos
In the 2001-09 VNC archives, there is a reference to TridiaVNC being able to do this - http://www.tridiavnc.com/ If your real concern is preventing people from messing with the properties via the tray icon, look at this item in the archives: http://www.uk.research.att.com/vnc/archives/2001-09

Re: Hiding VNC icon in system tray

2002-01-09 Thread Justin Bennett
This one works for tight vnc, should be same / similar for others: [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3] "DisableTrayIcon"=dword:0001 Germain, Bob wrote: >I seem to recall an email describing how to hide the VNC icon, but I can't >locate it. Does anyone know wh

Hiding VNC icon in system tray

2002-01-09 Thread Germain, Bob
I seem to recall an email describing how to hide the VNC icon, but I can't locate it. Does anyone know what reg hack I need to do? Thanks for any help! Bob Germain - To unsubscribe, mail [EMAIL PROTECTED] with the

Win98se - Icon not in system tray

2001-12-30 Thread Don Brett
I loaded the vnc server, which works great, but has no icon in the system tray. Tried uninstalling / re-installing / running as app / running as service / checked password with command line (winvnc /defaultsettings) / and every other twist I could think of. No luck. Also, after uninstalling

RE: Disabling menu on tray icon

2001-12-19 Thread Steve Palocz
If you can live without the icon, then download the tight vnc version from www.tightvnc.com . then add the reg setting my computer\HKEY_LOCAL_MACHINE\software\rol\winvnc3 dword:disabletrayicon=1 for disable 0 to show. but the settings can still be changed. I would suggest disabling access to

Disabling menu on tray icon

2001-12-19 Thread Jon Cook
A question that has probably been asked many times over but please have patience. I have read Q46 of FAQ but found no answer in the link to disable menu options on the server PC. I am happy for users to see the icon but not to be able to make changes. I have used registry entries to prevent

Re: tray icon and authhost

2001-12-18 Thread Markus Sjöström
ne neither, hehe. I'm gonna try tightvnc instead, I'm on a slow connection. - Original Message - From: "juan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 6:50 PM Subject: RE: tray icon and authhost > you did that ??

RE: tray icon and authhost

2001-12-18 Thread juan
you did that ?? In wich part ?? because Im not a programmer boy... Thanks -Original Message- From: Telmo Filipe Magarico <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Tue, 18 Dec 2001 15:44:59 - Subject: RE: tray icon and authhost > To remove the Icon you just ha

RE: tray icon and authhost

2001-12-18 Thread Telmo Filipe Maçarico
To remove the Icon you just have to recompile the source code with that part disable. Simple. Telmo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lee Douglas Sent: terga-feira, 18 de Dezembro de 2001 15:29 To: [EMAIL PROTECTED] Subject: Re: tray icon

Re: tray icon and authhost

2001-12-18 Thread Lee Douglas
FAQ's about 8-bit, limited colors, etc. All of them can make performance improvements. I very much prefer to leave the icon alone, as I consider it an important safeguard for _my_ protection in case a privacy concern comes up. I make it very clear to my users that I absolutely won't connect

Re: tray icon and authhost

2001-12-18 Thread Markus Sjöström
ge. regards Markus - Original Message - From: "Lee Douglas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 3:22 PM Subject: Re: tray icon and authhost > Markus, > > Assume you've looked at http://www.uk.research.att.com/vnc

Re: tray icon and authhost

2001-12-18 Thread Lee Douglas
/2001 +0100, you wrote: >I'm running VNC as a service in windows 2000, is there a way to get rid of >the tray icon? > >I also need help to configure the vnc server to only accept one ip adress. > >If you've got this to work, please please pleeease email me

SV: tray icon and authhost

2001-12-18 Thread Egil Opstad
- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Pe vegne av Markus Sjvstrvm Sendt: Tuesday, December 18, 2001 2:56 PM Til: [EMAIL PROTECTED] Emne: tray icon and authhost I'm running VNC as a service in windows 2000, is there a way to get rid of the tray icon? I also need help to configure the

tray icon and authhost

2001-12-18 Thread Markus Sjöström
I'm running VNC as a service in windows 2000, is there a way to get rid of the tray icon? I also need help to configure the vnc server to only accept one ip adress. If you've got this to work, please please pleeease email me! =) Regards Mar

RE: taskbar icon

2001-12-07 Thread Daniel Wyllie
Hi Nick, You can add a registry entry as follows: [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default] "AllowShutdown"=dword: This disables the "Close VNC" option when someone right clicks on the VNC tray icon. You can also disable "Properties" and other s

Re: taskbar icon

2001-12-07 Thread Justin Bennett
There is a way to remove the icon, but that won't prevent them from closing the program through task manager. There is a Registry Setting DisableTrayIcon, set it to one, also TRIDIA VNC www.tridiavnc.com (I believe), has a check box for this. Nick Smeltzer wrote: >Sorry to bother

taskbar icon

2001-12-07 Thread Nick Smeltzer
Sorry to bother you all, is there a way of either: 1. Disabling the icon in the SysTray; or 2. Preventing it been removed? We want to monitor student internet access at our college, we tried it on one or two win 98 machines, but they sussed it and just closed the viewer down. I appreciate why

Remove winvnc tray icon, menu items, etc.

2001-11-27 Thread Brachmann Shaun
For those who need to alter the icons or menu items of WinVNC, this has worked well for me. http://rpi.net.au/~ajohnson/resourcehacker <http://rpi.net.au/~ajohnson/resourcehacker> This will let you modify the winvnc.exe to remove the icon or other items. Be careful that you

RE: VNC icon

2001-11-26 Thread Petrus Human
You should be able to get the icon by going start, programs, vnc, administrative tools and then install vnc service ;Petrus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aldo Teusch Sent: 24 November 2001 05:18 To: [EMAIL PROTECTED] Subject: VNC icon

Tray Icon not allowing restart

2001-11-21 Thread Bryan Roller
I use exits95 to restart a workstation daily at a set time. About 25% of the time, the shutdown process hangs and the error reads: WinVNC Tray Icon. Is there a fix for this? _ Get your FREE download of MSN Explorer at http

Message for Pawel G, re: Vnc tray icon

2001-11-13 Thread Brachmann Shaun
If you need the icon removed, just send an email. I will mail you the fix. It works with ALL versions of VNC, pure AT&T or Tridia-based. - To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-lis

system tray icon problem

2001-11-10 Thread Paweł
Hello! I searched VNC mailing list for system tray icon problem ("Run VNCviewer (Listen Mode)", and "Run WinVNC (app mode)". Someone wrote something about patch, witch is disabling this icon in system tray but the url doesn't woprk right now. Im a teacher, and Im using

RE: Icon on Taskbar

2001-11-02 Thread Daniel Wyllie
Jaime, If you have a read of http://www.uk.research.att.com/vnc/winvnc.html Look for the section on WinVNC - Advanced Settings. It describes how you can disable users from using the Close option once they right click on the tray icon. If VNC is running as a Service, goto the registry key

Re: Icon on Taskbar

2001-11-01 Thread Daniel Tan
Original Message - From: Salas, Jaime <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 1:34 AM Subject: RE: Icon on Taskbar > H Is there a way to disable that? Interesting.. > > Jaime C. Salas > > Volt Services Group > Cor

Re: Icon on Taskbar

2001-11-01 Thread listbox_8811
Hey that works great! For me, the reason why I like disabling the tray icon is cuz there are too many icons in my tray! Rach == Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3] "DisableTrayIcon"=dwor

RE: Icon on Taskbar

2001-11-01 Thread Glenn Mabbutt
From: Justin Bennett [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:24 PM To: [EMAIL PROTECTED] Subject: Icon on Taskbar Is there a way to disable the icon on the taskbar? [demime 0.97b removed an attachment of type text/x-vcard which had a n

RE: Icon on Taskbar

2001-11-01 Thread Salas, Jaime
Id like to get the icon less one so that our user cannot shut it down if we are trying to do some work to their system. I would appreciate any assistance. Thanks Jaime C. Salas Volt Services Group Corporate I.T. Management Ph#714-921-7554 mailto: [EMAIL PROTECTED] -Original Message

RE: Icon on Taskbar

2001-11-01 Thread Zalman Margareten
There are actually many ways. I can give you the icon less along with confirmation. Or if you can explain why you need it, the one without. Z. -Original Message- From: Salas, Jaime [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:35 PM To: [EMAIL PROTECTED] Subject

RE: Icon on Taskbar

2001-11-01 Thread Salas, Jaime
PROTECTED] Subject: Icon on Taskbar Is there a way to disable the icon on the taskbar? [demime 0.97b removed an attachment of type text/x-vcard which had a name of justin.bennett.vcf] - To unsubscribe, mail [EMAIL PROTECTED] with the

Icon on Taskbar

2001-11-01 Thread Justin Bennett
Is there a way to disable the icon on the taskbar? [demime 0.97b removed an attachment of type text/x-vcard which had a name of justin.bennett.vcf] - To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc

The icon

2001-09-07 Thread Brachmann Shaun
We have all seen way too many questions regarding the winvnc tray icon. Here is what I use: This utility lets you modify the winvnc.exe to remove the tray icon or any other menus you want to mess with. http://rpi.net.au/~ajohnson/resourcehacker <http://rpi.net.au/~ajohnson/resourcehac

RE: Hiding icon: Code to change the icon to blinking when

2001-09-07 Thread Rasmus_Emil_M=F8ller
one could even make it an "VNC-animated" mouse pointer). And, contrary to the blinking tray icon, it does not create additional RFB traffic, and it is somewhat unobtrusive. Another possibility is to change temporarily the default colors for the window title bars, or to make the windows

RE: Hiding icon

2001-09-06 Thread Ellen Reisinger
want to get in there fix the problem and get out :) -Original Message- From: Loughran, Stuart [SMTP:[EMAIL PROTECTED]] Sent: Thursday, 6 September 2001 11:05 PM To: '[EMAIL PROTECTED]' Subject:RE: Hiding icon Our clients may not notice if their machine had disap

RE: Hiding icon: Code to change the icon to blinking when

2001-09-06 Thread Ellen Reisinger
rsday, 6 September 2001 10:35 PM To: [EMAIL PROTECTED] Subject:Re: Hiding icon Ah - now this is a good question. Currently the tray icon reverses colors, but if your resolution is very large (say 1024x768 or higher) the icon is so small anyway that one is likely not to notice the c

Alerting user to a vnc connection (was "Hiding icon")

2001-09-06 Thread Jonathan Maton
are (teleradiology, PACS, and DICOM) -- - Original Message - From: "Loughran, Stuart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 9:35 AM Subject: RE: Hiding icon > Our clients may not notice if their machine had disappeared never

RE: Hiding icon

2001-09-06 Thread Loughran, Stuart
Our clients may not notice if their machine had disappeared never mind an icon that blinks. For my purposes, I don't even want to enter into the violation argument and I want to give my users as much notice as possible that I'm taking over their machine or watching what they do in a

Re: Hiding icon

2001-09-06 Thread Jonathan Maton
Ah - now this is a good question. Currently the tray icon reverses colors, but if your resolution is very large (say 1024x768 or higher) the icon is so small anyway that one is likely not to notice the change. For our purposes we were considering making the icon blink between normal and

Re: Hiding Icon

2001-09-06 Thread Mark_Johnson
ess the properties. You should now see that it is greyed out and inacessible. The same works the DWord value AllowShutdown. This way, you can prevent users from changing the properties or closing the tray icon. I'm assuming that as long as they have admin rights, a user could still run &quo

RE: Hiding icon

2001-09-06 Thread Glenn Mabbutt
Yes, on Windows consult the documentation for the "AuthHosts" key. -Original Message- From: Loughran, Stuart [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 6:47 AM To: '[EMAIL PROTECTED]' Subject: RE: Hiding icon On the other hand, is there a way

RE: Hiding icon

2001-09-06 Thread Loughran, Stuart
On the other hand, is there a way of the client being notified that their machine is being viewed by way of a pop up message or other? Stu -Original Message- From: Jonathan Maton [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 21:52 To: [EMAIL PROTECTED] Subject: Re: Hiding icon

RE: Hiding icon

2001-09-06 Thread Fisher, Dave
The icon shows in the task bar because WinVNC with the -servicehelper flag is in the RUN on startup list. As long as you have WinVNC set up as a service it will start up whey your PC does. You do not need the service helper running to run WinVNC. Use Policy Editor or edit the registry and

RE: Hiding icon

2001-09-05 Thread Ellen Reisinger
don't quite grasp what I am supposed to put where. Help. Cheers, Ellen -Original Message- From: Fisher, Dave [SMTP:[EMAIL PROTECTED]] Sent: Thursday, 6 September 2001 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: Hiding icon Here is the registry doco on h

RE: Hiding icon

2001-09-05 Thread Fisher, Dave
riginal Message- From: Zalman Margareten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 6:30 PM To: '[EMAIL PROTECTED]' Subject: RE: Hiding icon I will tell you how to do it if I can only understand what you are trying to accomplish. All they will see is the IP address (

RE: Hiding icon

2001-09-05 Thread Zalman Margareten
I will tell you how to do it if I can only understand what you are trying to accomplish. All they will see is the IP address (when they move the curser over the icon). You can disable opening the properties when clicking on the icon (in the latest version.) I don't recall how but it is expl

RE: Hiding icon

2001-09-05 Thread Glenn Mabbutt
Also, Tridia (http://www.tridiavnc.com) includes an icon-disabling registry key in their VNC distro. -Original Message- From: Joe Sarinana [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 4:12 PM To: [EMAIL PROTECTED] Subject: Hiding icon I'm new to VNC, how can I

RE: Hiding icon

2001-09-05 Thread Joe Sarinana
The only reason I want to hide this icon is because I have a computer WIN98 running on a peer to peer network that has JetAdmin installed on it. This computer is our print server for this peer network and from time to time some of the users need to log into this computer and screw with the print

RE: Hiding icon

2001-09-05 Thread [EMAIL PROTECTED]
CLAP,CLAP,CLAP on the spying thing and the good folks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan Maton Sent: Wednesday, September 05, 2001 10:52 PM To: [EMAIL PROTECTED] Subject: Re: Hiding icon "Hiding the tray icon" This is

Re: Hiding icon

2001-09-05 Thread Jonathan Maton
"Hiding the tray icon" This is sort of a "taboo" issue... mainly because there seems to be no legitimate reason to hide the server's icon. The only reason I can think of is to facilitate spying on someone, which I believe the good folks at AT&T Research are

Hiding icon

2001-09-05 Thread Joe Sarinana
I'm new to VNC, how can I hide the icon on a server and still connect to it from a viewer ? _ Joe Sarinana Network and CAD System Manager. KSN INC. www.ksninc.com 209-946-0268 - To unsubscribe, send a message wit

RE: Systray Icon

2001-09-03 Thread Robert A. Steed
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Philip Ygnacio Sent: Monday, September 03, 2001 3:14 PM To: [EMAIL PROTECTED] Subject: Re: Systray Icon the way to solve this is to install the VNC a s a "Service". You will find the instructions for

Re: Systray Icon

2001-09-03 Thread Philip Ygnacio
looking for a way to hide the SysTray > Icon. Does anyone have a registry edit that will do this or can point me in > the right direction. > > > Thanks in advance. > > Robert A. Steed > mailto:[EMAIL PROTECTED] > http://www.afn.org/~afn52478 > ---

RE: Systray Icon

2001-09-03 Thread Glenn Mabbutt
-Original Message- From: Robert A. Steed [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Systray Icon I am currently running VNC 3.3.3r9 and looking for a way to hide the SysTray Icon. Does anyone have a registry edit that will do this

RE: Systray Icon

2001-09-03 Thread Glenn Mabbutt
Yes, look at the TridiaVNC distro - they have this registry hack included. See http://www.tridiavnc.com. -Original Message- From: Robert A. Steed [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Systray Icon I am currently running VNC

Systray Icon

2001-09-03 Thread Robert A. Steed
I am currently running VNC 3.3.3r9 and looking for a way to hide the SysTray Icon. Does anyone have a registry edit that will do this or can point me in the right direction. Thanks in advance. Robert A. Steed mailto:[EMAIL PROTECTED] http://www.afn.org/~afn52478

Tray icon and Firewall conflict

2001-08-23 Thread Carlos Alfaro
This is my second posting - the first one never made it to the list. I have read problems with Tray Icon not shutting down. It has happened to me only with Win 98 when they have a software firewall installed - Zone Labs Zone Alarm. On the machines which do not have the fireewall they can shut

Tray Icon Freezes with Firewall

2001-08-23 Thread Carlos Alfaro
them I load an additional software firewall -Zone Labs Zone Alarm) when they have the ZoneLabs Zone Alarm firewall - they encounter an error trying to shut down the "tray Icon" and the "wait-end task-cancel" dialog box appears. I do log on again after a few seconds and the box is t

fix: Winvnc tray icon & PortNumber

2001-07-03 Thread Shai Elkayam
tray icon - Not responding And the computer won't restart normally Help anybody? Thanks Shai - - To unsubscribe, send a message with the line: unsub

Winvnc tray icon & PortNumber

2001-07-03 Thread Shai Elkayam
I install WinVNC r9 and it work OK Till I change the port HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\Default\ PortNumber =100 AutoPortSelect =0 To work on port 100. it is working as expected ! But the computer won't shutdown normally I gat err message of Winvnc tray icon

RE: system tray icon

2001-06-29 Thread Steve Wilson
Use Tridia's VNC. It has a registry setting to hide the taskbar icon and other useful features. Steve Wilson PC Coordinator Public Storage Inc. [EMAIL PROTECTED] -Original Message- From: Bruno Banchi [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 12:06 AM To: [EMAIL PROT

system tray icon

2001-06-28 Thread Bruno Banchi
Hi all, I want to hide the vnc system tray icon, is it possible and how can i do this ? thanx . - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com

Winvnc tray icon - Not responding

2001-06-28 Thread Shai Elkayam
I install WinVNC r9 and it work OK Till I change the port HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\Default\ PortNumber PortNumber To work on port 100. it is working as expected ! But the computer won't shutdown normally I gat err message of Winvnc tray icon - Not respo

Taskbar Icon options

2001-06-22 Thread Dark, Steve
Hi All I am trying to install VNC on a number of computers and want to be able to restrict the AddNewClient and KillAllClient options when you right click on the task bar icon is this possible without re-coding the VNC system Steve

RE: VNC Icon not appearing

2001-05-25 Thread Michael Coxon
Is there a way of deliberately hiding the icon? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of James ''Wez'' Weatherall Sent: 24 May 2001 20:56 To: [EMAIL PROTECTED] Subject: Re: VNC Icon not appearing You must ensure that the

Re: VNC Icon not appearing

2001-05-24 Thread James ''Wez'' Weatherall
You must ensure that the service helper runs when the user logs in to the machine, and that the machine is configured such that users do log in. VNC will not display the tray icon unless it can find the name of the logged in user. James "Wez" Weatherall -- "The path t

VNC Icon not appearing

2001-05-24 Thread jahall
I have run into a problem on one Dell laptop running Windows 98 Second Edition. The VNC icon does not appear in the taskbar near the time. I am installing VNC from a script and this is the only PC I have had any problems with. Even though the icon does not appear, I am able to connect, so

Re: Icon

2001-04-29 Thread Rene Skudstrup
>I am running the server on a win 98 box how do I remove the Icon From the >systray. You can try using TridiaVNC (www.tridia.com) wich should have the wanted function availeble as standard, or email me at [EMAIL PROTECTED] (remove nospam), for a vnc patch that removes the icon... regard

Re: Icon

2001-04-28 Thread Doug Rottier
Thanks we are going to be using this in the school district here to enhance our support desk operations - Original Message - From: "C High" <[EMAIL PROTECTED]> To: "VNC List" <[EMAIL PROTECTED]> Sent: Saturday, April 28, 2001 5:02 PM Subject: Icon >

Icon

2001-04-28 Thread C High
http://www.uk.research.att.com/vnc/faq.html#q46 The answer to your question is here. No, you can't hide the taskbar icon without changing and recompiling the source code. As for the legality of that, I'm not sure. -- cheers, clair http://www.tch3.com PGP Public Key - http://www.tc

Icon

2001-04-28 Thread Doug Rottier
I am running the server on a win 98 box how do I remove the Icon From the systray. - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc

Re: Icon only VNC

2001-04-18 Thread Harmen van der Wal
Seth Kneller wrote: > > Harmen van der Wal writes: > >Is there a version of VNC that doesn't do anything, but just shows the > >logo? > >I think it is wrong to invade the privacy of my users, so I want to > >discourage visiting porn sites and such, by having the VNC logo in the > >taskbar change

RE: Icon only VNC

2001-04-18 Thread Seth Kneller
Harmen van der Wal writes: >Is there a version of VNC that doesn't do anything, but just shows the >logo? >I think it is wrong to invade the privacy of my users, so I want to >discourage visiting porn sites and such, by having the VNC logo in the >taskbar change color in a random fashion;) I am s

Icon only VNC

2001-04-18 Thread Harmen van der Wal
Is there a version of VNC that doesn't do anything, but just shows the logo? I think it is wrong to invade the privacy of my users, so I want to discourage visiting porn sites and such, by having the VNC logo in the taskbar change color in a random fashion;) -- Harmen http://www1.tip.nl/~t515027

Re: Hiding Taskbar Icon

2001-02-28 Thread William Arbuckle
TridaVNC version go to www.Tridiavnc.com FYI - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 7:59 AM Subject: Re: Hiding Taskbar Icon > Here is what I found in the FAQ... > > Q45 Can I get rid of the ta

Re: Hiding Taskbar Icon

2001-02-28 Thread William Arbuckle
01 7:53 AM Subject: Re: Hiding Taskbar Icon > Please have a look at the FAQ: > <http://www.uk.research.att.com/vnc/faq.html#q45> > > Chris > > "Verne A." wrote: > > > > Is there a way to hide the taskbar icon on a machine in app mode? I

RE: RE: RE: Hiding Taskbar Icon

2001-02-28 Thread Hamish
doh! sorry...i'm so used of the reply it never crossed my mind [EMAIL PROTECTED] thanx hamish -Original Message- From: Rene Skudstrup [mailto:[EMAIL PROTECTED]] Sent: Thursday, 1 March 2001 2:20 AM To: [EMAIL PROTECTED] Subject: Re: RE: RE: Hiding Taskbar Icon Yhen perhab

Re: RE: RE: Hiding Taskbar Icon

2001-02-28 Thread Rene Skudstrup
40 PM >To: [EMAIL PROTECTED] >Subject: Re: RE: Hiding Taskbar Icon > > >I have a recompiled VNC without the icon > >Email me at > >[EMAIL PROTECTED] > >regards >rene >- >To unsubscribe, se

RE: Hiding Taskbar Icon

2001-02-28 Thread Bob . Hughes
From Date 212.525.8067 RSC Market Data Svcs Phone WorkGroup Title Location Assistant Treasurer 452 5th Ave, Floor 08 To: "Morris, Steve" <[EMAIL PROTECTED]> Subject: RE: Hiding Taskbar Icon (Document link: Bob Hughes) Labeled as lazy and a sneak? Quite the contrary... How about tr

RE: RE: Hiding Taskbar Icon

2001-02-27 Thread Hamish
a copy would be most appreciated regards hamish -Original Message- From: Rene Skudstrup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 February 2001 3:40 PM To: [EMAIL PROTECTED] Subject: Re: RE: Hiding Taskbar Icon I have a recompiled VNC without the icon Email me at [EMAIL

Re: RE: Hiding Taskbar Icon

2001-02-27 Thread Rene Skudstrup
I have a recompiled VNC without the icon Email me at [EMAIL PROTECTED] regards rene - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc

Re: Hiding Taskbar Icon

2001-02-27 Thread Ran Sasson
Thanks Wayne Ran - Original Message - From: "Wayne B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 3:25 PM Subject: Re: Hiding Taskbar Icon > There is a utility called resource hacker that can open winvnc.exe and you >

  1   2   >