Search:

Type: Posts; User: vilemuse

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,935

    Re: adding objects to listbox

    I think you're going to need a for-loop to accomplish that. I'll try tinkering with my listbox to see if I can find the code that works for you.
  2. Replies
    4
    Views
    1,935

    adding objects to listbox

    Is it possible to display objects inside of a listbox?
    For example, I have a form with a listbox and a button below it that reads purchase weapon.

    I made a separate form and named it weapons. ...
  3. Thread: math button

    by vilemuse
    Replies
    3
    Views
    1,002

    Re: math button

    Thanks for the reply. I was able to figure it out. I just needed to step away from my computer for a minute instead of repeating the same logical errors. My apology for not posting the code. Ill...
  4. Thread: math button

    by vilemuse
    Replies
    3
    Views
    1,002

    math button

    I'm trying to practice nested for loops by printing the multiples of 2 in rows and columns.
    for example:
    12
    1234
    123456
    12345678 ....

    So far i've been able to print rows and columns of...
  5. Replies
    4
    Views
    1,977

    adding odd numbers

    I'm trying create a simple adding game where the form adds the odd numbers between two of the users inputs.
    For example if the user enter 10 and 20. The form will add all number (11 + 13 + 15 + 17...
  6. Replies
    1
    Views
    738

    drop down menu with scroll bar

    I'm looking to create a drop down menu with an attached scroll bar that displays a number of items. Can anyone recommend any references that I can read to get the menu to function.
  7. Replies
    5
    Views
    1,268

    Re: cant see list box

    I appreciate the replies. The document outline helped me find the list box. Thanks for the help boops.
  8. Replies
    5
    Views
    1,268

    Re: cant see list box

    I tried to name it lstSpellInventory. The other 3 are lstWeaponInventory, lstSkillInventory and lstItemInventory.
  9. Replies
    5
    Views
    1,268

    cant see list box

    I'm creating a new interface that has 4 list boxes on it. I named each list box. I tested the program by pressing start and I can only see 3 boxes. I went back to the designer for some reason only...
  10. Replies
    1
    Views
    415

    System.OutOfMemoryException

    I've been working a form for a few weeks now. I went to work on it today and I got a message saying "Exception of type 'System.OutOfMemoryException' was thrown. I clicked on it to see what the...
  11. Replies
    10
    Views
    669

    only 1 case statement works

    My code is only calculating case 0 in the WeaponCost function which gives me a total of 2000D. For some reason I cant get the cost of the other two cases when I select them. Even if i select case 1...
  12. Replies
    1
    Views
    1,063

    passing array data between forms

    Is it possible to pass an integer value from an array from one form into an empty array in another form?...if so, does anyone have any tips on how this can be accomplished.
  13. Replies
    5
    Views
    854

    Re: Items in ListBox Disappear

    Thanks for the replay...I found a solution. I linked the listbox to a text file so that all of the added items are saved. When the listbox is closed and re-opened, the listbox reads from the text...
  14. Replies
    5
    Views
    854

    Items in ListBox Disappear

    I have 2 forms. Form1 adds selected items to form2. However when I close form2 and reopen it, all of the items that were added disappear. Any advice as to how I can keep the added items in the...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width