RE: RFB Protocol 4.0 - encodings wanted

2001-07-16 Thread Erlichmen, Shay
Can you tell what 4.x and 5.0 contains? Other stuff that I would like to see in the RFB protocol: 1. Keep Alive 2. 1/4 bit color res 3. Meta Message -Shay -Original Message- From: Tristan Richardson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:58 PM To: Andrew van der Sto

RE: Swing based Java GUI, cannot be displayed

2001-07-17 Thread Erlichmen, Shay
Swing is based on DirectX in order to capture it move your agent to PollFullScreen Mode -Original Message- From: Rainer Stransky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 10:07 AM To: vnc-list Subject: Swing based Java GUI, cannot be displayed Hi all, i have problems wit

RE: Does anyone have a C++ class version of the VNC Viewer?

2001-11-15 Thread Erlichmen, Shay
AFAIK, VNCViewer is written in C++ -Original Message- From: Kyprianou, Mark [mailto:[EMAIL PROTECTED]] Sent: d 15 peanax 2001 16:33 To: '[EMAIL PROTECTED]' Subject: Does anyone have a C++ class version of the VNC Viewer? I'm looking for a C++ implemetnation of the VNC Viewer application

RE: winvnc driver update

2001-10-17 Thread Erlichmen, Shay
Good work Rudi!, I will put the driver thingy to test as soon as I'll have time for it (hopefully very soon). But I think that the Mirror driver tech will work also on NT4 SP3. Cheers, Shay. -Original Message- From: rudi de vos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2

RE: Help me settle a friendlly argument

2001-12-11 Thread Erlichmen, Shay
>> 4) Network Bandwidth. NetMeeting is sluggish even on low-latency connections. Running several NetMeeting sessions will >> quickly bog down a LAN. Are you aware that NetMeeting is using the RDP protocol?, The same protocol that Windows Terminal Server is using. I don't think that VNC uses the b

RE: Help needed with video driver

2001-12-30 Thread Erlichmen, Shay
Hi, I Don't see why you need a driver programming guy, it seem to me that you need an ext to the VNC.. Anyway, I will be more then happy assisting you on the project... - Shay. -Original Message- From: De Vos Rudi [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 6:47 PM To:

RE: Windows layer storage/transmission.

2002-01-02 Thread Erlichmen, Shay
Wow, do you program with the those filthy fingers. "If you don't have something nice to say to don't say nothing at all". Now, "A Friend" The idea the you suggested is already implemented in Citrix, and it would be hell to implement on any OS "Crapy" or not. -Shay Erlichmen. -Original Messa

RE: Windows layer storage/transmission.

2002-01-02 Thread Erlichmen, Shay
Hi, The tools to implement are available, the problem is the quality of the solution. What you suggested is the same as considering each application as a VNCServer and connecting to them all at once. Without a proper caching and manager window layer that needs to exist on the client side (this

RE: Windows layer storage/transmission.

2002-01-02 Thread Erlichmen, Shay
Hi, There is a better way to a approach this I'm sure that a certain level the system tell you that it is going to blit an image, all you need to-do is send only once the image to the viewer, next time that the same image is going to be blitted all you need to-do is send which image to blit. -S

RFB Protocol

2002-01-13 Thread Erlichmen, Shay
Hi, Does someone know, why RFB which is not fixed message size protocol (when it comes to screen updates) is not defined the Following way: [CARD32 MessageSize] [Message[MessageSize]] Why the protocol does not contain a Message Size field as the 1st member? -Shay.

RE: RFB Protocol

2002-01-13 Thread Erlichmen, Shay
Ahm, can we change it?, I mean it's not SUCH a big change and I'm sure that all of us will support it. And we can always maintain backward compatibility. -Original Message- From: Jonathan Morton [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 4:16 PM To: [EMAIL PROTECTED] Subje

RE: multi-monitor support

2002-01-13 Thread Erlichmen, Shay
Have some problems, it wont support all MultiMon configurations for example that the top or left coordinate is less then zero. -Original Message- From: MotorPsyko [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 5:06 PM To: [EMAIL PROTECTED] Subject: Re: multi-monitor support

RE: RFB Protocol

2002-01-14 Thread Erlichmen, Shay
Hi, I think that clients should be thin, but the server shouldn't, meaning that features like fonts, bitmap caching, server side updating, etc, should be done as long as the client support it using some sort of extension mechanism. What ever you need you got my help. Regards, - Shay;

RE: Encoders as dlls

2002-01-26 Thread Erlichmen, Shay
There is no convenient way to load class dynamically , you can use DELAYLOAD (check that in the MSDN) the best way to-do it is to use COM. -Original Message- From: De Vos Rudi [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:01 AM To: [EMAIL PROTECTED] Subject: Encoders as dlls

RE: Winvnc - multiple monitors??

2001-01-11 Thread Erlichmen, Shay
Hi, I have a Matrox G400 Max DualHead, which I guess is about the same as putting two Matrox Cards. VNC works great with it, it opens up a 2048x768 viewer. a side note is that windows is not build to such resolutions, I prefer working with dual monitor display instead of one big virtual display

RE: Winvnc - multiple monitors??

2001-01-11 Thread Erlichmen, Shay
Hi, Won't it be cool if the viewer could open more then one agent, and with a tab view we could select which agent to view... Cheers, Shay. -Original Message- From: Glenn Mabbutt [mailto:[EMAIL PROTECTED]] Sent: Thu 11 January 2001 18:40 To: '[EMAIL PROTECTED]' Subject: RE: Winvnc -

Some CPU ideas

2001-03-18 Thread Erlichmen, Shay
Hi, Notice that, opening notepad and maximizing it to full screen then typing will cause a full window update for each char. The effect will be that the typing will be very slow and annoying for the guy sitting on the host side. Two ways to solve that: 1. Dont send an update every char,

VNCProxy was (VNC security (uhm... maybe a feature request)?)

2001-03-20 Thread Erlichmen, Shay
Wow, our company does the same thing, and we discover the VNC is not very efficient with multiple connections, so for that propose we wrote VNCProxy. The proxy connects to the VNC server with a single connection and tunnel the data stream to its clients. I guess that we can make the source code fo

RE: VNCProxy was (VNC security (uhm... maybe a feature request)?)

2001-03-20 Thread Erlichmen, Shay
PROTECTED] Subject: Re: VNCProxy was (VNC security (uhm... maybe a feature request)?) "Erlichmen, Shay" wrote: > > Wow, our company does the same thing, and we discover the VNC is not very > efficient with multiple connections, so for that propose we wrote VNCProxy. > The proxy

RE: Bug in the Dual Screen patch

2001-03-21 Thread Erlichmen, Shay
>Is there a way to get the old functionality with the new driver? I'm >looking for a dual head solution right now and wouldn't mind exactly the >setting that you despise. Yes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 8:57 PM T

RE: shared viewing

2001-03-25 Thread Erlichmen, Shay
Hi, You can make a connection with shared, then save it with password and everything. Now, instead of running VNCviewer create a batch file with VNCViewer -config the-fle-name-that-you-just-saved. Tell you students to run the batch file. Good Luck, Shay. -Original Message- From: Russ

RE: Running VNC in Stealth Mode

2001-03-25 Thread Erlichmen, Shay
Hi, I D/L the back Orifice code an put the Stealth code into VNC (amazing peace of art, BTW), now one can tell that VNC is running. But I agree with Barn, it sounds like you need a better logging tool. But keep in mind that there will be ways to override them, it depends how smart are *your* "kid

RE: Running VNC in Stealth Mode

2001-03-26 Thread Erlichmen, Shay
#x27;t come across a way to clean up the CPU usage, but when most of the organization is P133 machines; there's little that can be done. Thanks! Matthew McVey PC Support Technician Easter Seals NH, NY, VT 603-621-3443 - Original Message ----- From: "Erlichmen, Shay" <[E

RE: Bug in the Dual Screen patch

2001-03-27 Thread Erlichmen, Shay
Hi, 1. I'm talking about your patch, I downloaded from the VNC site. 2. By say Doesn't update I mean that I can get a full screen update, but none of the action in monitor #1 is been caught by VNC. 3. I have a mouse prob, the mouse is located in screen#1 but the viewer is showing the mouse like i

RE: VNC viewer

2001-03-27 Thread Erlichmen, Shay
RegEdit then HKCU\Software\ORL\VNCviewer\MRU -Original Message- From: Alan Rader [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 8:57 PM To: '[EMAIL PROTECTED]' Subject: VNC viewer Just installed VNC on w2k platforms. Is there a way to clear the drop down list on the viewer?

RE: Where can I get the Jpeg lib used by VNC ?

2001-03-29 Thread Erlichmen, Shay
Offical URL: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz Enjoy, Shay -Original Message- From: Cao Yunbo [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: Where can I get the Jpeg lib used by VNC ? thanks. Cao

RE: Single window add-on (Rudi's) - Bug

2001-04-15 Thread Erlichmen, Shay
Just a thought, I think that a better solution would be capturing windows that are associated with a process and not a single window HWND, since allot of application open all sort of windows and not necessarily in the main app windows area. SpyXX supplied by MS know how to-do a window to process

RE: VNC Invisible

2001-04-17 Thread Erlichmen, Shay
Read about AllowProperties in the FAQ... -Original Message- From: Ran Sasson [mailto:[EMAIL PROTECTED]] Sent: ? 17 ? 2001 22:25 To: [EMAIL PROTECTED] Subject: Re: VNC Invisible which OS r u using ? if it's win9x/ME , than there is no such option . if it's NT/2000 , than u can to run