Search results for query: *

  • Users: binderben
  • Content: Threads
  • Order by date
  1. B

    database for a game

    What type of database would you use for a multiplayer rpg?
  2. 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 :)
  3. 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