variables

  1. T

    Question passing local variables to next function

    I thought I posted this but apparently didn't take I have a win form app I am building. Initially I build a variable string from following code and need to pass it to next function which sends to dll and on to server. My problem is I create the string its there but I lose it before I can pass...
  2. S

    Question Why do I lose the value on my variables?

    Hey there! Before you read this, please bare in mind that I am very new to VB.net, and coding in general. This is the code I have so far, and so some reason, after the Sub finishes, I lose all of the values I put into my different variables. Can anyone tell me why it's doing this, and what I...
  3. M

    Question Get user-input variables to match set values (no matter the order they are entered)

    Hey! I should start with a clarification: I'm new to the forums, and I'm also very new to VB. I started studying it at A-level Computing nearly three weeks ago. So please bear in mind that I'm nowhere near an expert and may need simple explanations :). Also, I'm working with a console...
  4. A

    Question Storing Passed Data!!

    Hello Guys and Gals I hope you can help me. I am trying to create a bounce.asp page. When the user goes to this site page i want to pass it some data like below www.testingasp.com/bounce.asp?id=12345?sub=testingme My goal is to store the "12345" and the "testingme" in a database (The...
  5. S

    Sharing Structures of Arrays in multiple MDIchilds

    Hi All, Thanks in advance for any help given. I have created an MDIparent form and a MDIchild. There is a button on the parent which makes multiple 'clones' of the child form, each time its clicked. I also want (maybe with a module) a set of variables, and array of a structure but these are...
  6. P

    Question How to use a form control to provide a query variable?

    I am new to Visual Studio. I have a VS project connected to a Microsoft Access 2007 database (flex.accdb). I am using VS 2005. Old but good! I have created a windows form (form1) that includes a control that contains the network user name (from environment.username). Form1 also contains a...
  7. N

    Question Variable Issues

    I'm kind of a newbie so I apologize in advance. I am taking an Introduction to VB course and am attempting to work on my final project. It’s due in 6 weeks so I have some time, but have been having some problems. I have defined 5 variables T1, T2, T3, T4, T5 As Double and set them all = 0...
  8. T

    Random Number Generate (within range)

    Good Afternoon. First time poster on this forum and i am quite new to VB.Net I have the following scenario. The object of this project is to write a computer program that will allow the computer to guess a number that you have selected. The computer will make a guess and you, the player, will...
  9. keeps21

    Populate an array with data from variables

    I have an array. I want to add the values of 6 variables into this array, however I can't find a way to do it. If I knew the values I'd do it like this MyArray(i)= New String { ("id"), ("ans1"), ("ans2"), ("ans3"), ("ans4"), ("ans5") } However i don't know the values, but have 6...
  10. 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...
Back
Top