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 SkipVought 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. D4VEHUG

    Can't join domain

    Am I correct in think I do this via the Local Area Connection in the TCP/IP - Properties dialog? If so, it doesn't seem to make any difference. The network currently connects via a router, and by default the gateway and dns both point to the router's IP When I do change the DNS (as above) I...
  2. D4VEHUG

    Can't join domain

    We have a network with a server running SBS2000, and a domain hosted by this server. We have gained a 2nd server with Windows Server 2003 on it. I want to use this server to run ISA Server 2004. I cannot add the server to the domain, as I would a normal workstation. When I try it returns a...
  3. D4VEHUG

    FileOutputStream problem

    Can anyone tell me how to open an existing file to use with a FileOutputStream? I have the code below and can send output via pw... String logPath = File.separator + "d:/retrieved07" + File.separator; FileOutputStream f= new FileOutputStream(logPath + "logfile.dat"); PrintWriter pw = new...
  4. D4VEHUG

    exception handling

    I have written a Java class that throws an IOException from within a 'while' loop. If an IOException is thrown, (and caught), I wish to increment a Static variable and then resume (jump back to) where the exception was thrown from. How do I achieve this? I am assuming there is something I can...
  5. D4VEHUG

    JPG handling within Java

    I am relatively new to Java but understand the OO aspect. Can anyone tell me how to handle transfering a jpg from a URL to hard disk, in Java. This is what I want a section of my program to do. Any pointers would be most welcome. Thankyou. Dave
  6. D4VEHUG

    Selection within a TextArea

    Can anyone tell me how to select a specific line within a textArea please? ie. If a textArea contained 3 lines as below: cat dog fish I want to be able to select the whole line dog, but based on the cursor being positioned by a mouse click somewhere on that line. I know I can select all...

Part and Inventory Search

Back
Top