Search results for query: *

  • Users: Roberto
  • Content: Threads
  • Order by date
  1. Roberto

    Problem with multiple forms

    Hi, i'm building an application with 26 forms with a list of items on each page sorted by letter, so have FormA, FormB, FormC etc. There are buttons the user clicks to open whichever letter they want. I want to be able to open the Form and close the previous one at the same time. I've played...
  2. Roberto

    New Project ListView/Listbox?

    Hi, i am still quite new to VB.Net and am starting a new project, a front end for an emulator, just wanted a little advice about the best way to go about this. I've played about with a ListBox and want it to look like that with two images for each game (Title screen and Screenshot) There seems a...
  3. Roberto

    Timer Problem

    Hi i can't work out how to solve this and am at my wits end with it. I'm experimenting with a times table tester that asks the user a question, waits 2 seconds then gives the answer and validates it against the user entered value. This i've got working, but i want to then clear all the boxes and...
  4. Roberto

    For...Next + Timer Issue

    Hi, trying to get my For...Next loop to work, what am i not doing? I don't have any build errors but nothing happens. Still a newbie to VB.Net and struggling to understand loads. Would appreciate anyone's help on this. PrivateSub Form1_Load(ByVal sender As System.Object, ByVal e As...
  5. Roberto

    Timer Problem

    i'm having trouble adding a timer to my program. It is a simple maths program with three TextBoxes. I would like the questions appearing in timed succession: 2 x 4 = 8 etc. The 2 when a 'Start' button is clicked, then a user selected length in seconds, then the same delay for the user to enter...
  6. Roberto

    Help With Calculating Weight

    Hi, having a problem working out how to convert Stone and Pounds to Pounds e.g. 10st 13lbs - 153lbs. Or in a textBox: 10.13 Started with: txtWeightResult.Text = Val(txtWeight.Text * 14) + Val(txtWeight2.Text) This works but i want a single TextBox to return the result instead. I think...
  7. Roberto

    Slipstreaming program installation

    I have loads of programs on CD and floppy from the last ten years of use. My project is to create a program compilation disc now that i have a DVD burner finally! Can i streamline the installation of each program to include the serial numbers that came with them, and edit program...
Back
Top