Search results for query: *

  1. Alex2020

    How to save DataGridView contents to a database file?

    Hi, I want to create a windows form application which gets some information from textboxes and puts them into DataGridView panel. I can make such an application, but I need to save this information into a database file which can be read just by my application (Notepad, etc. cannot open the...
  2. Alex2020

    Resolved Time interval problem

    Thank you. it solved.
  3. Alex2020

    Resolved Time interval problem

    Hi, I'm new to C#. I tried to make a stopwatch. My problem is that I cannot match the timer with 1/1000 s stopwatch, while I have used interval value of 1 ms. The ms reaches to 1000 in 10s while it must reach in 1s. How can I solve this issue? My code is: using System; using...
Back
Top Bottom