procedure

  1. A

    Question Checking one procedure before running another.

    Hi everyone, I'm a newbie to Programming so hopefully this will be an easy one ;-) I am completing a Windows form assignment (which is due in 48 hours!) and I basically need the following to occur. I have one procedure that adds together whatever numbers are placed into text boxes (simple...
  2. J

    Question Help With StreamWriter

    Please could you help this code works fine: Private Sub ButtonBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonBrowse.Click Call Save() End Sub Shared Sub Save() Dim Writer As StreamWriter = New...
Back
Top