Sorting Strings in an Array
Question: I have a list of filenames in a String array. I’d like to sort them into alphabetical order. Is there a class to do this, or must I implement
Question: I have a list of filenames in a String array. I’d like to sort them into alphabetical order. Is there a class to do this, or must I implement
Question: Is it possible to reposition the frame of a standalone application? My application starts up at the upper left corner of my monitor every time. Answer: Yes, you can
Question: In my application, I want to convert the content of a component into a GIF image. I know how to convert an Image object to a GIF, but I
Question: I have a Java applet I got off the Internet that I want to use on my server. I have tested it on mycomputer and it works fine, but
Question: I am trying to write a utility program. I need a way to intercept all file open/save operations and get the info about the name of the file so
Question: I would like to show a splash page and have it time out after approximately five seconds. How do I do that? Answer: Presumably you would like to display
Question: I am building an add-on application in Visual C++ 6.0. How can you send a key combination (such as Control+K) to another application to invoke a menu shortcut (for
Question: I cannot figure out a pause function for C++. Our books are very generic…can you please help? Answer: To pause for a given amount of time, you will need
Question: How can a unique filename be constructed that guarantees that it will be unique across processes? Answer: There is unfortunately no Java 1.1 analog to the POSIX tmpnam() C