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 TouchToneTommy 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: *

  • Users: mixer
  • Content: Threads
  • Order by date
  1. mixer

    How can I convert a String from EBCDIC to ASCII?

    I have an application that receives a parm in EBCDIC and I need to convert it to ascii. Anyone have an idea how this might be accomplished? Locked into Java 1.3 Thanks.
  2. mixer

    redirecting stdout

    When running an application in a Windows environment (java -c pathstuff apps.MyMain), is there an option to redirect stdout to a text file and not the dos window? Thanks.
  3. mixer

    file create dates

    Is there a way to find the creation date of a file on Windows and Unix? new File(x).lastModified() will get the last saved date, but not when created. (using java 1.2.2 & 1.3.1) Thanks
  4. mixer

    How to time out a non-responding method call.

    I have a class that makes a call to an AS/400 op system routine. Usually that routine will issue a return code indicating success or failure, but sometimes it hangs and returns nothing. My process is left waiting forever for the return code it will never get. So, I need some method to time...
  5. mixer

    MDIChild windows

    I have an mdi app that allows users to open some mdichild windows multiple times, but other child windows I want to restrict to one instance. How can I interrogate the app to get the open children from any of the other child forms? Don't really want to use a bunch of global "I'm...
  6. mixer

    accessing Novell GroupWise from VB6

    Trying to send email from VB6 to a GroupWise client with no success. Specifically, would like to send the contents of a listbox to several mail addresses. Can bring up an address book, but can not capture the addresses selected. And, cannot send even when typing in a valid address.<br> <br>...

Part and Inventory Search

Back
Top