Search results for query: *

  1. M

    Save all Global Variables

    Wow! Thanks alot !
  2. M

    Save all Global Variables

    Hey Everybody, I've got a RPG style game I am putting together - mostly to teach myself vb.net. I am using alot of global variables to hold game values. ie: Health Money Attack Defence Monster1_Health Monster2_Type monster2_XP_Points The reason these are global variables, is because I...
  3. M

    Save Game / Load Game Help

    I am writing a Pokemon style RPG game in Visual Basic. There are hundreds of variables, that represent the character's stats, and as well, things that have been "unlocked" during game play, world events, etc. Does anyone know a really simple way of "freezing" all the variables in place so that...
  4. M

    Help with Classes and Objects

    I'll check that out. Thanks!
  5. M

    Help with Classes and Objects

    I think I'm still a little confused about Classes and Objects. I am creating a small game, to teach myself programming. It's kind of like a Pokemon card game, with different characters, monsters etc. I want to use a HERO Class to store all the info on the players and a MONSTER class to store...
  6. M

    Modules talking to Forms

    I figured it out. I appreciate your attempt to help, but I still don't understand what you are explaining. What I want to do is extremely simple, and can be done in a few easy steps. What you are explaining is greek to me. Thanks anyway. Matt
  7. M

    Modules talking to Forms

    I'm sorry, I am trying to understand, but still don't. If my form was called FORM1 and my module was called MODULE1 could you give me an example of what code I would need to use ?
  8. M

    Modules talking to Forms

    Okay, I kind of understand that theroy. (Sorry, I'm pretty green at this) How do I do that ?
  9. M

    Modules talking to Forms

    Is there a spot on this forum for newbies? Like an "ask anything, no matter how stupid" area, like some forums have? If so, I can re ask this in that area, but my question is.... Why can't my code within a module talk to controls on a form ? I've got SUB's in modules, that I want to call...
Back
Top