Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JasmineT

    manipulate a service on aother computer using asp.net

    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...
  2. JasmineT

    How do I Read in wav files in Java?

    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()...

Part and Inventory Search

Back
Top