Find Remote IP Using Net?
Feb 12, 2010I need to find the remote users ip address using asp.net and also i need clarification whether multiusers have same ip address
View 2 RepliesI need to find the remote users ip address using asp.net and also i need clarification whether multiusers have same ip address
View 2 RepliesI need to find the mac address of a remote pc on our lan to enable me to execute a wake up WOL the, PC will be switched off is this possible ?
View 3 RepliesI want to know if its possible to retrieve from a given address (IP) the currently logged on user.
View 5 RepliesUsing SMO To Find - Connect to Remote SQL Server?
View 2 RepliesI 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 RepliesI am trying to get a list of processes running on remote machine and the username running them. So far I've got:
Dim ps As System.Diagnostics.Process
For Each ps In System.Diagnostics.Process.GetProcesses("myserver")
ListBox1.Items.Add(ps.ProcessName)
Next
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
Rather than use an Entry name of an existing VPN connection, is it possible to connect to a remote network by creating a temporary connection on the fly by using the remote IP/Host name, username and password?
View 6 RepliesI want to do a small application that made the broadcast of images from a PC. The idea is to make an application of remote management but without the management part, only with the viewing of images. Anyone know any code already done or any API that helps in the project?
View 8 RepliesI'm trying to develop a windows application where i can get connected to remote server and look for process state going in remote server.We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed.)
So our aim is to develop a windows application where i can get connected to that servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)
The UI at left side should will have list of servers i can connect to. When i get connected to server, at right side of UI, i want to display the status of installation (In progress, failed , completed).
I am currently using the code below within a VB.Net application to find specific text in a Word document. The text is surrounded by symbols represented by the character codes in the .Text statement. The code below is working fine. The issue now is that sometimes the desired text within a document has been marked for deletion and appears as tracked change within the document. I would like to find only the desired text that has NOT been marked for deletion. Does anyone know of a way to determine if the found text is a deletion?
[Code]...
I have been trying to find the last filled column row in a sheet using this.
clast = xlapp.ActiveSheet.Cells.Find("*", SearchOrder:=XlSearchOrder.xlByColumns, SearchDirection:=XlSearchDirection.xlPrevious).Column
rlast = xlapp.ActiveSheet.Cells.Find("*", SearchOrder:=XlSearchOrder.xlByColumns, SearchDirection:=XlSearchDirection.xlPrevious).Row
I've got a form - CMCConsole It pops up a dialog form for adding a new case.If the matter number in a textbox on that dialog form matches an existing cases matter number I would like to find it in the binding source of the CMCConsole form
Private Function CheckMatter(ByVal MtrNum As String) As Boolean
Dim cfIndex As Integer = CMCConsole.caseBS.Find("MatterNumber", MtrNum)
Dim cfIndex2 As Integer = CMCConsole.casefileBS.Find("MatterNumber", MtrNum)
[code]....
But it appear the filter for the CASE we were just on that is set on the binding source is keeping the FIND from seeing other cases.
caseBS.Filter = "CaseId=" & e.Node.Tag.ToString
Do I have to clear the filter in order to find a matter number in some other case??
how to search xml file and display the result in list box.then export a xml file to excel in the search result
View 4 Replieshow can you create find & find next (using tooltip menu) create in vb.net for datagridview value.
View 1 RepliesI have a TypedDataTable called CamerasDT which has a composite Primary Key of GroupId and CameraId. I want to use TypedDataTable.Rows.Find(key as object) to return a specific row by GroupId and CameraId. I don't seem to be able to find a way to send primary key to the find function.
View 1 RepliesI have a rich text box with the following text in it:
word word
I am finding the endings of the word, that is, the string "rd". The following code finds the first occurance, but then fails to find the last occurance, and the variable "indexToText " changes to -1.After the first search, the debugger shows the startLocation at character position 4, so it is not past the second occurance but still will not find it.
indexToText = FrmMain.RichTextBoxPrintCtrl1.Find(searchValue, _
startLocation, eof, RichTextBoxFinds.None)
If I change the text to:
word word word
It then finds the first two occurrences and fails to find the last occurrence.No matter how many words I add, it always fails to find the last occurrence.
I am using
Dim url As String = Server.MapPath("MyFiles") & "" &
System.IO.Path.GetFileName(hpf.FileName)
to get the url of the uploaded file.
The result i get is
D:2008VSLTC INDIALTCIndia v 1.52AdminPanelMyFiles1.jpg
i want it to be like this [URL]
I am suppose to only Find the total of each column in the last row. Find the grand total in the last cell (the bottom right corner)Ok i have tried to do the grandtotal but i am not getting what she wants done I have also tried to reverse the arrays but that was wrong to. I am only suppose to add two line one line is find the total of each colums in the last row and to find the grandtotal.
Module Module1
Sub Main()
Dim sum(5, 4) As Integer
Dim row, col As Integer
[code]....
I have a VB.Net application that I wrote and want to run it from a remote computer. It runs fine on both computers but not visible on the remote's screen. The program is in the task bar and can be run or closed remotely. Just can't see the GUI
View 11 RepliesWhich is the best way to call remote dll? Where can i find examples for this?
View 1 RepliesI work for a company in the IT department. I want to gather data from the PC's in my company on the Domain. I want to gather info such as Installed apps, type of computer, Display adapter, nic card, ram, hard disk, cpu speed, OS, SP, installed printers both locally and network printer installed on the PC. There are also a couple of thing in the registry I want to grab that tell me when the PC was installed and what Image we used to installed it. I want the program to say all that. Another thing I wanted was to show the current user who is logged in and what groups they are in from the Domain and also when his password expires. I really like the way Max_carpenter does his and I wanted to add these options to his.
View 3 Replieshow can we do remote execution in vb.net?
View 4 RepliesI'm trying to get the remote endpoint when receiving data over UDP. But it seems to not be working. I know that when sending UDP, the remote ip and port are part of the packet, but I don't know how to get that information with .net.
Updates.client.remoteendpoint.tostring does not work.
Sub StartServer()
Updates = New UdpClient(5602, AddressFamily.InterNetwork)
[code]....
get time from remote pc via Network (LAN)
View 1 RepliesMy goal is to getting the mac address of the remote ip which is connected with my pc.i can get mac of remote ip which is on local network but i want it on wan.,over the internet.
My code is Here,
CODE:
2 remote computer by using vb.netcan u tell me some that relate with this ?
View 9 RepliesThis is what i have so far, but i just wanted to how to execute this on a remote pc.[code]
View 5 RepliesI am writing script to control processes on a remote computer. I have no provlem monitorinzing processes or services on computers in my own domain, but i cannot figure how to acces a computer on a work group. The error message is "access denied". I have examined the setting in "wmimgnt.msc" and the dcomcnfg, and both included proper right for local administrator group.
View 16 RepliesI am trying to run an application in VB.net having SQL Express 2005 at back end.it's working fine on stand alone machine but when i try to run in LAN environment i have to manually set the "Locale and remote Connection " and "TCP/IP and Named Piped " option through SQL Server Surface Area Configuration. I am setting the registry value using SQL stored Procedure as below
[Code]...