Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
ScottM114-Mar-10 21:07
ScottM114-Mar-10 21:07 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham14-Mar-10 22:18
Ihtesham14-Mar-10 22:18 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
ScottM114-Mar-10 22:48
ScottM114-Mar-10 22:48 
AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
Andre' Gardiner14-Mar-10 21:47
professionalAndre' Gardiner14-Mar-10 21:47 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham14-Mar-10 22:20
Ihtesham14-Mar-10 22:20 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Dave Kreskowiak15-Mar-10 4:14
mveDave Kreskowiak15-Mar-10 4:14 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham15-Mar-10 8:58
Ihtesham15-Mar-10 8:58 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Dave Kreskowiak15-Mar-10 14:37
mveDave Kreskowiak15-Mar-10 14:37 
Ihtesham wrote:
4. Restrict websites -- This is giving me hard time. Basically my service can find internet explorer windows and URLS being visited very well in current user session. But when i switch the user, the service cannot see any explorer window.


That's because this better handled by a proxy or firewall. You don't need to delve into every single users session to find every IE browser window. Besides, youre technique will only work with IE. It will not work with any other browser.


Ihtesham wrote:
3. Restrict some applications -- for example sol.exe or calc.exe. My Service read these program names from xml file and will kill the process if found open. System.Diagnostic.Process works very well here.


Better handled by Group Policy.


Ihtesham wrote:
2. Screenshots logging --


Useless. You can take snapshots all day long and still miss what you need to see.


Ihtesham wrote:
1. Key logging -- already implemented


And illegal is the U.S if used on people who are not your kids.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
#realJSOP15-Mar-10 0:12
mve#realJSOP15-Mar-10 0:12 
QuestionTrail License concept doubts Pin
anishkannan14-Mar-10 19:14
anishkannan14-Mar-10 19:14 
AnswerRe: Trail License concept doubts Pin
Ravi Bhavnani14-Mar-10 19:17
professionalRavi Bhavnani14-Mar-10 19:17 
GeneralRe: Trail License concept doubts Pin
anishkannan14-Mar-10 19:29
anishkannan14-Mar-10 19:29 
GeneralRe: Trail License concept doubts Pin
anishkannan14-Mar-10 23:48
anishkannan14-Mar-10 23:48 
GeneralRe: Trail License concept doubts Pin
Luc Pattyn15-Mar-10 2:03
sitebuilderLuc Pattyn15-Mar-10 2:03 
GeneralRe: Trail License concept doubts Pin
anishkannan15-Mar-10 18:29
anishkannan15-Mar-10 18:29 
GeneralRe: Trail License concept doubts Pin
Luc Pattyn15-Mar-10 18:34
sitebuilderLuc Pattyn15-Mar-10 18:34 
QuestionWriting word in MS word by using voice Pin
Basudevkuet14-Mar-10 18:23
Basudevkuet14-Mar-10 18:23 
AnswerRe: Writing word in MS word by using voice Pin
ScottM114-Mar-10 21:03
ScottM114-Mar-10 21:03 
GeneralRe: Writing word in MS word by using voice in c# Pin
Basudevkuet15-Mar-10 8:31
Basudevkuet15-Mar-10 8:31 
GeneralRe: Writing word in MS word by using voice in c# Pin
ScottM115-Mar-10 20:57
ScottM115-Mar-10 20:57 
AnswerRe: Writing word in MS word by using voice Pin
Andre' Gardiner14-Mar-10 23:28
professionalAndre' Gardiner14-Mar-10 23:28 
GeneralRe: Writing word in MS word by using voice Pin
Basudevkuet15-Mar-10 8:07
Basudevkuet15-Mar-10 8:07 
AnswerRe: Writing word in MS word by using voice Pin
Dave Kreskowiak15-Mar-10 4:07
mveDave Kreskowiak15-Mar-10 4:07 
QuestionProblem while Deserializing [Solved] Pin
nagendrathecoder14-Mar-10 18:23
nagendrathecoder14-Mar-10 18:23 
AnswerRe: Problem while Deserializing Pin
nagendrathecoder14-Mar-10 19:25
nagendrathecoder14-Mar-10 19:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.