Search results for query: *

  • Users: Jerre
  • Order by date
  1. J

    Modal form in a modal form???

    Thanks for the info, now I see what I have done wrong: Wrong :mad:: Dim Bttl As BattleScreenGood :): Dis Bttle As New BattleScreen
  2. J

    Modal form in a modal form???

    I am making a simple game and for a "battlescreen" I need to have a modal form (the battle screen) in a modal form (the levelmap). This is what i have If Guy.Top = 20 And Guy.Left = 40 Then If MsgBox("Grab your weapon, there's an enemy up there!", MsgBoxStyle.OKOnly, "Prepare...
  3. J

    Getting a file from the mydocuments folder :o

    Thank you a lot, I've searched whole the internet for that code and now I see it's better to ask people :). It works !!! :D
  4. J

    Getting a file from the mydocuments folder :o

    I'm making a game as a project for my seminary for school First I'll show the code I have: Public Class Level1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form...
Back
Top