Search results for query: *

  • Users: Ren6175
  • Content: Threads
  • Order by date
  1. R

    Answered Using path.GetFullPath to return local directory?

    I’ve received a lot of great help previously on this site. I have another question. I have a program that loads images from a path on my computer dynamically. Obviously if I copy this program to another computer the path will be different. I need to find the root directory of the program...
  2. R

    Answered Dynamically add/remove items from List<string> based on user input?

    I posted here the other day and got a good answer. I’ve been working on the code and I have a new challenge. I created a simple program that chooses a random item from a list. I figured out how to make it dynamic using checkboxes. I have 10 groups of data that I created using list<string>. If...
  3. R

    Resolved Most efficient way to choose random item from reducing list?

    Hello, complete Noob here with C#. Coded in Basic 25 years ago. Started C# 2 days ago for fun to create an app for personal use. Need to be able to hit a button and return a random item from a list. Then when I hit the button again return a different item excluding the first item and so on until...
Back
Top Bottom