Search:

Type: Posts; User: djamie

Search: Search took 0.00 seconds.

  1. Thanks Swoopy!!!!!!! Did exactly what I wanted

    Thanks Swoopy!!!!!!! Did exactly what I wanted
  2. HELP...Reading a mixed Text and decimal file into an array

    I am trying to read the following text file into an array containing the text data and an array containing the decimal data:

    First 0.5
    Second 0.39844
    Third 0.39844
    Fourth 0.5
    Second_TCC_Locked...
  3. I wish it were homework.......then I would have...

    I wish it were homework.......then I would have an instructor to ask these questions. Actually, I have been out of college for many years (the reason I can't remember how to program in "C"). This...
  4. Exactly!!!

    Exactly!!!
  5. Finding a function to return the amount of lines in an input file

    I am trying to make some code that was handed to me more user friendly. I want to find a function that will scan the input file for the number of lines. Currently the first line of the input file...
  6. Thanks!!!!!!! It did exactly what I needed it...

    Thanks!!!!!!! It did exactly what I needed it to. I am sure I will have some more questions soon. Right now I am going to work on adding "browse" functionality for loading files. I am going to...
  7. Can you give me an example of how to incorporate...

    Can you give me an example of how to incorporate this suggestion in the code that I previously posted?
  8. I attempted to use "SetDlgItemText()" in the...

    I attempted to use "SetDlgItemText()" in the following example API code (from tutorial). The values I inputed didn't show up in the text edit boxes until AFTER I selected OK. I am interested in...
  9. I have been out of the office so I haven't had a...

    I have been out of the office so I haven't had a chance to implement your suggestions. I do have one question though.... is there a good resource I can access online for looking up the parameters...
  10. A couple of VC++ resource editor questions: 1/...

    A couple of VC++ resource editor questions:

    1/ How do I create a text entry field with a default value visible to the user in the text field?

    2/ How do I insert a *.bmp? I used the resource...
  11. I was able to compile and execute the code you...

    I was able to compile and execute the code you provided. It seems fairly straight forward. Thank you. I do need additional functionality. I found the link that Magos provided (...
  12. Help.....need to know how to create a gui to execute a C script

    I need to create a gui that will accept a number of text box inputs (with default values), have 2 browse for file toggles (to input tabular data from 2 input files), and have a submit/cancel button...
  13. I was hoping to keep it as user friendly as...

    I was hoping to keep it as user friendly as possible.... to avoid misktakes with typing long file names. I will check the links.
  14. Help.....need to know how to create a gui to execute a C script

    I need to create a gui that will accept a number of text box inputs (with default values), have 2 browse for file toggles (to input tabular data from 2 input files), and have a submit/cancel button...
Results 1 to 14 of 14