Search results for query: *

  • Users: Ace1000
  • Content: Threads
  • Order by date
  1. Ace1000

    Bound Form : Going to specific record + Updating data

    I have Visual Studio 2015 Express with SQL Server Express 2014 I am new to .NET but have solid experience with Access/VBA. I have dragged and dropped fields from tblProductDetails in my Datasource tab into Form1 to create bound fields. Now I am struggling with two things. ISSUE #1. Going to...
  2. Ace1000

    New WinForm form with lots of bound controls

    I am new to WinForms. I have a lot of experience with MS Access forms. I have Visual Studio Express Community 2015 and a database with tables (with data). Let's say I have a form called Form1 and a table called Table1. Let's say Table 1 has 30 fields and 100 rows of data. **What I want to...
  3. Ace1000

    How do I open a form in WinForm

    I am new to WinForm. I have Visual Studio Express 2015 I have a project with 5 forms. Form1, Form2, Form3, Form4, Form5. Form1 opens by default when I start application. I am working on Form5. Question: How do I open ONLY Form5 for testing? I don't want to put a link from Form1 to Form5. I...
Back
Top