Search results for query: *

  1. K

    Creating Windows Applications in VB Net

    Hullo, Re-installed Visual Basic Net. Tried to create a VB Windows Forms application using the default Net 3.1. It required a Main() Sub, contrary to what the Microsoft documentation says. I have never had to do this, so I tried to create a new application using Net 5.0. The Form1 displayed...
  2. K

    Question Argument Exception is unhandled

    I have the following code in my program;- Do astring = "Interpolated at Level " & CStr(level) & ". Continue (C), Save and Continue (S) or Stop (X)?" bstring = "Refine the interpolation or not?" cstring = "C" cstring =...
  3. K

    Trapping Events in Visual Basic Express Edition 2008

    My reference for this is Francesco Balena's Visual Basic.NET from 2002, so it may be out of date. I have created a simple class (MyNameClass) of two strings (first and last names) and an Event, FullName(ByVal fullName As String) that just contains a Constructor (New(astring, bstring)) and a...
Back
Top