Search:

Type: Posts; User: punky

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,525

    But of course, with reference to your original...

    But of course, with reference to your original thread problem... you could do a text file like:

    ** TXT file start **
    1,1,"health"
    1,6,"gun"
    ** TXT file end**

    and you can load the file, a...
  2. Replies
    13
    Views
    1,525

    Not really? you would call 'td[1].y++' on the...

    Not really?

    you would call 'td[1].y++' on the up arrow keypress, so it would be automatic...?
  3. Replies
    13
    Views
    1,525

    Yeah.... Im not sure you need a 2d array if you...

    Yeah.... Im not sure you need a 2d array if you use this:..

    Have an 1d array of gunsx, gunsy, healthx healthy, etc

    and 2 ints, to represent the guys coords

    when you move, munipulate the x, y...
  4. Replies
    4
    Views
    1,179

    Yup... im using Studio 97... although the current...

    Yup... im using Studio 97... although the current set of functions im using came with the MSDN disk.. (one reason im so puzzled as to why it wont add the strings)

    Weird, your getting more problems...
  5. Replies
    4
    Views
    1,179

    The problem is for me, is that when the dialog...

    The problem is for me, is that when the dialog box is loaded, the listbox is empty

    if my code is fine, is there any ListBox properties i should check?

    Also... 2 small points ive noticed since...
  6. Replies
    4
    Views
    1,179

    Creating/Adding to listboxes

    Hey guys

    Im having a problem adding strings to a listbox. ive tried many different variants, from other peoples code, but while most do compile fine, the listbox always remains empty...

    If you...
Results 1 to 6 of 6