User Profile

Collapse

Profile Sidebar

Collapse
vabh
vabh
Last Activity: May 16 '08, 06:00 AM
Joined: Feb 26 '08
Location: NAGPUR
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • About getting IP Address of all Computers which are connected in LAN with my Computer

    Help from there, i want the IP Address of all computers which are connected in LAN with me. Its really urgent for me. I using one kind of coding which returns me IP Address of only one computer, but when i enter a Computer Name. The source code of that one is as follows:

    *************** *************** *************** *************** *************** *************** **
    Code:
     Dim s1, s2 As String 
    Dim IPHost As IPHostEntry = Dns.GetHostEntry("Modelling")
    ...
    See more | Go to post
    Last edited by DrBunchman; May 16 '08, 08:04 AM. Reason: Added code tags and moved to .NET forum

  • vabh
    started a topic Open .exe on LAN

    Open .exe on LAN

    I got the codr which will open .exe file in my pc,,
    But i want code which will help to open .exe file in any other computer which all are connected in LAN ... Anybody can help me?

    The code is as follows:
    Code:
                      Dim startInfo As ProcessStartInfo
                      Dim pStart As New Process
                      startInfo = New System.Diagnostics.ProcessStartInfo_            ("notepad.exe")
    ...
    See more | Go to post
    Last edited by jhardman; Apr 7 '08, 08:20 PM. Reason: put code in code tags. Please note button marked - #, fixed title

  • vabh
    started a topic Can change Time in ASP.NET using Javascript
    in .NET

    Can change Time in ASP.NET using Javascript

    I want to change time after 60 seconds,60 minutes as well as date after 24 hours. can this is possible in asp.net using javascript?
    See more | Go to post

  • vabh
    started a topic Accessing of .exe file of other computer

    Accessing of .exe file of other computer

    Hello,
    My computer is connected in LAN and so many other computers too. So, now i want to access any .exe file of any other computer. Before that i am accessing the Computer Name and IPAddress of other computer using following code---
    Code:
                Dim s1, s2 As String
                Dim IPHost As IPHostEntry = Dns.GetHostEntry("ASHEESH")
                'IPHost = Dns.Resolve("ASHEESH")
    ...
    See more | Go to post
    Last edited by jhardman; Apr 7 '08, 07:18 PM. Reason: put code in code tags. Please note button marked - #

  • vabh
    started a topic About Insert Into query using where clause

    About Insert Into query using where clause

    I am using access connection like-[code=vb]
    a = TextBox2.Text.R emove(1)
    a = TextBox2.Text.R emove(1)
    c = TextBox3.Text.R emove(1)
    b = TextBox4.Text
    TextBox5.Text = a + c + " " + b
    Dim com As New OleDbCommand("I NSERT INTO Employees(Code) VALUES(@cd) WHERE Sr_No='" & TextBox1.Text & "'", Connect.OledbCo nnection())
    com.Parameters. AddWithValue("@ cd",...
    See more | Go to post
    Last edited by debasisdas; Mar 13 '08, 12:08 PM. Reason: added code=vb tags

  • Thanx i wil try this now if it wil not work then i wil tell u later...........
    See more | Go to post

    Leave a comment:


  • NO NO there is a server and lot of computers are connected to that server...
    my computer too...
    and as in laboratory some instrumnets are connected to that other computers via some software...
    and i want to use that software through connect that particular computer.

    Now plz tell me how can i do this?
    Did you get this?...
    See more | Go to post

    Leave a comment:


  • Actually its a LAN connectivity and i want to connect more computers to the server because i want to use .exe files of other softwares which may be located many other computers.... and i really do not have any idea that how can i do this? plz help me!!!
    what kind of coding i had to use or what should be the procedure to do that?
    should i use IP address?...
    See more | Go to post

    Leave a comment:


  • vabh
    started a topic About connect two computers using IP Address in ASP.NET
    in .NET

    About connect two computers using IP Address in ASP.NET

    How can i connect two computers using IP Address in asp.net?
    plz send the source code to site <emails removed> urgently....... ..... if can......
    See more | Go to post
    Last edited by Frinavale; Feb 26 '08, 03:25 PM. Reason: Removed email addresses
No activity results to display
Show More
Working...