How To Know Who Accessed Computer

May 26, 2010

We have lots of security policies in place and many people (or process) have the privilege to access anyone's computer. Is it possible to tell who access and when and what folder was accessed? I know eventlog has lots of entries you can check, but in terms of what folder was accessed, is it possible?

View 1 Replies


ADVERTISEMENT

.net - Mysql Database That Can Be Accessed Over A Vpn?

Mar 23, 2010

I have 2 computers. Both with w7 as os. I have installed wampserver on one of them.I have mysql database on wampserver.Then I have made a vb.net program to connect to mysql database. I have put the program on both computers.What I want to do is for those two programs to see the same database that is on one computer. For them to be able to add, delete, update that 1 database. How do I do that? How do I network the mysql database? Do I also have to install wampserver on the other computer?What do I do

View 1 Replies

Deleted Row Information Cannot Be Accessed Through The Row?

Dec 1, 2007

I'm getting an exception with the message "Deleted row information cannot be accessed through the row".

I already searched from similar questions but so far i wasn't able to find the solution for my problem.

The exception happens in the line

Code Block

View 4 Replies

DLL That Is Accessed During The Installation Of The Program?

Dec 4, 2009

Computer.FileSystem.FileExists(Environment.GetFolderPath(ProgramFiles) to get the Program Files directory in my application. The problem is that when running on a 64 bit version of Windows 7, I am getting the Program Files (x86) directory, not the 64 bit directory. As far as I can tell, everything is compiled as 64 bit.This code is actually in a DLL that is accessed during the installation of the program.

Is there any way to get the 64 bit path?

View 2 Replies

Get Last Accessed Directory Path?

Oct 20, 2009

I want to get the last accessed directory path, what code should I use? The directory path I mean is just like when we use OpenFileDialog, default path of it is the last folder we accessed. I've tried to search but get no result.

View 4 Replies

Way To Determine When A Fiel Is Accessed?

Nov 20, 2008

I currently have an application that uses the FileSystemWatcher object and events to monitor activity in a selected folder. this works great for detecting files being copied to or created in the folder, moved or deleted and changed, however, I am trying to determine if a file is accessed (opened) regardless of if it is modified. One of the NotifyFiler options is LastAccess. It appears that this fires an event, however, it always seems to be the Modified event. I would like to be able to keep track of file access and modification separately. I currently store the activity in a listbox and also in a richtextbox where the text color illustrates the type of activity.Does anyone know how to accomplish determination of file Access versus file Modification?I have included some of my FilesystemWatcher code below.

Code:
Private Delegate Sub AddActivityTextDelegate(ByVal sActivityText As String, ByVal cColor As System.Drawing.Color)

[code]......

View 2 Replies

Check If An IEnumerable Is Being Accessed Using A For Each Loop?

May 19, 2009

Suppose I have an IEnumerable such as a List(TValue) and I want to keep track of whether this list is being accessed (to prevent issues with, say, adding to the list while it is being iterated over on a different thread); I can always write code such as the following:

Dim List1 As New List(Of Integer)
Dim IteratingList1 As Boolean = False
' ... some code ... '

[Code]....

(I realize this code is very arbitrary, but it illustrates what I'm talking about.)

My question is whether there's a better/cleaner way to perform this check than by manually updating and accessing a Boolean, as above. I feel like there must be, but, to my knowledge, there isn't any IEnumerable class with a built-in "I am being iterated over" method or property. And writing a new class that implements IEnumerable and contains such a property seems like overkill to me.

View 3 Replies

Find Program When Accessed To Folder?

May 3, 2012

How I can find program when accessed to folder... I know it show what file created, but I wish know WHICH program accessed to folder not what is created in folder !

View 14 Replies

List (Of T) Items Accessed By Index Or By Name?

Oct 17, 2011

I want to build my own class. In it, I need to recreate a behavior we can see in DataTable and in some other places : accessing items by their name or by their index. [code]...

View 5 Replies

List(Of T) Where Items Can Be Accessed By Index Or By Name

Oct 17, 2011

I want to build my own class. In it, I need to recreate a behavior we can see in DataTable and in some other places : accessing items by their name or by their index. How can I reproduce such a behavior. Here's what I mean :

[Code]....

View 2 Replies

Track Most Recently Accessed File?

Jul 21, 2011

I am developing an application in VB.NET. in which I need to open the most recently accessed file (i.e. last accessed file in the previous session) when the application starts. One approach is to save the location of the most recently accessed file in a text file and read it when the application runs the next time.

View 2 Replies

Where Is MS Reports Log Files Located And Accessed

Dec 28, 2011

I have two MS Reports with each their own dataset.The first one works but the other does not fill anything in it's table. When I debug the dataset, just before showing the Report, it's fill, and I did the same setup as with the first report.I get no errors og other input.. The table just not show any rows at all. Is their any log files that can tell me something and if so, where can I find them?

View 2 Replies

Sockets - Check That If Another Computer In The Network Send Some String Data To The Listener Computer?

Mar 19, 2012

i have a task to create a TCP Server (a program that is listening on its network card interfaces for incoming data stream).I have search on the internet and i found that i can use two methods : Socket or TCPListener class.I have created an example for Socket class, but i wondering how could i test it? I need to check that if another computer in the network send some string data to the listener computer , then this message should be displayed.Here is the example from microsoft that i am using for TCP Server using Socket:

Public Shared Sub Main()
' Data buffer for incoming data.
Dim data = nothingc[code]....

But it does not work because of the PORT setting.If in the TCP Server i have "Dim localEndPoint As New IPEndPoint(ipAddress, 0)" the client crashes, but if i change the port from any (0) to 11000 for example,the client works fine.Do you know why?

Later edit2:Maybe i should have started with this question:Which method is recommended for my scope?asynchronous or synchronous method ?

View 2 Replies

Developing A Computer Application Designed To Monitor The Network And CPU Statistics On A Computer?

Jan 29, 2009

I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.

What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.

View 2 Replies

VS 2005 : Dial A Computer From Another Computer Using Modem For Sending Files And Message?

Jul 11, 2009

I am trying to dial a computer from another computer using Modem for sending files and messge.Follwoing is the code done in dialing computer

Text1.Text = "Test string from App1 "
Number$ = InputBox$("Enter phone number:", "Number$")
If Number$ = "" Then Exit Sub
Temp$ = Status

[code].....

But after the dial tone, i am getting the exception "CTL_E_GETNOTSUPPORTED " at the line MSComm1.Output = Text1.Text?

View 6 Replies

Access The Data Coming To The Computer From The In-built Bluetooth Module Of A Computer On Windows Platform?

Feb 4, 2011

i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.

View 6 Replies

VB - Desktop Computer With Cable Connection On Back Allows To Watch TV On Computer Using Windows Media Center

Jun 12, 2010

I have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,

So I have three questions.
1: Is it possible?
2: How would I go about access the feed?
3: How would I send it over the network?

My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.

View 2 Replies

Copy A File From A Local Computer To A Remote Computer On The Network?

Dec 19, 2006

I need to copy a file from a local computer to a remote computer on the network, if i try to use File.Copy without logon i get the following error:"Logon failure: unknown user name or bad password."How do I provide user name and password for file copy?

View 2 Replies

Lookup For A Specific Computer Given Ip Or Computer Name ... Retrieve The User Logged On

May 21, 2010

how can i look up for a specific computer given ip or computer name ...retrieve the user logged on..

View 2 Replies

VS 2008 Computer Restarts And Mapped Drive Appears Under My Computer?

Mar 31, 2009

Problem:When my computer restarts my mapped drive appears under My Computer. When I try to use it from code I get errors. If I open the mapped drive by double clicking it, and then try the code, it works. What I discovered is that when my computer starts the status, using net use, is

[code]...

View 5 Replies

.net - Enforcing Using The Class Name Whenever A Shared Member Is Accessed?

Jan 20, 2010

We have a coding standard that says all shared (static) fields and methods must be called with the class name. E.g. NameOfClass.whatever Is there a tool that we can use to check this is in fact the case? (Likewise for modules) I should have make it clearer we are using VB.NET.

[Code]...

View 5 Replies

Force Program2008 Function To Only Be Accessed Via Events?

Oct 15, 2009

I want some event handling functions to only be able to be accessed via raised events and not called from the program.[code]...

Is there a declaration or some other way to accomplish this?

View 2 Replies

Image Added To App Not Being Accessed When App Is Installed Via ClickOnce

Apr 11, 2010

I have some jpeg images that are added to my application. The Copy To Output Directory property is set to Copy Always. Running from Visual Studio the images are accessed and if I install the application to a drive on my computer directly the images are accessed but if I publish my application to my web site and install via the publish.htm page then the images are never accessed regardless of what I have the Build Action set to.

If the Build Action is set to Content then it won't even install because I get an error that says the computed hash for the images doesn't match the manifest. I've tried all the different Build Action options without success. For Build Action = None, Compile and Embedded Resource I don't get the error I do for Content but the jpeg images aren't accessed. [code]....

View 1 Replies

Release An External Drive After It's Been Accessed By My Program?

May 23, 2011

The VB.Net program in question creates several files, adds them into a zip file (using DotNetZip), and saves the zip file into a given directory (which the user chooses). This comes out just fine. But when I use it to save directly to my USB flash drive, I can't eject the drive without shutting down the program first.I've tried disposing the zip object (from the DotNetZip library), doesn't work. I also tried setting FileIO.FileSystem.CurrentDirectory to somewhere else on the machine, still no.

View 1 Replies

Write A Class Where A Property Can Be Accessed Without Naming It?

Mar 29, 2010

[code].....

View 1 Replies

Create Application On Computer / Must Install SQL On Every Employee's Computer?

Jun 1, 2008

I have to create an online application which i can apply it on every employee's computer in my company and i have create the application on visual basic 2008 and SQL 2005 using windows application and database. The problem is i do not understand how am i going to run the application on every employee's conputer. Because i have create the application on my computer, must i install SQL on every employee's computer? or any other software i have to used.

View 8 Replies

Line Of Code Freezes On Win7 Dev computer  but Not XP Dev Computer?

Oct 8, 2011

This line of code freezes on my Win7 dev computer but not my XP dev computer.I am using Visual Studio 2003.

strOutputFile = "c: est.mp3"

View 3 Replies

VS 2008 - Share Files From A Computer To A Computer That Are Connected In?

Dec 21, 2009

How do you share files from one computer to another that are connected in one wireless internet connection? I mean, it's possible using shared folders this means it could be possible in vb.net too..

View 1 Replies

Error : CtlTest Was Accessed From Another Thread To The One It Was Created On That Line

Sep 13, 2010

On the new of a form i create a control by going:

MyControl = New ctlTest

but it errors saying that ctlTest was accessed from another thread to the one it was created on that line...The control starts a thread on the new event of it that draws on the control - now i know that the thread itself works because when i put a button on the control to start the thread it works..

View 2 Replies

FileSystemWatcher ...return The Actual User Who Accessed The File?

Dec 16, 2010

I am working on a file access monitor wrapped up in a VB .Net Class. The ileSystemWatcher is working and my log file shows files when they are accessed. However, I am having trouble returning who or what accessed the files. For example....system services and processes should return something like NT-ATHORITYSYSTEM while a network share being accessed by another computer should return DOMAINUSERNAME and finally a process running in the background via "Switch User" should be returned as DOMAINSOMEOTHERUSER ....anybody have any ideas? I have searched high and low and have found nothing but other people asking the same question and people saying how it is not possible. the Sysinternals Process Monitor is able to output the correct results and its documentation states it was created using NET API however I can not find any references to any such API calls or combination of such. Should I be using something else other than the FileSystemWatcher? My code is below

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved