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#

    Hi Skydiver, Thank you for the reply. I am going to simply close my account here. Both times I have published a post for help I am always slammed with the dam rule book and then you leave a patronizing comment. I am a beginner here, I was not aware I needed to tell you the reason I am using...
  3. 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...
  4. Shane_Nicholson

    Adding equation formula to textbox.

    Hey, Thank you for getting back to me. This is my first attempt at C# and a majority of the code is from the standard setup after creating the project. So any comments or feedback you provide is very welcomed.. I have actually managed to solve the problem I had by doing the following.. This...
  5. Shane_Nicholson

    Adding equation formula to textbox.

    Hi Skydiver, I have the code working here, but only in a MessageBox. I dont know how to code it so it populates in TextBox8 when the user puts the number in Textbox 5. I have created a variable here, but textBox8.Text(answer.ToString()); does not work. Thats pretty much it now. Thank you so...
  6. Shane_Nicholson

    Adding equation formula to textbox.

    Hi, Thanks for the tip, I will make sure to post only relevant info from now on. That being said, I know what the problem is, I am simply finding it difficult to resolve. Best regards
  7. Shane_Nicholson

    Adding equation formula to textbox.

    Hey Skydiver, thank you for getting back to me. My apologies for not providing the code, I have done below. LOL, you make it sound so simple, but for life of me, I cannot seem to do it. Just to confirm, textBox8 needs to have the value from textBox5 \ (1000 * 3.18141 * 2.3) * 1.19 As always, I...
  8. 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