Search:

Type: Posts; User: Burlock

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,138

    Woo! I got it working, I had to use GetCount...

    Woo! I got it working, I had to use GetCount instead of FindString because FindString did the same thing as SelectString pretty much. Thank you for your help, this has been driving me nuts for a long...
  2. Replies
    6
    Views
    4,138

    Thank you for the reply, I used that function and...

    Thank you for the reply, I used that function and now it's almost working perfectly heh. My problem now is that, I'm using the listbox for a chat area, the program is Tic Tac Toe and you can connect...
  3. Replies
    6
    Views
    4,138

    Auto Scroll a ListBox

    I have a program with a listbox that has alot of stuff added to it. My problem is that I want the window to automatically scroll so that the newest item is visible at the bottom, currently the user...
  4. Replies
    2
    Views
    1,031

    I'm not sure what you mean by output, the...

    I'm not sure what you mean by output,
    the elements in the array I want to save hold an int that is the id of an item structure.
    The variable Player.m_iaPlayer_Inventory_Last_Spot is an int that...
  5. Replies
    2
    Views
    1,031

    How to store an array in a file?

    Okay, I have a game with a structure that holds all the player information. I've figured out how to save and load the basic variable types, but I've run into trouble with an array I've added to the...
  6. VC++ Sending data from a structure in one class to a ListBox in a second class.

    Hello everyone, I'm building a simple RPG type game and have run into a snag with my inventory. The program is a Dialog based application, the problem I've run into is I've created a seperate class...
Results 1 to 6 of 6