Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Imposible????

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Imposible????

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Imposible????

I know that, What I want is to cheek wich internet pages my employees are
visiting so I could know wich of them I restring them, because they download
a lot of virus to the main computer, I know that I could chek in the history,
but the know how to errase the history
Could you please tell me how???
TIA

"Jim Thomlinson" wrote:

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Imposible????

If you use a gateway for your companys internet connection, there is a lot of
software out there that can be installed on the gateway (our a computer that
moniters the gateway) that can track all that information for you.

"filo666" wrote:

I know that, What I want is to cheek wich internet pages my employees are
visiting so I could know wich of them I restring them, because they download
a lot of virus to the main computer, I know that I could chek in the history,
but the know how to errase the history
Could you please tell me how???
TIA

"Jim Thomlinson" wrote:

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Imposible????

So there is no way, I really need to have recorded what my employees write,
with this I could chek if the are working or just playing, please could you
give me how.
TIA

"Jason Hanson" wrote:

If you use a gateway for your companys internet connection, there is a lot of
software out there that can be installed on the gateway (our a computer that
moniters the gateway) that can track all that information for you.

"filo666" wrote:

I know that, What I want is to cheek wich internet pages my employees are
visiting so I could know wich of them I restring them, because they download
a lot of virus to the main computer, I know that I could chek in the history,
but the know how to errase the history
Could you please tell me how???
TIA

"Jim Thomlinson" wrote:

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Imposible????

You can try this search on google to help you find the software that you
need. Many of these programs are highly customizable and will give you much
more info then just keystrokes. You can even block access to certain types
of sites.

"filo666" wrote:

So there is no way, I really need to have recorded what my employees write,
with this I could chek if the are working or just playing, please could you
give me how.
TIA

"Jason Hanson" wrote:

If you use a gateway for your companys internet connection, there is a lot of
software out there that can be installed on the gateway (our a computer that
moniters the gateway) that can track all that information for you.

"filo666" wrote:

I know that, What I want is to cheek wich internet pages my employees are
visiting so I could know wich of them I restring them, because they download
a lot of virus to the main computer, I know that I could chek in the history,
but the know how to errase the history
Could you please tell me how???
TIA

"Jim Thomlinson" wrote:

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Imposible????

That is more of an Internet Explorer question than an Excel VBA question. I
believe there are some commercially available programs for logging internet
traffic. I would give Google a try...
--
HTH...

Jim Thomlinson


"filo666" wrote:

I know that, What I want is to cheek wich internet pages my employees are
visiting so I could know wich of them I restring them, because they download
a lot of virus to the main computer, I know that I could chek in the history,
but the know how to errase the history
Could you please tell me how???
TIA

"Jim Thomlinson" wrote:

Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.

--
HTH...

Jim Thomlinson


"filo666" wrote:

OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Imposible????

Do a search for freeware keylogger on Google.

RBS

"filo666" wrote in message
...
OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.

Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello

In the "Key Registration Fyle.DOC" would appears 14534hello

TIA


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
difficult but supposing not imposible filo666 Excel Programming 6 June 9th 05 10:31 PM
Is this imposible for VBA to perform? Marie Excel Programming 1 February 4th 05 08:45 PM


All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"