i need to start and stop a service on a machine on the network using the ServiceController class. i can do it on the local machine using a code like this to test a service public void testServices(Object src, EventArgs e)
{
/*System.ServiceProcess.ServiceController myController = new...
i have a file in the directory that is in wav format and i want to read it into my program. what file stream do i use?
i have tried this code so far : 2 classes.
import java.io.*;
import java.util.*;
class Tester implements Serializable{
Object myFile;
public Tester getTest()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.