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 bkrike 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: rsfoley
  • Content: Threads
  • Order by date
  1. rsfoley

    Overriding the 'X' button on a form

    I have been trying to figure out, and search for how you can override the normal closing operation of a Form when a user hits the 'X' button, so that it just HIDES the form instead. The closest I found in a forum someplace was they said to override OnClosing if you want to change how to handle...
  2. rsfoley

    C# and COM InterOp problems

    I am trying to use some functions and structs from Shell32.DLL in my C# project. I have VS create a RCW by adding the COM DLL to my project references. However, after doing this I can only see the Classes, Interfaces, and Delegates from the DLL; I can not see the functions or structs. (Or any...
  3. rsfoley

    Can you autosize a forms text input field?

    I would like to know if there is a way to autosize a forms text input field. Either by a feature as part of the input tag, or something a little more complicated like figuring out how wide in characters it area is and then set the size. I don't know. I have a dynamic column in a table, and...
  4. rsfoley

    Can't get rid of the JTable's white column divider

    I want a JTable that has no grid lines and no space between cells, with or with out headers. Basically all cells should butt against each other with no grid lines. So far I have succeeded with this, with a exception to some white divider that is about 2 pixels wide that separates each column. I...
  5. rsfoley

    paintComponent(Graphics) not being called on a JPanel in a JScrollPane

    (I am using JDK 1.4.0) I have a JPanel that implements Scrollable and I add it to a JScrollPane. The scroll bars show up and act correctly, however the JPanel's paintComponent(Graphics) method is not being called. If I take the JScrollPane out of the problem there is no problem. The...

Part and Inventory Search

Back
Top