Search results for query: *

  1. S

    Resolved Can't get ReportViewer working

    I'm building a VB.Net Windows Forms application, and I need to incorporate reporting functions into it (just straightforward report generation, viewing and exporting). Much of the data for the reports will be drawn directly from a local Jet 4.0 database, while some will be generated internally...
  2. S

    Resolved How to pass enum type to a function

    The enum's member's values are integers.
  3. S

    Resolved How to pass enum type to a function

    Both of these approaches work for me. Thanks jmcilhinney and JohnH!
  4. S

    Resolved How to pass enum type to a function

    I have a need to retrieve the name associated with a given value in a particular enum (the enum is named FormMode). I can retrieve the name using this code: [Enum].GetName(GetType(FormMode), enum_item_value) This works but the syntax strikes me as a little cumbersome, so I wrote a wrapper...
  5. S

    Choosing a Server-less Database for a Desktop Application

    I'm about to start coding a Windows Form application using Visual Studio 2019. The application will provide hobby collection management and a few other hobby related functions. Since it will be used mostly (if not entirely), by non-technically savvy adults without any IT infrastructure or...
Back
Top