Results 1 to 30 of 30

Thread: Programming a billing application

Threaded View

  1. #24
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: Programming a billing application

    I am not being critical of your code, but you have used some rather bad coding practices. That's ok, as you learn more, you will improve.

    I put a textbox on the form to put the Deposit amount in. I have it set so that you can add any amount you want to it, but you could just a easily set the txtDep to $30.00 and leave it at that, if it is to be the same for all items.

    I moved the code to populate your first listobx to the form load event, but you of course can have it where ever you wish.

    I also added a blank line with a line going across to kind of make it look a little better.
    I did the same for the billing list box.

    I have just modified your code (which like I said, could use some refinement), but I got it to work using most of your code.

    Good Luck
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width