Search results for query: *

  1. D

    Quit Button

    I will try this once i transfer my files to my desktop also i think that will work because I had "When Startup Form Closes" Thank you ahead of time if it works :D
  2. D

    Quit Button

    My main form is called MainMenu.vb And all the code is:MainMenu.vb - Pastebin.com But the problem is linking it to the previous form which is called Q2.vb.
  3. D

    Quit Button

    I Am making a qut it button, and i'm making it have the feature to be able to select quit or go back but when i put this code in: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Hide() 'hide form2 Q2.Show() End...
  4. D

    Restart Button Question.

    Thank you very much, for helping me with both my questions :) I will try radiobuttons and mess around with them till I figure them out. Also + repped you :)
  5. D

    Restart Button Question.

    I have a question that I have been wondering for a while now. What is the command to restart the program if there is one. It would be greatly appreciated if anyone answers with a solution to it :joyous: . Thanks Ahead Of Time, Derek
  6. D

    only click one checkbox?

    Also Another question is how do i make it so were people can only click one checkbox? Thanks Ahead Of Time, Derek
Back
Top