Search results for query: *

  1. B

    Text Boxes and Game

    ... sorry but I found another problem. I can use the all the keys now, except for the enter key, I think this has to do with the textbox control using it, is there a way to call am event with the enter key?
  2. B

    Text Boxes and Game

    Thank you everyone for your help I found a setting on the form design called keypreview and I set that to true and It works now :)
  3. B

    Text Boxes and Game

    Its a long shot but what If I was to use direct input just for the arrow keys and enter, might that override the textbox for those keys? Or is that just noob stupid
  4. B

    database for a game

    What type of database would you use for a multiplayer rpg?
  5. B

    Text Boxes and Game

    Ok no problems, I am making a tile based rpg. Movements are Up arrow, Down Arrow, Right arrow etc.. I just added some textboxes to the game which made it so I can't use the arrow keys anymore, because the textboxes are using them, I was wondering if there is a way to be able to use those...
  6. B

    Text Boxes and Game

    Hi everyone, I am making a game and when I went and put in textboxes for chat It disabled the keys I was using for the game(I kinda knew it would) Is there anyway I can reclaim those lost keys (direction arrows and enter?) Thanks :)
  7. B

    Object Reference

    Hi Everyone, I hope I am asking this question in the right place... I am in the middle of a tutorial and I am up to a part Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint GameClass.Paint(e) End Sub The error I am...
Back
Top