Search results for query: *

  1. Shane_Nicholson

    How do I save multiple combo box values to csv in c#

    I have a combo box that will save multiple string values from filtering out specific words. This is captured when the user copies/pastes the string. That all works fine. But I need to save the input to a csv file. Currently, I've only been able to figure out how to save the first value in the...
  2. Shane_Nicholson

    Question Format Date in C#

    Good morning all, First of all, thank you for taking the time to read my post. I have made a windows form, which works fine. The user will input the data and hit "insert", which saves the data as a CSV file. The data is then being importing into Tableau which needs the date format as yyyyMMdd...
  3. Shane_Nicholson

    Adding equation formula to textbox.

    Good evening all, First of all, thank you in advance for taking the time to read my request. I am really struggling with the following issue. I have created a windows form using c#. The form consists of a number of text boxes that my users will insert numbers into. Eg: -200, 100 and so on...
Back
Top Bottom