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

  1. grindstonegirl

    javah

    Hi this is going to be a silly question, but i am trying to write a java program with native methods. I am following the tutorial at java sun and it says to use the javah utilty to make the header file. To do this it says to run from the command line with the arguements: javah -jni FileName...
  2. grindstonegirl

    javah

    Hi this is going to be a silly question, but i am trying to write a java program with native methods. I am following the tutorial at java sun and it says to use the javah utilty to make the header file. To do this it says to run from the command line with the arguements: javah -jni FileName...
  3. grindstonegirl

    close box on JFram

    Hi I have a JFrame and when the user hits the x close box, I want to call a method then close the JFrame. I understand how to use JFrame.EXIT_ON_CLOSE but is there anyway to set it to call a method first? thanks for you help ~grindstone~
  4. grindstonegirl

    JTable color rows

    Hi I have a JTable and i want to change the colors of the rows dynamically. The colors need to correspond to the first letter of the string in the cell. When the string changes, the color also needs to change. I looked up in the java sun tutorial, but i am having some trouble figuring how...
  5. grindstonegirl

    new items aren't appearing

    hi i have a class that extends AbstractTableModel. i create a table and add in some rows. After I add them if I display a JOptionPane message box, the items will appear However, unless I display the message box they don't appear. I tried doing myFrame.setVisible(true); but that isn't helping...
  6. grindstonegirl

    environment variable

    Hi I have an environment variable set to the location of certain files are that I need to access during my program. The ideas is so the user can set the environment variable to where ever they want to put their files. How can I access the environment variable's path in my code, so I can...
  7. grindstonegirl

    using html help files

    Hi I created html help files and i want to access them from a help menu in a c++ program. The help file i need to open is a .chm How can I do this from a c++ without using the F1 help? thanks ~grindstone~
  8. grindstonegirl

    CListControl Text for a certain row

    Hi i want to change the color of the text for a paricular row in a clistctrl (report style). i can't seem to figure out how to change only one row. Help on this would be great thanks in advance
  9. grindstonegirl

    axis and labeling in Excel

    Hi I have a bar graph that displays the data correctly. I just want to add a label on the right hand side of the y-axis. The graph creates labels on the left, but i would like an additional label on the right that labels the information in different units. Any idea how i can do this? thanks
  10. grindstonegirl

    CPrintDialog

    Hey this is a silly question i know but i am simply trying to print a text file from my program. I understand how to bring up the CFileDialog, but i can't figure out how to set the program to print a specific txt file. Any help would be great. thanks in advance!
  11. grindstonegirl

    new line in an edit box

    Hi I am adding several lines of text into an edit box from variables, and I want to be able to insert new lines as I go. Typing \n doesn't print out correctly in the edit text box. It displays as '|' Any idea how i can add new lines to the box a different way or make \n correctly display...
  12. grindstonegirl

    CFileDialogs and changing directories

    Hi I have written a program and then built a gui on top of it. everything works fine except the intial program creates some files in the current directory you are working in. However, with the gui the directory's get changed with the cfiledialog. Is there anyway to keep track of what the...
  13. grindstonegirl

    Popup menu not working correctly in ClistCtrl

    Hi, I have created a ClistCtrl,and I added a popup menu. the menu appears when i right click and i can see all the options correctly. however, if i select an option the handler is not getting called. But if the clistctrl is disabled everything works fine. I need the popup menu to work with the...

Part and Inventory Search

Back
Top