Search results for query: *

  • Users: tellblom
  • Content: Threads
  • Order by date
  1. T

    Question Menustrip disapers when form is resized

    Hi, I have a menuStrip1 that is has setting DOCK =TOP. The Form has MainMenuStrip set to this menuStrip1. When the form is resized (read smaller) the menu disappears together with the top content of the form. I have tried this setting with no result, it still disapers: menuStrip1.AutoSize =...
  2. T

    Set order of prerequisites installation

    How can I change the order of the prerequisites in a setup project? Access 2016 seems to need VC Redist 14 but the Setup tries to install Access first. How can I change the order of the prerequisites so it install VCredist flrst?
  3. T

    Resolved Setup project missing Access Database Engine

    When doing the setup project for my application it cant detect MS Access database Engine. When I tri to manually set it as an prerequisite it won't show up in the list. So I followed this guide: ClickOnce Bootstrapper Packages for access database engine 2016/2010 for Visual Studio 2019/ 2017 -...
  4. T

    View PDF in Winform application?

    What is the best way to view a PDF within the Winform application?
  5. T

    Add row to dataGridView

    Have a dataGridView (without a datasource) with four columns. When I try to programmaticly add a new row I get this error in Visual Studio: CS0120: An object reference is required for the non-static field, method or property 'Form1.dataGridView1' and it wont compile. I have done exactly the...
  6. T

    How do I add one attached property?

    Hi all In the middle of a C# windows form project and need to add DataGridExtensions ( GitHub - dotnet/DataGridExtensions: Modular extensions for the WPF DataGrid control ) to my datagrid. I have installed the extension. To enable filtering in the DataGrid you should only, and I quote: How and...
Back
Top Bottom