Search:

Type: Posts; User: daveie

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    468

    Final Exam Help.

    Could someone have alook at this and tell me were i went wrong?
  2. Replies
    2
    Views
    1,050

    Starting out in C++

    I am Going to be starting in C++ Soon, and Wondering

    What Type of Stuff should i be looking at the get my self a heads up and to really get started before i Start it in College, At the Moment i...
  3. Replies
    4
    Views
    761

    Re: RadioButton Help.

    No, just two Radio Buttons

    One Called Half and the other called Double
  4. Replies
    4
    Views
    761

    Re: RadioButton Help.

    ok, Thanks

    and how can i get the Radio Button.

    Return a Value so i can add a number that is inside txtTotal.text

    if i can Out put the Value to a Hidden Text box and then

    Total =...
  5. Replies
    4
    Views
    761

    RadioButton Help.

    I am wondering how do i Return a value that is set in a Radio Button and Add it to what Decimal a User inputs into a Text box ?



    Public Class Form1

    Private Sub...
  6. Replies
    6
    Views
    1,520

    Re: Wage Program

    I am after getting my hands on Visual Basic 2010.
    but why is my program not building?

    Does the Code look alright for what im am looking for it todo



    Public Class Form1

    Private Sub...
  7. Replies
    6
    Views
    1,520

    Re: Wage Program

    would i be better off just giving the User a few text box inside a group box, and let them fill in what tax they get etc. save me the trouble of going away and doing it.

    and just do


    Total =...
  8. Replies
    6
    Views
    1,520

    Re: Wage Program

    Was thinking of using if else statment for married ad children just need to get the tax rate from tax office. To fill code in
  9. Replies
    6
    Views
    1,520

    Re: Wage Program

    With the Tax each person is on a Different Tax Rate

    you have Tax, Pension, Income levy, Stamps. Thats what tax were paying

    if you are married you get tax back, if you have 1 child you get tax...
  10. Replies
    6
    Views
    1,520

    [RESOLVED] Wage Program

    I'm Trying to Write a Program for my Brother Which he wish to bring to work for the lads to Work out their Wage

    am i on the Right Track?

    What he is looking for is for the User to Input Basic...
  11. Replies
    34
    Views
    2,149

    Re: New login and login account

    ok,

    When i enter more then 1 user,

    The Program seems to be only give me the Information of the first user, how can i get it to set up to show me the information on the Current User may it be...
  12. Replies
    34
    Views
    2,149

    Re: New login and login account

    Ok, I fix this, i totally forgot when Reading from Read line

    it has to be on the left of it
    Dim Firstname as String

    Firstname = Input.Readline()
  13. Replies
    34
    Views
    2,149

    Re: New login and login account

    Input = File.OpenText(AccountLocation)
    Input.ReadLine("FirstName=" & Firstname.Text)
    Input.ReadLine("SecondName=" & Secondname.Text)
    ...
  14. Replies
    34
    Views
    2,149

    Re: New login and login account

    Imports System.IO
    Public Class LoginForm1
    Inherits System.Windows.Forms.Form
    Private AccountLocation As String = "Accounts.txt"
    Private AccountLocation1 As String = "Save.txt"

    ...
  15. Replies
    34
    Views
    2,149

    Re: New login and login account

    Fristname is the name of the text box.

    Which the user inputs into. If I declare it as a string I get blue underline under the whole code.
  16. Replies
    34
    Views
    2,149

    Re: New login and login account

    Why is this not Debugging?





    Imports System.IO
    Public Class LoginForm1
    Inherits System.Windows.Forms.Form
    Private AccountLocation As String = "Accounts.txt"
  17. Replies
    46
    Views
    2,051

    Re: I got new Ubuntu 9.10 !

    How Well is it Running on 64bit?
  18. Replies
    34
    Views
    2,149

    Re: New login and login account

    if i enter in a Password lest then Six Numbers or Letters, Notthing Happens, Just comes up User Created.



    Private Function IsValid(ByVal password As String) As Boolean


    Dim...
  19. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    Either Way it still didn't Work, its really ticking me off this program
  20. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    do i place my code in after the Dim item Quantity ?
  21. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    Its Calculates fine but not adding the items in Listbox1
  22. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    As I stated up above, I not Allowed to use List View Items only a List box
  23. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    Formlesstree, i posted my code up above, of the Program..

    what i am saying.

    i click on an Item that is Listed inside the Combo Box, Click on the Amount i want Click Add, That item is Moved to...
  24. Re: VB.NET : Save and Load ListBox items to/from File .

    just seen this Form, how can i Save Data from a different text file into the list box text file,

    if a user logs into the System add items into the list box, list box saves the data the user...
  25. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    .....
  26. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    Calculation, its Working ok, but only for new Items that are being Added its not Adding the ones that are in the List box.


    if i add Avatar which is 22 and i add 2 of them thats 44 that shows in...
  27. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    only allowed to used List box. is the lay out of the Cal right?
  28. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    ??
    ok this is my whole code..
    SO from what you can see down below, how would i go about what you said in code wise.

    Imports System.IO
    Public Class frmindex
    Inherits...
  29. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    The program is a shopping program when some one add item it gives you a price if they add a different item it's updated if an item is removed the price is updated etc
  30. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    Ok, sorry for the misleading.

    Ok I had two problems number one. The value was not being out put to lblcost.text
    number to the math was talking the vault of the combo box and the count and when I...
  31. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    is this clear enough? at the problem
  32. Replies
    26
    Views
    1,278

    Re: Doing Maths in VB

    The Problem is its doing the Maths for the Combo Box, not the List box when i click on an item its giving me the total for that item if i click on a new item on the Combo Box the Maths start over...
  33. Replies
    26
    Views
    1,278

    [RESOLVED] Doing Maths in VB

    Trying to do some Maths in vb and have it all out put in lblCost.text



    Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
    Dim...
  34. Replies
    4
    Views
    653

    Re: Comobox with Arrays

    Chers Man got it To Work, had a few tweaks to do i placed the
    MsgBox(intprice(ComboBox1.SelectedIndex) inside the listbox1.items.add("")


    ListBox1.Items.Add(ComboBox1.Text & " " & " ...
  35. Replies
    4
    Views
    653

    [RESOLVED] Comobox with Arrays

    I have a Comobox1 with 26 items inside it, i added them in the Design Mode, not in the Code mode.

    when a person clicks on any of the Items inside of Comobox1 that item should appear inside...
  36. Replies
    7
    Views
    1,230

    VS 2010 Re: Sorting in Listbox

    ListBox1.Items.RemoveAt(ListBox1.SelectedIndex)

    that code works for me. but i would say you want to do a Try Catch as if theirs nothing in your list box and some one hits the remove button your...
  37. Replies
    34
    Views
    2,149

    Re: New login and login account

    Ok so far i have

    For the Create User Page.


    Imports System.IO
    Public Class SecondForm
    Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  38. Replies
    34
    Views
    2,149

    Re: New login and login account

    i have learned StreamReader and Stream Writer, i'm using Stream Writer for the



    Imports System.IO
    Public Class SecondForm
    Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e...
  39. Replies
    34
    Views
    2,149

    Re: New login and login account

    i would i do that in a code sense

    Email 1, Password 1

    code
    Accountfile = File.AppendText(strFile)


    Dim Email as string, pass as string
    username = txtAccount.Text.Value
  40. Replies
    34
    Views
    2,149

    Re: New login and login account

    Its A Form all by its Self.

    here are some Screen Shots of the program.
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width