Attention everyone on the list....

2003-08-21 Thread Jacob . Hoover
Email gateway has politely removed the nasties. My suggestion to everybody would to be polite and do a virus scan on your local pc. Jacob Hoover ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http

RE: Controlling a remote VNC Server accessing a VPN

2003-06-05 Thread Jacob Hoover
I use Symantec Enterprise VPN, however in a slightly different situation. I haven't had any problems, but my main PC also is the one which has the VPN client on it. I would suggest several test to better understand your situation. #0 What OS are you using, is there any firewall software

Re: Compiling VNCViewer statically [retry with attachment]

2003-06-04 Thread Jacob Hoover
Jessica, the list server automatically removes any attachments. I haven't been following your posts, but if this is something you would like to share it would be nice if you could find a place on the web to store/serve it so that others may download it. Jacob Hoover At 11:50 AM 6/3/2003

RE: CISCO 675 ADSL MODEM - Connection problems

2002-10-10 Thread Jacob Hoover
I don't know much about the specifics of the CISCO 675 ADSL modem, however I never had to configure anything in my ADSL. The router will need to be configured to foreward the incoming connection on a given port (usually 5900) to the internal server of your choice. Jake Hoover -Original

RE: What happened?

2002-09-24 Thread Jacob Hoover
Your IP address may have changes, as when you have a cable modem you are usually using a dynamic IP address. You should verify your IP address and try again. Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Perry Sent: Sunday, September

RE: Blankscreen while server connected

2002-09-19 Thread Jacob Hoover
[ On Wednesday, September 18, 2002 at 11:07:56 (-0500), Jacob Hoover wrote: ] Subject: RE: Blankscreen while server connected I wounder if anybody has ever tried to use the newer monitors Advanced Power Managment features to just shut the monitor off. I don't think this would be that difficult

RE: Blankscreen while server connected

2002-09-18 Thread Jacob Hoover
I wounder if anybody has ever tried to use the newer monitors Advanced Power Managment features to just shut the monitor off. I don't think this would be that difficult. Hmmm. Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL

RE: How to get a Windows viewer to pass Alt-TAB through to a UNIX server?

2002-09-10 Thread Jacob Hoover
It would be cumbersome, but you can use the viewer's menu to send Alt Down then press Tab key then select Alt Up. Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Francis Litterio Sent: Tuesday, September 10, 2002 8:35 AM To: [EMAIL

RE: VNC crashes apps on server (Borland Problem)

2002-09-06 Thread Jacob Hoover
What is causing this known bug and how is it going to be resolved? Has it all ready been resolved? Where could I find the updated source if it has been fixed? Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of James ''Wez'' Weatherall Sent:

RE: VNC crashes apps on server

2002-09-04 Thread Jacob Hoover
I have seen this problem in the past but have never found a workaround myself. I don't have any Boreland development environment, otherwise I would be willing to generate a test case and attempt to find the root of the problem. I have a feeling it has something to do with the hooks vnc installs

RE: NT5 / Windows 2000 Server Problem -- session gets hung

2002-08-30 Thread Jacob Hoover
I'm not shure if the Win95 telnet client supports port settings in the command line. You might want to try to connect via your web browser. Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of W. Curtiss Priest Sent: Friday, August 30, 2002 3:32

RE: Install VNC via Telnet

2002-08-27 Thread Jacob Hoover
The HKLM Hive of the registry would contain the password for the VNC server if it is ran as a service. However you can't type in the password directly, as it's DES3 encrypted. If you knew the encrypted value, you could use regedit to enter the value, or just make a reg file and import it. Jake

RE: VNC Won't work in NT!

2002-08-26 Thread Jacob Hoover
If that is the case i think it would be SP5. I have vnc working on several NT4 Wks machines without a problem, but I upgraded to SP6a. If it's a problem with the viewer not being able to connect to the Win2K machine, you should check the Win2K firewall settings, after you have verified

RE: Problem - Access PC behind a Firewall from outside with changing IP Addresses (dial-up)

2002-08-19 Thread Jacob Hoover
So I tinkered a little and found out that it is possible. I am using Outlook 2000 but I think it should work with any version of Outlook that supports rules and VBA scripting. I'll attach the code inline below. The requirements are you should create a folder called ConnectTo under your

RE: Problem - Access PC behind a Firewall from outside with changing IP Addresses (dial-up)

2002-08-19 Thread Jacob Hoover
Sorry, I Was Wrong you can't do a kill and then a run. The run hangs. You could have seperate messages to start the server and then to connect. Updated batch file code Sub CreateConnectBatch() On Error Resume Next Dim FileNum As Integer FileNum = FreeFile Kill C:\CONNECTTO.BAT

RE: Password bug on 3.3.3r9 version

2002-07-15 Thread Jacob hoover
That's because the VNC password and encription method is limited only to 8 characters. anything beyond that is discarded. Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of O Corsario Sent: Monday, July 15, 2002 2:15 PM To: [EMAIL PROTECTED]

RE: Trying to log onto a W2K Server with a Win98 Client.

2002-07-11 Thread Jacob hoover
Step One, VNC to the server. Step Two, Right Click on the vnc icon in your task bar not the servers task bar. Step Three, Select send Ctrl+Alt+Delete JAke Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael C. Williams Sent: Thursday, July

RE: vncviewer from behind firewall to behind firewall

2002-07-09 Thread Jacob hoover
ideas, could it be becaucse the vncserver is being run by root on the linux machine? Jacob hoover wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Morrison Davis Sent: Friday, June 28, 2002 2:13 PM To: [EMAIL PROTECTED] Subject: Re: vncviewer from

RE: VNC and Windows NT4 Stand Alone Server

2002-07-05 Thread Jacob hoover
I would check to see that the WinVNC service is running. (Control Panel/Services ... Is WinVNC there and started automatically) I would also check to see that the machine-level password for VNC has been set. (HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default Password Key) Jake Hoover

RE: What is the use of omnithread_rt.dll?

2002-07-05 Thread Jacob hoover
Odds are, when you merged the code you didn't statically link to the msvcrt Libraries. If your not using MFC, make shure you set Not Using MFC in the projects general settings. If you are, set Use MFC in a Static Library. But then again, and more likely, you probably linked to a function in

RE: help- uninstall

2002-07-03 Thread Jacob hoover
1) Make shure it isn't running then try the uninstall. 2) Try to reinstall and then uninstall. Use at your own risk... If you delete something else here you will be SOL. 3) Make shure it isn't running then delete: ?:\Program Files\ORL\ Directory Use regedit to remove:

RE: help- uninstall

2002-07-03 Thread Jacob hoover
that it is not running. can somebody having my ip number still get into my computer after removing from regedit? - Original Message - From: Jacob hoover [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 8:19 PM Subject: RE: help- uninstall 1) Make shure it isn't

RE: Problem with video.

2002-06-27 Thread Jacob hoover
I'm no expert, but I suspect your SOL. Most likely the ATI Tv Tuner uses direct access to the hardware. This would be nearly impossible for VNC to detect. Just a lingering thought ... Jake Hoover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Toby

RE: More info begets more questions...

2002-06-03 Thread Jacob Hoover
\WinVNC3\DebugLevel, HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\DebugMode) Anybody know if this can be sent to a log file? Jacob Hoover -Original Message- From: J. Meltzer [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 7:48 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: More