CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: onlive

Search: Search took 0.03 seconds.

  1. trying to get streamreader to read and my calculations to populate my textbox

    Here what i have so far, the error in the stream
    [CODE]

    Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    ...
  2. Replies
    7
    Views
    2,427

    Function/ Case Help

    Can anyone help me out

    Read a text file containing a single student's grades. Each line simply contains a letter grade. You can assume that each course is 3 credits
    Task: Compute the student's...
  3. Replies
    7
    Views
    2,427

    Re: VB 2010 Assignment

    and sorry about all the noob posting mistakes
  4. Replies
    7
    Views
    2,427

    Re: VB 2010 Assignment

    the Dim Query = From Line in Clerks isnt causing a build error.

    I need help writing a code to read my info into an array, and then s loop through the array to create an average
  5. Replies
    7
    Views
    2,427

    VB 2010 Assignment

    Ive gotten the file to come up in the list box but thats about it


    Task
    1) A Comma Separated file contains an unknown number of entries. Each entry (record) contains a sales record. The sales...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured