About 138,000 results
Open links in new tab
  1. Publish c# windows form application with localDB

    Jul 18, 2018 · I am having errors running my windows form application on the client computer. I have a database called LoginData.mdf which is a LocalDB, and i want to attach it to my published project. …

  2. C# Windows Form Application - Stack Overflow

    Jun 12, 2018 · I have a Windows Form Application in Microsoft Visual Studio 2017, and for the design of that Form, I have three Radio Buttons (in a Group Box), a Button, a Textbox and a List Box. It looks …

  3. Modern UI application design for Windows Form Application

    Dec 13, 2016 · However Microsoft and Windows have changed their design language quite a bit to flat Metro/Modern UI. Is there a way to make use to newly style tools for Windows Form Applications? …

  4. c# - Beautifying a Windows Form application - Stack Overflow

    Aug 2, 2012 · I will be creating a small database-driven Windows Forms application for my C# project. I wanted to beautify it like we do on web sites using CSS. Are there any resources or sites which can …

  5. Get path to execution directory of Windows Forms application

    62 I would like to get the path to the execution directory of a Windows Forms application. (That is, the directory in which the executable is located.) Does anyone know of a built-in method in .NET to do this?

  6. Windows services with windows forms in the same process

    May 22, 2012 · 7 I have a c# application that runs as a windows service controlling socket connections and other things. Also, there is another windows forms application to control and configure this …

  7. c# - Version number in Winform form text - Stack Overflow

    Aug 24, 2011 · How can I insert the assembly version number (which I set to auto increment) into a Winform form text?

  8. How do I retrieve information from database for my C# Windows Form ...

    Nov 5, 2011 · I am currently developing a C# Windows Form Application. Now I am trying to use a SQL Command to retrieve information from the database to fill in the information that I need to have in my …

  9. How to search in Data gridview in C# Windows Form application?

    4 I have a form in which a simple gridview is populated by a table in database having columns like TicketID, Name, Company, Product etc. Now I want to add a search feature so that user could …

  10. Receiving data from serial port in windows form application

    May 19, 2017 · What is the error? Invoke comes from System.Windows.Forms namespace. In my opinion, first just try test, when initing serial port add