Greetings -

Maybe I am missing something here but I run VNC Viewer
on Unix and Linux to connect with a variety of Windows
flavored machines, and one thing that I have really
appreciated was the ability to send a CTRL-ALT-DEL
simply by pressing the CTRL-ALT-DEL keys!  I don't see
the problem here - the keys work exactly as if I was
using the console keyboard on the Windows machine.

Perhaps someone can reconcile my experience with the
problems that others are having.

Joel Lieberman
--- vnc-list-digest
<[EMAIL PROTECTED]> wrote:
> 
> vnc-list-digest       Sunday, December 23 2001      
> Volume 01 : Number 1381
> 
> 
> 
> ............................
> VNC-LIST-DIGEST is a daily collection of the
> messages sent to the
> VNC mailing list.  For more information about VNC
> see the home page
> http://www.uk.research.att.com/vnc .
> 
> In this issue:
> 
> 
>
=?gb2312?B?tPC4tDogSG93IENhbiBJIEtub3cgV2hvIENubmVjdGVkIG15IENv
> bXB1dGU=?= =?gb2312?B?cj8=?=
>       Re:
>
=?gb2312?B?tPC4tDogSG93IENhbiBJIEtub3cgV2hvIENubmVjdGVkIG15IENv
> bXB1dGU=?= r?
>       Bug report (and solution)
>       Windows remote access - patch
>       winvnc service
>       Re:winvnc service
>       RE: Resource Hacker
>       Re: Macintosh TightVNC
>       RE: VNCviewer for Unix lacks a CTRL-ALT-DEL key
> send option
>       SUN problem display0
>       Re: test
>       Re: SUN problem display0
> ............................
> 
>
----------------------------------------------------------------------
> 
> Date: Sat, 22 Dec 2001 14:56:47 +0800
> From: "Liang Xu" <[EMAIL PROTECTED]>
> Subject:
>
=?gb2312?B?tPC4tDogSG93IENhbiBJIEtub3cgV2hvIENubmVjdGVkIG15IENv
> bXB1dGU=?= =?gb2312?B?cj8=?=
> 
> Sorry.
> I just want know the computer name or IP of client,
> from server!
> 
> 
> - -----SJ<~T-<~-----
> 7"<~HK: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] 4z1m
> ScanMan
> 7"KMJ1<d: 2001Dj12TB22HU 11:51
> JU<~HK: VNC list
> VwLb: Re: How Can I Know Who Cnnected my Computer?
> 
> On Fri, 2001-12-21 at 21:46, Liang Xu wrote:
> > Hi,
> > I'm running VNC server mow can de in WinMe.
> I have no idea what you're trying to say here.
> 
> > When someone connect my computer, How can I know
> who does it?
> > Or, How can I get the computer name or IP address
> and so on?
> I think the tooltip will tell you. Put your mouse
> over the icon and wait
> for the yellow bar to appear.
> 
> > Thanks!
> No problem.
> 
> 
> -
>
---------------------------------------------------------------------
> To unsubscribe, mail [EMAIL PROTECTED]
> with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also:
> http://www.uk.research.att.com/vnc/intouch.html
> -
>
---------------------------------------------------------------------
> 
> ------------------------------
> 
> Date: 22 Dec 2001 01:05:25 -0600
> From: ScanMan <[EMAIL PROTECTED]>
> Subject: Re:
>
=?gb2312?B?tPC4tDogSG93IENhbiBJIEtub3cgV2hvIENubmVjdGVkIG15IENv
> bXB1dGU=?= r?
> 
> On Sat, 2001-12-22 at 00:56, Liang Xu wrote:
> > Sorry.
> > I just want know the computer name or IP of
> client, from server!
> 
> Yes. Does the tooltip work?
> 
> ------------------------------
> 
> Date: Sat, 22 Dec 2001 12:52:43 +0100
> From: David TAILLANDIER
> <[EMAIL PROTECTED]>
> Subject: Bug report (and solution)
> 
> In the file   vncService.cpp   we can see a strange
> comment:
> // *** If we don't kill the process directly here,
> then 
> // for some reason, WinVNC crashes...
> ExitProcess(0);
>  
> Digging this problem, I found that it comes from
> kernel32.dll   It 
> writes a value in the stack (!).
> The workaround is to have "free space" in the stack.
> This allow the 
> written value to be in a safe place.
> With Borland compiler, a simple    char foo;   seems
> to be ok.
> For security, I use   char ms_bug[32];      :-)
> When you compile you have a warning saying ms_bug is
> never used but,
> hey, this is the goal.
>  
> 
> - --
> ______________________________
> David TAILLANDIER - SOLEIL VERT
> 
> ------------------------------
> 
> Date: Sat, 22 Dec 2001 12:56:31 +0100
> From: David TAILLANDIER
> <[EMAIL PROTECTED]>
> Subject: Windows remote access - patch
> 
> To access Windows 95/98 computers with ISDN, we need
> to do some nasty
> things (very simple). If you are interested, you can
> have a look at :
> http://domainename.com/software
>      WinService.zip
>     rnpatch.zip
>     rnaapp.txt
>  
> Maybe it is a good idea to add a link in the
> "contributed" page ?
>  
> - -------------------
>  
> We are working on file transfert (every OS) and
> remote printing 
> (Windows only). If you know someone how already
> worked on this...
>  
>  
>  
> 
> - --
> ______________________________
> David TAILLANDIER - SOLEIL VERT
> 
> ------------------------------
> 
> Date: Sat, 22 Dec 2001 19:09:50 +0300
> From: Abdulla Mannai <[EMAIL PROTECTED]>
> Subject: winvnc service
> 
> Hi to all,,
> 
> Is there is way to hide VNC server from services..
> 
> Thanks
> Abdulla Mannai
> 
> ------------------------------
> 
> Date: Sat, 22 Dec 2001 18:24:50 +0100
> From: David TAILLANDIER
> <[EMAIL PROTECTED]>
> Subject: Re:winvnc service
> 
> >Abdulla Mannai <[EMAIL PROTECTED]> 
> [22/12/2001 17:09:50]:
> 
> >Is there is way to hide VNC server from services..
> 
> 
> Usual question...
> 
> I plan to build a little web-site explaining the
> right and only answer 
> to this question : it is not a problem that can be
> solved by people with
> an IQ greeter than 10.
> 
> 
> - --
> ______________________________
> David TAILLANDIER - SOLEIL VERT
> 
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to