Search results for query: *

  1. anybloodyid

    Resolved Store a variable

    Hi and thanks for looking, I followed a tutorial at microsoft on making a simple matching game after I finised I then started to adapt it so I could have a matching times table. I have two TableLayoutPanels the first is populated with the questions 2 x 2 = etc The second is populated with the...
  2. anybloodyid

    Random number Selector

    Hi and thanks for looking, I have a button that selects a random number from 30 numbers how do I make sure the same number is not picked again. My thoughts, Randomise a List box then remove the number that's picked before repeating. Or an array, same idea remove number after it has been randomly...
  3. anybloodyid

    Missing design form?

    Hi and thanks for looking. I created a project which is working but now when I load the project the designer window does not appear. I can run the project and it shows and works but I now want to add to it. I think the problem was that I renamed the folder where the project was but I have looked...
  4. anybloodyid

    Question Textbox.text to Label

    Hi and sorry if this is posted in wrong place only just joined. I want to send input from a textbox to 4 labels, so enter text hit return input goes to label1, enter more text input goes to label2 etc The code below is how I worked it out but I feel sure there must be a better way, is there...
Back
Top