Recent content by msqueen082

  1. M

    Formating and displaying in label

    Removed double post Markbnj Programming moderator
  2. M

    Formating and displaying in label

    Hi I am trying to format a time display it in a label.. I am challenging visual basic this quarter in school and it is kicking my butt :\ Can you please help me out in the following code..It is for a homework assignment '============================FormatTime=============================...
  3. M

    Visual Basic Programming Problem

    Thank you for all your help...greatly appreciated :)
  4. M

    Visual Basic Programming Problem

    The debugger doent say anything... This is a project for visual basic. My hours txt box adds correctly...the program is just not reading the year/its not reading the next...like if they put fall it is suppose to read spring next...same with year..if it reads 2009 it is suppose to read 2010...
  5. M

    Visual Basic Programming Problem

    I am having a problem with my code :\ and would appreciate any help. Option Strict On Option Explicit On Public Class gradplan Const fullTimeTuition As Decimal = 2485 Const partTimeTuition As Decimal = 207 Const inflationRate As Double = 0.02 Const totHoursForGrad As Integer = 120 Private...