How To Get User Input in C# Make VERY simple text app

Subscribers:
38,900
Published on ● Video Link: https://www.youtube.com/watch?v=GGGM7GHVUgE



Category:
Tutorial
Duration: 8:01
129 views
2


Hope you all enjoy the video :-).

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace TextForTutorial
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void richTextBox1_TextChanged(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
// Here, we get what the user types into the text box and convert it to a string, which we can perform actions with.
string text = richTextBox1.Text;

// Here, we take the text the user entered into the save location text box, and select as where we save and our file name. We then create the file and save the text from the rich textbox to it.
string savelocation = textBox1.Text;

System.IO.File.WriteAllText(savelocation, text);
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void textBox1_TextChanged(object sender, EventArgs e)
{

}
}
}




Other Videos By Wassup2190 Tech Tutorials Tricks Computers


2021-01-21Google Pixel 4a Android Smartphone Review
2021-01-14Hong Kong 97 Running On An Original 1991 North American Super Nintendo
2021-01-11Shortwave Radio Findings 37 Radio Marti Received on West Coast USA
2021-01-07How To Install A Custom Made Downloaded Audio File As Ringtone or Text SMS Tone Android Phone Tablet
2021-01-02Orion Nebulae and Christmas Tree Nebulae on New Years Day 2021 In My 8 Inch Telescope
2021-01-01How To Play Your Audio File Music Or Video File Movie Library on Android Device Phone Tablet
2020-12-22December 21 2020 Jupiter and Saturn Conjunction Live Footage In My 8 Inch Telescope
2020-12-16Running A Tor Network Relay On Windows Is Now Easier Than Ever
2020-12-12Shortwave Radio Findings - Russian V07 Numbers Station Captured On iCom HF Radio
2020-11-12New Never Before Done Way Prevent Emails From Being Scanned Email providers Advertisers Governments
2020-10-18How To Get User Input in C# Make VERY simple text app
2020-10-17How To Use Your Windows Computer As A Morse Code Keyboard Can Send To HAM Radio or Speakers
2020-10-14Andromeda and Deer Lick Galaxies Through My 8 Inch Telescope Poor Photos
2020-10-13NGC891 Galaxy In My 8 Inch Telescope Poor Photo
2020-10-12Mars On It's 2020 Closest Approach To Earth Shot Through My Telescope
2020-10-11Back Up Your Youtube Channel, Gmail, Google Drive, Photos, Hangouts, Chrome, Classroom To Zip File
2020-10-07How To Scan A Network For Open Ports And Which Programs Apps Protocols Devices are Using Them
2020-10-05How To Fix The iPhone iPad iOS Windows 10 Photo Video Import Error Message Files Not Imported
2020-10-05How Watch Listen Your DVD Movies Audio CD Play Games That Require CD Disk Windows 10 Newer Computer
2020-10-04An Explanation Of The Most Dangerous Computer Virus, the Botnet Virus And How To Protect From Them
2020-09-30Farewell Nintendo 3DS (it's discontinued)



Tags:
c#
c# programming
learn c#
c# tutorial
c sharp tutorial
c# fundamentals for absolute beginners
c# course
c# for beginners
c# tutorial for beginners
c# (programming language)
.net
c# programming tutorial for beginners
learn c# for beginners
learn c# for unity
unity
learn c# in one video
learn c# programming
.net framework
c# training
csharp
csharp tutorial
c sharp
micrososft