List All Computers In Network/Workgroup?

Dec 29, 2007

How can i get a List of all Arivable Computers in my Network/Workgroup ? I need to add all to a Listbox

View 7 Replies


ADVERTISEMENT

List All Computers On The Network With 2008?

Apr 11, 2010

I wonder how do I list all computers on the network with vb 2008?I know to do in vb6 I have no more sense in vb 2008.

View 2 Replies

Pull Computers Workgroup Name Using Program?

Jun 10, 2011

I'm trying to figure how to pull the computers workgroup name using VB.NET.

View 6 Replies

Programmers - Workgroup Computer Or Domain Computers

Oct 12, 2011

I would like to list make a list , such as, listbox, grideview, tree view that display all my network computer, I mean workgroup computer or domain computers, or all connected computers ip address, but I don't know what code and what object to use in visual basic 2010,

View 4 Replies

VS 2008 Get In A Listbox All Computers In A Workgroup, NOT In A Domain?

Mar 4, 2010

how to get in a listbox all computers in a workgroup, NOT in a domain?

View 3 Replies

Wired <-> Wireless Network Communication - Grab A List Of All Networked Computers?

Mar 28, 2010

My issue, however, is connecting to the wireless laptops as well.

[code...]

I need to grab a list of all networked computers, and I definitely include systems on the wireless

network in that list. I'm just not sure how to approach this. Being able to enumerate through a

'tree' of all networks and systems available would be a major plus.

View 5 Replies

Make A LAN Messenger Via IPv4 To Chat With Computers Between In A Workgroup?

Oct 3, 2011

How can I make a LAN Messenger via IPv4 to chat with computers between in a Workgroup?

View 4 Replies

List All Power Off, Power On Computers In Local Network?

Jul 26, 2010

Im coding an application that needs to list all computers inside my LAN, and get the status of the machines ex. Power On, Power Off.. in order to Wake On Lan, or Turn it Off.. im using Visual Basic .Net.I all ready listed all machines, now i need to get the status of them..

View 5 Replies

Getting ALL Computers On Network?

Jan 22, 2012

Part of an application that I'm building searches the network that the current computer is connected to and returns a list of the IP & MAC addresses and the hostname. It is based largely on the post by richard__deeming at [URL] At the moment, it will only get the information about computers that are in the same workgroup, but I have several computers that need to be shown, that are joined to a domain rather than the workgroup. How can I get the program to find every computer on the network?

View 2 Replies

Scanning The Computers In Network?

May 18, 2012

how to program an application that scans the computer in the network in vb.net?

View 3 Replies

32 Bit Or 64 Bit Operating System In Network Computers?

Aug 10, 2010

I am writhing a program to replace a file in network computers. but the problem is in our network there is 32 bit systems and 64 bit systems. There are different files to be replaced for 32 and 64 bit systems. I have written a program to replace the file.if we give the target of the location (eg \drd001-dsk1C$Documents and SettingsAdministratorPlayerfilename where drd001-dsk1 is the computer name in the network) Is there any way to check if the system that i need to replace the file is 32 or 64 bit

View 7 Replies

Fetching IP Address Of All Computers On A Network?

Aug 30, 2011

am trying to get the IP address of all of the computers on a network. I know how to fetch the names of the computers on the network but I need to fetch the IP address to. I have a listview control with 2 columns 1 for the name of the computer (1st) and another column for the IP addres (2nd). I have the code so can the IP address be displayed in column 2

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

[code].....

View 9 Replies

Determine If Excel Is Open On Network Computers?

Sep 8, 2009

I have an application that automatically updates addins for excel from the server to all the computers on our network. right now all i get is an error if excel is open, but what I want to be able to do is check if excel is open on each computer first and give the user a chance to save their current work then close excel. otherwise i cannot update their addins if excel is open.

View 3 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

Write A Program That Can Be Distributed Over A Network Of 400 Computers?

Feb 16, 2009

I need to write a program that can be distributed over a network of 400 computers and that can be updated if necessary. How do i do that with VB if i can at all? What should i learn?

View 2 Replies

Develop A Process That Will Monitor Computers That Logon To The Network?

Jul 5, 2010

I want to develop a process that will monitor computers that logon to my network. Gather information such as computer name, time of logon and log out.The process would be located in the icon tray?

View 3 Replies

Write App That Transfer Files And Folders To Others Computers In Network

Dec 20, 2010

I need to write an app that transfer files and folders to others computers in my network vb.net.

View 3 Replies

Communications :: Write A Program To Ping Computers On Network To See If They Are Turned On?

Jul 4, 2008

I am trying to write a program to ping computers on my network to see if they are turned on. So far i have the following:

Code:

If My.Computer.Network.Ping("192.68.0.5") Then
MsgBox("Computer is on.")
Else
MsgBox("Ping request timed out.")
End If

If i use ip addresses, this works fine but i would rather use hostnames due to the ip addresses being dynamic (something which is outside my control). Using the hostname, it reurns "Computer is on" if the ping is successful, but if the hostname cannot be found, instead on returning "Ping request timed out", an error occurs as follows:

A first chance exception of type 'System.Net.NetworkInformation.PingException' occurred in System.dll

View 2 Replies

Finished A Console Application And Deployed It To Several Computers On Our Network For Testing

Dec 17, 2011

I have recently finished a console application and deployed it to several computers on our network for testing. As it is just an EXE a copied to the hard drives of selected computers for now. When the app is launched it writes info to an sql DB so I always know which computers it is on.

During the past few weeks I have modified this app at least 6 times (improvements, adjustments, etc)

It is a paint to keep going back to the computers to update it with the new version, and getting mixed up which version i am on - LOL I am looking for advice on how I would go about doing this automatically, for example, it would be cool if I just had to put an updated file in a repositry and clients would use this to update.

In Visual Studio, when I view the properties of my application>assembly information - I can set a file version. Is it possible to extract this info and store it in a variable? I would like to dump the in my DB. Also I could then possibly compare the file version of the launched app against an updated file in a network share folder.

View 16 Replies

Remote Desktop - Modify That Program To Allow Me To Connect To Computers Not On My Network?

Jun 12, 2011

I have created a program that allows me to remotely access computers on my network (not all done by me i found some code online) however i want to modify that program to allow me to connect to computers not on my network. How can i go about doing this? My program consists of a client and a server. When the server runs it listens for the client on the client side i enter the IP address and it connects so i can send remote commands to the remote system.

View 4 Replies

VS 2010 Network Manager - Watch The Screens Of Other Computers Connected In LAN

Jul 30, 2011

i m new in .net programming i am wanting to develop a network application by which i can watch the screens of other computers connected in LAN,i can give permissions/privilages to other users.

View 5 Replies

Get List Of Computers From An OU In AD?

Aug 22, 2011

I am using VB to develop a WinForms application. This application should get all the computers from a particular Oraganizational Unit (OU) in the Active Directory (AD). How do I specify the particular OU in VB code? I would prefer to download some fields only from each computer's record.

View 1 Replies

Get List Of Connected Computers

Jan 9, 2009

how do i get list of all connected computers in local network i have tried through Active Directory and it gives all computer names whether connected or not. the main problem is few computers on network have dual operating systems and both have different name like different on xp (comp1 xp) and different on vista (comp1 vista) and when i try to ping a computer name like (comp1 vista) which is not active, but maps to its associated ip and return replying so i m not able to get true status of computer name as (comp1 xp) can also reply on ping

View 15 Replies

Async - Pinging All Computers In List

Nov 24, 2011

I've run into a bit of a problem using Async ping. Basically, I want to ping computers in the list before I run the next bit of my program. The computers who I can ping are added to a list and that is used in a background worker. Trouble is can't seem to work out how to wait until after pinging ALL computers in the list, either successful or timed-out. Is there something a long the lines of 'If Async Ping is running'?

Private Sub pingCompleted(ByVal sender As Object, ByVal e As System.Net.NetworkInformation.PingCompletedEventArgs)
If e.Reply.Status = Net.NetworkInformation.IPStatus.Success Then
complist.Add(e.UserState)
Else
'do nothing
End If
End Sub

I need the next bit to wait because if 'complist' is changed while it's being used I get collection errors.

View 7 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

How To List Network Drives

Nov 4, 2011

How to list all network drives.I have the below code, but is there any other alternates..[code]

View 6 Replies

List Network In Window Xp?

Oct 5, 2009

how to list network adopter in PC using VB.NET?

View 10 Replies

Get A List Of The Servers Avalible On The Network?

Nov 22, 2009

get a list of the servers avalible on the network, then check to see if those servers contain my database?

View 3 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 (ONLY Online) Computer In A Network?

Dec 29, 2011

I'm working in a project and i need to list only the online computers in my network and put them in a listbox how can i do this

View 5 Replies







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