Search results for query: *

  • Users: eec
  • Content: Threads
  • Order by date
  1. E

    display file

    it was working before but now it will not load the file. i don't get a msgbox so i know it finds the file but it will not display in the lstbox Private Sub btndisplay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btndisplay.Click Dim objstreamreader As...
  2. E

    functions

    We are doing a simple functions in class and i keep screwing it up. PrivateSub btncalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btncalc.Click Dim snglength, sngwidth, sngheight AsSingle Dim total AsInteger 'declare varialbes snglength =...
  3. E

    ref. book

    i just started my first programming class. vb.net. i'm pretty lost with writing code. i have some of the basics but my book doesn't tell me anything when it comes to setting up textboxes to add #'s and stuff.. anyone know of a good book that helps out... alot... thanks eric
Back
Top