hi friends,
i am new to csharp programming. i have got a program from my friend which is used for ping so that it should give the ip address or so. i have 2 projects in 1 application. i need to use the classping into another class file and then these two should be used in the first project which has the main file with main function. i dont know how to pass these values like the ipaddress, host name to the main file so that i can display them. i also need to use a sleep() for 10 sec. please give me tips as to how i can pass those values and work on my project.
thank you in advance
i am new to csharp programming. i have got a program from my friend which is used for ping so that it should give the ip address or so. i have 2 projects in 1 application. i need to use the classping into another class file and then these two should be used in the first project which has the main file with main function. i dont know how to pass these values like the ipaddress, host name to the main file so that i can display them. i also need to use a sleep() for 10 sec. please give me tips as to how i can pass those values and work on my project.
thank you in advance
Comment