Find Out Port From Switch Of Computer

May 26, 2010

ok i got a hard question I have diferent computers, lets say 200 cps with all known mac address. i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address... some computer arent in the domain. how could i start puttin this into code

View 1 Replies


ADVERTISEMENT

Find Out What Port Of What Switch Its The Remote Computer

Jun 22, 2010

I have different computers, lets say 200 cps with all known mac address. i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address. some computer aren't in the domain. how could i start putting this into code.

View 1 Replies

VS 2008 Find Out What Port Of What Switch Its The Remote Computer?

May 25, 2010

ok i got a hard question I have diferent computers, lets say 200 cps with all known mac address.

i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address.some computer arent in the domain.

how could i start puttin this into code

View 9 Replies

Monitor A Switch Using LPT Port?

Jun 12, 2010

How can I monitor how many times a switch open and close? I am planning to add a label13 to my form and use the LPT port so every time the switch goes high (1) it will add 1 to my label13.text. The Printer Adaptor address in the target PC is 0x378. using pin 10 (ACK) or pin 2 (D0).

View 16 Replies

Detect The Address And Port Number Of The Parallel Port In Computer?

Jun 9, 2010

I would like to detect the Address and Port number of the Parallel Port in computer.

View 4 Replies

C# - Switch Component Controlled Via USB Port?

Jun 21, 2009

I need device switch component which an be controlled by code(.net,C# Or vb) ON/OFF state is enough. I have code knowledge in C#, .net window application, I need to make a switch that can be controlled using code via USB port ... so that using that switch I will turn on/off electrical devices (fan,light) for a specific time interval.. For my MINI Project

Note: I need the brief note regarding components needed and how to assemble it.

If you know any link which resembles this type of project pls refer me.

View 3 Replies

Checking IP And Port Of Switch / Router That Links To Remote Device

Oct 10, 2009

Our company has setup several remote devices that link to a switch Whenever there are problems on the device, some technicans will replace it using a new one We have a vb program that can automatically update the device setup in our server when technicans replace devices. So we do not need to login and update the setting manually However, our program cannot handle the case that there are more than 1 device that need replacement Therefore, our idea is to retrieve the ip and port of the router/switch that links to remote device using VB.net.

View 2 Replies

Open The Specific Port Of A Windows Computer?

Jan 15, 2010

I tried to make a winsock program.But when i run, i have a SocketException "No connection could be made because the target machine actively refuse it."Any suggestions on what i should do? Im using 17477 port.By the way Im using my own computer to test it. So i have no idea why.How should I open this specific port in my own computer?

Is it possible that I could include it to could into my program so that i don't need to open the ports of each computer? Below is my code.

[Code]...

View 6 Replies

Sending Data Into VB Through A Serial Port On Computer?

May 2, 2009

I am sending data into VB through a serial port on my computer, from a microcontroller. The data enters VB in an ASCII form, but I need it as a number. I can use the Asc command to convert numbers 0-127 however after this it dosent work. I believe this is becaus the ascii character map only goes through 127. So how can I convert the rest of the data (128-256) to a numbers?

View 3 Replies

TCP Protocols - Sending Command To Specific Port On Same Computer

Mar 10, 2011

I am working on writing a program that needs to send a command to a specific port on the same computer, I have that working fine. There is another piece of software running that is listening to that port for some commands (read on).
Dim myTcpClient As New TcpClient
myTcpClient.Connect("127.0.0.1", 61225)
Dim networkStream As NetworkStream = myTcpClient.GetStream()

However when I try to send a command I get no response...
Dim outStream As Byte() = System.Text.Encoding.ASCII.GetBytes("0x33")
networkStream.Write(outStream, 0, outStream.Length)
networkStream.Flush()

I have been given a list of protocols that I need to send to that port. What I have been told is that the size (in byes) is 1 and the value is "0x33" with no parameters. I am completely new to sockets and sending data through tcp.

View 7 Replies

Forms :: Transparency Key / Unable To Successfully Port Application To Another Computer

Aug 18, 2010

I created a background image for the form with rounded corners. I filled the outer edges and empty space with Lime color (00FF00) and then set the same transparency key in the properties for my form. It worked well, the edges were transparent and the form appeared round-edged. This was accomplished with Visual Studio .NET 2005 on Microsoft Windows Vista Home Premium 64-bit.The very same application was ported to a different platform. Visual Studio .NET 2005 on Microsoft Windows XP Professional 32-bit. All the settings are the same and nothing has been changed. But the transparency effect is not appearing on the Windows XP platform.

View 5 Replies

Find Where In WMI, The TCP/IP Port Filtering Is?

Sep 3, 2009

I am trying to find where in WMI, the TCP/IP port filtering is.

View 2 Replies

Find A Way To Pass Port Forward?

Aug 16, 2010

I am not sure which method that I should use for my project. I would like to get bypass the port forward to avoid the 3rd party software such as packet sniffer to pick up the connection details.

View 1 Replies

.net - How To Find Out How Much Ram A Computer Has In .net

Jul 24, 2011

How would you work out the amount of ram that is in the computer

View 1 Replies

Any Another Way To Find Computer Name

Mar 29, 2012

To get the computer name I wrote something like below:[code]This code works on the server machine but on the client machine its not working.Is there any another way to find the computer name.

View 3 Replies

Communications :: Chat Program - Debug LAN Messenger - Computer Actively Refused The Connection On IP/Port" And Then Crashes

Jan 17, 2009

I have a simple chat program i have made, it works but with a few errors.

1st if it can't find the physical pc it is trying to connect to it crashes.

2nd if it finds the physical server but not the program (server) running it says "the computer actively refused the connection on IP/Port" and then crashes.

Code for connect button:

IP = txtboxip.Text
Port = txtboxport.Text

[CODE].....................

View 11 Replies

VS 2010 Auto Find Com Port Of GSM Modem

Jan 14, 2012

how to automatically find the correct com port of my GSM modem.i can retrieve the available ports of the computer by using My.computer.Ports.Serial PortNames.can i find the right port using the display name property of the device?

View 2 Replies

Find Out Computer / Server Name?

Jun 22, 2010

How to findout computer / server name with vb.net codes. I want to use it in connection string

[Code]...

View 1 Replies

Find SQL Server Instance On Other Computer On LAN?

Aug 8, 2011

I have the following function to find a SQL Server instance. It works fine on local computer. Would you please tell me how to use this function to check an instance on other computer on a Local Area Network? I am using VS 2008 (.NET Framework 3.5) and SQL Server Express 2005.

Private Function MyInstanceFound(ByVal MyInstanceName As String) As Boolean
Dim InstanceFound As Boolean = False
Dim MC As ManagedComputer = New ManagedComputer()

[code].....

View 1 Replies

Find-out Computer / Server Name With .net Codes?

Dec 29, 2009

How to findout computer / server name with vb.net codes.I want to use it in connection string

con = New Data.SqlClient.SqlConnection("Data Source=noor;" & _
"Initial Catalog=accounts;Integrated Security=True")

View 3 Replies

Find Next Computer In Active Directory By Pre/subfix?

Aug 1, 2008

I am trying to get the next available computer name based on a pre/sub fix e.g. "PC0001", atm I have a working solution from sql asset database.Anyone got an idea on how to convert the following from sql query to directorysearcher.filter?"Select TOP 1 Computername from computers where Computername LIKE '" & computerNamePrefix & "%' AND ISNUMERIC(right(ComputerName,4)) = 1 ORDER BY Computername DESC"At the moment I got the following

mySearcher.Filter = "(cn=*pc*)" mySearcher.Sort = New SortOption("Name", SortDirection.Descending)

View 2 Replies

Find The File That Keeps Computer Passwords Such Browsers IE?

Sep 28, 2010

How can I find the file that keeps my computer passwords such browsers IE? I want to reformat and have a lot of saved passwords sites

View 3 Replies

Find The Operating System Of The Device (if It's A Computer)?

Jan 26, 2012

I am building a simple network browser that pings a specified range of IP addresses, and if a response is discovered, it gets the host name and MAC address of the device it pinged.My first question is how can I find the operating system of the device (if it's a computer)?My second question is, for devices that aren't computers e.g. a wireless printer or router, is there a way I can find out what type of device it is?

View 1 Replies

VB2010 Can't Find Images After Publish And Put On Another Computer

Apr 30, 2010

I created a hangman game and It works well when I debug, but when I publish and place it on my son computer, when you guess a letter wrong it shows an error and says it can't find the images. I just it is something that I'm doing wrong but I don't know what. Some of the thing that I have tried is including the images in resources. I believe that it has something to do with the startup path, the path that the images are looking for does not exist. The installer installs the program in the programs file

Private Sub ShowPicture()
Dim strImagePath As String
strImagePath = Application.StartupPath & "imagesfig" & intNumWrongTries + 1 & ".gif"

[Code]....

View 1 Replies

VS 2005 Find Default Gateway Of Computer?

Aug 28, 2009

I am writing a quick program to display the network information of a computer without having to run ipconfig or enter the TCP/IP settings on the network adapaters.I have managed to pull the computer name, local IP address and the external IP address, but I now need to get the default gateway, the subnet mask and the DNS resolvers.I have tried using the registry, but the key differs from computer to computer, so that method has been ruled out.

View 8 Replies

Find The Fingerprint Or Digital ID Of Individual Parts Of A Computer?

Jun 2, 2012

using vb 2010 to find the fingerprint or digital ID of individual parts of a computer, specifically the motherboard? I have no idea where to begin and everything I can find on the net is written for C#.

View 2 Replies

VS 2010 - System.UnauthorizedAccessException - Find A File On Computer And Return Path

Jun 12, 2010

I'm running windows 7 64 bit and using VS 2010. I'm trying to use the filesystem.getfiles to find a file on the computer and return the path for it. However, when I search C:/ and its subdirectories, it always throws an error: "A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll"

I've looked everyone online and can't find a solution. I have administrator privileges and really I dont want people who use my app to have to adjust security settings for this to work. Is there not a way to search the C drive for a specific file and return its path? [Code]

View 1 Replies

C# - When Deploying .NET Applications - Find Out What Zone A Share Is In Relative To The Computer Running The Application?

Jun 8, 2011

Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?

View 1 Replies

Read The Data From Barcode Weight Scales By Serial Port And TcpIp Port?

Nov 27, 2010

I'm mohammed from Oman ,I'm visual studio.net programmer How I can Read the Data From Barcode Weight scales By Serial port and TcpIp port

View 7 Replies

Get FullName From Available Serial Port (Com Port) From Device Manager In Windows Form With .net?

Jul 25, 2011

I have a Windows form.in windows form have a combo box that give me a list of available port serial with it code (Dim ports As String() =SerialPort.GetPortNames())for example( Com1,Com8,Com15,...).but I want to give me fullname of serial port in device manager for example in dvice manager is these (Comunication Port(COM1) - Printer Port(LPT1) And USB Serial Port(COM8)).how to Get it?

View 2 Replies







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