Search results for query: *

  1. I

    Question Website Register

    How would i make a registering system so when you go on to the page it comes up with the registery thing & also a login page
  2. I

    Question Fullscreen

    cool except how would i make it so the stuff on it grow with it ive tryed anchoring it and that made them ovelap each over
  3. I

    Question Fullscreen

    how would you make the form fullscreen
  4. I

    Resolved integer double string?

    lol i just relized i could have just changed the variable then making the LemonL.text = lemons.toString
  5. I

    Resolved integer double string?

    no i mean like if numericupdown1.value gets bigger Upbutton / DownButton methods? like what ive got a button that increses the value and one that decreases the value already Private Sub buyLemon_Click <---- There
  6. I

    Display Text in notepad ?

    what do you mean by open it in notepad, do you want to open the file or do something like type what ever is in the text file into a textbox or something
  7. I

    Resolved integer double string?

    ok but what if i wanted something to equal that value ( lemon = lemonL.text ) what would i do in that case and i was using numeric up down but i couldnt find out how to add to the value of something
  8. I

    Resolved integer double string?

    thanks that seemed to work but could explain how it works (what means what) nothing much its just i like to know what im typing:)
  9. I

    Resolved integer double string?

    im trying to increase a string by one everytime you click a button but for some reason its taking it in as a double there are no other variables or objects call lemonL and i cant realy change anything until i can test it
  10. I

    Resolved integer double string?

    Hey i've got another problem with my coding in this sub... Private Sub buyLemon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles buyLemon.Click lemonL.Text += 1 End Sub 'BuyLemons can someone please tell me why its coming up with this error its...
  11. I

    Question Help Debugging problem!

    lol thanks it worked:O
  12. I

    Question Help Debugging problem!

    ive got a debugging problem when ever i try to debug my game this comes up :confused: please help
Back
Top