VS 2008 - Possible To Get Network Users Local IP?

Jul 9, 2011

Is it possible to get all my network users' local IPs using VB 2008?

View 6 Replies


ADVERTISEMENT

Local And Network Printers For ALL Users On A Remote Pc?

May 30, 2012

I have this partially working but only shows printers for one user, need all local and network printers mapped for ALL users on a remote pc so I can migrate them, I know I need to do some sort of for each method but not sure what will work

[Code]...

View 1 Replies

VS 2008 My.Computer.Network.DownloadFile - Get Rid Of The File When A Users Cancel

May 7, 2011

I use this line to download files: My.Computer.Network.DownloadFile(VideoFilename, SaveLocation, "", "", True, 8000, True But if a users cancel the download my application crashes. I searched Google but there's very little info about this problem. I tried with: My.Computer.Network.DownloadFile(FilenameMP3, SaveLocation, "", "", True, 8000, True, FileIO.UICancelOption.ThrowException, FileIO.RecycleOption.SendToRecycleBin()) But that line of code doesn't work. I need to get rid of the file when a users cancel

View 1 Replies

View Users Of Local Group?

Jul 20, 2009

I'm trying to view the users of a local group on my machine so I can eventually change their read/write permissions... what code can i use to display the users?

View 1 Replies

VS 2008 Network App - Send Message Or Network Package To Some Of The Clients In The Network

Aug 18, 2009

Here is my idea so far: I have a bunch of computers connected in a local network. One of them is a MySQL server, one will have a vb.NET program wich will act as a "second server" and the rest will be different clients. What I want to do is that the "second server" will send out some kind of message or network package to some of the clients in the network, and they will execute a code based on what message it is, or what kind of package it is. I'll give you a simple example:

[Code]...

View 6 Replies

C# - Failed Logon Counter For Local Users?

Jun 30, 2010

Is there a way to programmaticly get the failed logon count for local Windows users in XP and later? Alternatively, is there a way for my service to get a message when a failed logon occurs? Currently coding in VB.NET, but will take any suggestions in any language.

View 2 Replies

Add A Local Or Network Printer

May 27, 2009

im making an application and i need to install a printer in a computer. The application im trying to do is a client-server application so the idea is that the server send the instruction to the client telling him what to do and then the client will do it, in this case it will go to a SAMBA directory and it will get the drivers for the printer model from there and after that it will install the printer, everything in silent mode.

[Code]...

View 3 Replies

IP Adress On A Local Network?

Mar 25, 2010

any one have a code in vb 2008 which allows me to know the IP address of local network.

View 2 Replies

Getting A List Of Users On A Network Domain?

Nov 25, 2009

I want to get back to get a list of users on a network domain using VB.Net.

I will have the domain name available to me for use.

View 4 Replies

List Currently Logged In Users On Network

May 27, 2010

I've pulled basic information out of AD via System.DirectoryServices but cannot work out a method to find out currently logged in users?I would like to produce a list of users within a Group, highlighing those currently logged inactive.

View 1 Replies

Find The Local Network Ip Address?

Jul 26, 2011

I have a .net network application , and as part of improving the performance of the software i would like to find the shortest route to the server . When i have more than one network , i need to find the local network ip from these current ip list .

View 3 Replies

Getting A Local Network Chat Program?

Aug 26, 2011

I need a program that can send and receive msgs to everyone that's on that program and on that network, then is there a way to add chat rooms to the program 2. I looked all around the Internet and MSDN and found a lot of results but non worked property.

View 6 Replies

How To Send File Between PC's On Local Network By Using PC Name

Jan 24, 2012

Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click

Dim FileToCopy As String
Dim NewCopy As String
FileToCopy = "C:Users????DesktopfileName"
NewCopy = "C:Users???Desktop
ewfileName"

[Code]...

View 2 Replies

Sharing Database In Local Network?

Jun 23, 2010

I have created an application using Visual Basic .NET, the application use an access data base which must be shared in server of a local network. The problem is when I run the application in a client machine (connected to the network) I can't connect to the data base.In the same machine the connection work which it's not the case when I change the location of the base to: Data Source="serverIPAdress/DataBase.mdb"

View 2 Replies

SQL Server Name On Local Computer Not Network?

Jul 18, 2012

how to find the list of SQL servers on the local machine...and not the network...

I searched in google but everywhere its for the list of SQL servers on network....I just want my PC SQL server name....

View 4 Replies

Access 2003 Network With Multiple Users

Apr 30, 2012

I know my Question was asked maybe 10000 times before, but i really did not take the chance to search the forum coz i really short of time.
I have *.mdb DataBase with 20 tables each table have more than 10 fields, i'm trying to automate the MDB file from a network like that 5 PCS + One vb.net exe program (5 users) working on the same time on the exe that is connected to the database , my questions are :

1) How much risk is it to put the database into one (shared) folder and connect it to the program ?

2) What is the best way to establish this method ?

3) Is there any alternatives ?

View 4 Replies

Log Domain / Username Of Users When They Are Logging In From Network

May 12, 2011

The code can be accesses through: WatchFolder.zip..I would like to log the domain/username of the users when they are logging in from the network i.e. filesharing..I am currently using Environment.UserName and Environment.DomainName but this is not able to log if the files are access via filesharing..The Environment.UserName and Environment.DomainName are only useful if the user have logged in the machine (explorer/rdesktop)

View 2 Replies

.net 08 Local Area Network (LAN) Source Code?

Mar 4, 2010

find a source code of using a local area network(LAN) in visual basic.net 2008?

View 1 Replies

Check For Share And File In Local Network?

Jan 1, 2010

I am developing an application, which hunts the local network for attached computers then checks for a share and a file, if found it displays it in a listbox. While testing this I have seen some strange Chinese or Japanese computer names pop up and in a few seconds go away, the names seem to always be different.

View 8 Replies

How To View Computers Connected To A Local Network

Jun 8, 2011

Here is my Prob- we have a main router from which we use a distributor or hub for internet connection distribution, ever computer connected automatically obtains IP address of format say - 180.50.50.xxx to access net connection.if any connected computer has different IP format than the given one, it cannot access internet.

View 1 Replies

Make A Chat Application That Can Go Out The Local Network?

May 16, 2012

I have been trying to make a chat application that can go out the local network for quite some time, but all I seem to find is chat applications for in local networks?

View 7 Replies

MS Access Database File On Local Network

Jun 22, 2010

I am working on a project based on networking. My problem is that database on server (time to time updated by clients Application) is available in shared folder sometime any client delete that database file from shared folder then project stopped working. So give me process for accomplish this problem is there any way through which is database on server work invisibly and client unable to delete that file. I tried read only attribute on shared folder then my project unable to insert record in that database file.

View 1 Replies

Respond To Data From A Local Network Port?

Nov 27, 2009

I am writing some software that should respond to commands from a port.

How do I set up a handler to respond when data is recieved at that port.

Do I need to do anything special, like respond or set up the port in the first place.

I don't have any experience doing anything like this!

CheersGuy Joseph - Intel Quad Q9450, 4Gb Ram, 3x500GB Hard Drives, NVidia 8800GT, Marian Marc 8, VB Express 2008

View 1 Replies

Windows Application + Accessing From Outside The Local Network?

Jul 12, 2011

I have developed a windows application for my company. It is a multi user software and we are using sql 2008 as the database. The sql 2008 is installed in our company server. Within our LAN, there is no problem in accessing the software and its working pretty fine.

Now the problem is, some of the managers need to go out frequently(for business tour and all) and they need access to this software. The software is already installed in their laptops.Is there any way to access the database that is in our company server ???

We have few static IPs with us, is there any way i can use that here (Using NAT in the firewall or something)?

View 3 Replies

.net - Saving Changes From Diffrent Users To The Network So Everyone Contribute VB 2010?

Mar 20, 2011

So I am working on a small program that will tell the engineers the status of their testers; whether they are up or down with the time and date in addition there is also a comment box. I have created a program that has all the right buttons and options. Where I am stuck is on the save option. I want the engineers to be able to make changes to the status/date/comments and by clicking the save button to save all changes(in the status and date boxes) and text(in the comment box) so that when the program is opened at a later time or by another user on the network from a diffrent work station the latest changes from whomever will be present. The code that follows only allows the changes to be seen by on that specific computer and they are not shared to everyone who uses the program that accesses it over the network. Any help would be awsome!! Hope this is clear!

How can I get it so everyone sees all changes over the network regardless of the computer they are using? any help would be amazing!!

[Code]...

View 2 Replies

Possible To Have An Access Back-end Database Available For Multiple Users On The Same Network?

Nov 5, 2011

I am developing a Visual Basic .NET application to be used by the staff of a small training centre nearby. The front-end (UI, menus, etc.) will all be in VB .NET, and there will be a back-end database for storing all of the required data, such as student records and meeting information. What I would like to know is if it's possible to use a Microsoft Access database for this purpose, and have it accessible by all the staff in the centre (on the same network) at the same time. For example, would I be able to put the database in a shared network folder, and have a copy of the VB application on each PC that would all be able to read/edit/add to the database?

View 2 Replies

.net - Search For Files Over Local Network Servers Directorys?

Jan 31, 2012

I want to build a search program that searches for a key word over any local networks the computer workstation has assess to like the search for files and folder function on any standard windows computer but with added feature it will also search across the networks servers its connected to?

View 1 Replies

Check If A Computer Is Connected To Domain Or Only A Local Network?

Oct 27, 2010

i need to check if my Computer is connected with an Active Directory Domain or only in a Workgroup. Is this possible?

View 4 Replies

MAC Address And Enable/Disable Network Adapter Local Use Only?

Oct 22, 2009

Im trying to Get the mac of the local computer(s) on a network and Enable/Disable the Connectiong adapter that is UP (In use), i know i can do this with the system as it stands and for a while i've used a *.bat file to do this for me but not i want a more elabrate way of doing it using a program i make for this, i will also be making it Control other computers remote on my network the same with a simple server side, in the future!, i just need it to Work on the local computer, I've read up about diffrent ways of doing this, like Getting the MAC via Registry like so:

[Code]...

View 5 Replies

Stream Audio And Video In The Local Area Network?

Oct 26, 2009

I am developing an application where in I need to stream audio and video in the local area network. There is calling option from my application where users can call each other(audio call or video call) in the LAN.

View 3 Replies







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