Search results for query: *

  1. Ace1000

    Bound Form : Going to specific record + Updating data

    Thanks Ian. That helps.
  2. Ace1000

    Bound Form : Going to specific record + Updating data

    Thanks Ian, BindingNavigator is there, because I added it from the Toolbox later. I don't see the 5 lines of BindingNavigator_Click code that you have mentioned. Question 1 : Can I add it to the click event to the Save button? Question 2 : How do I know if there is a BindingSource ? Is there...
  3. Ace1000

    How do I open a form in WinForm

    I came from Access/VBA background where the configuration holds a single form as default and you can pretty much open any form in design or open mode without any configuration change. I am testing a lot of different mini code snippets for learning purposes in numerous forms. It's not too much...
  4. 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...
  5. Ace1000

    New WinForm form with lots of bound controls

    Thanks Ian. That definitely helps a little. Too bad, I cannot drag and drop multiple fields at from the Datasource to the form in one go.
  6. Ace1000

    How do I open a form in WinForm

    Thanks Ian. I don't know why I didn't think of that. Is there another method that you know of that does not require changing Form5 to the default Startup Form? I was so used to the world of MS Access where you can open any form you want. Thanks
  7. 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...
  8. 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