Search:

Type: Posts; User: Boxxxie

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    571

    resolved? LOL! my listview still doesn't work!...

    resolved?
    LOL!
    my listview still doesn't work!

    ug...
  2. Replies
    9
    Views
    571

    I AM DOOMED!

    I AM DOOMED!
  3. Replies
    9
    Views
    571

    the iindexarray is a pointer to the value in an...

    the iindexarray is a pointer to the value in an array of questions

    each question belongs to a category, and in each category there are quesitons 1,2,3,4,5

    they are like this so i can load them...
  4. Replies
    9
    Views
    571

    questions(xxx).question is a string the thing...

    questions(xxx).question is a string

    the thing i have inside it determins what string to display

    and i was displaying with debug.print
    but not in the listview
    and no the string is not empty
  5. Replies
    9
    Views
    571

    listview.listitem.add PROBLEM!

    'load questions from selected category
    For I = 1 To UBound(IIndexArray.Category(SELECTED_CAT).Question)
    Debug.Print...
  6. Replies
    1
    Views
    322

    changing a file name

    i know this is probably a stupid question, but i want to know how to change a file name in VB. i'm asking on this forum because i think that an API needs to be used.

    i've been looking on google,...
  7. Replies
    0
    Views
    3,862

    VB - Sorting methods (sorts and searches)

    This prog contains a couple simplified sorting algrithms

    - basic bubble
    - basic linear
    - basic shell
    - basic merge
    - basic quick
    - pretty fast insert sort
    - count sort (fastest sort with...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width