vs 2005

  1. P

    Question How to use a form control to provide a query variable?

    I am new to Visual Studio. I have a VS project connected to a Microsoft Access 2007 database (flex.accdb). I am using VS 2005. Old but good! I have created a windows form (form1) that includes a control that contains the network user name (from environment.username). Form1 also contains a...
  2. H

    Question Cannot debug correctly in VS 2005

    I have a VB.NET application that when I want to debug I cannot do it. Private Sub LoadReasonCodes(ByVal decision As String) Try Dim oDS As New DataSet cmbReasonCode.Items.Clear() cmbReasonCode.Text = "" oDS =...
Back
Top