Visual Basic .NET | Create a Text Editor with RichTextBox in Visual Basic .NET

  Рет қаралды 19,073

Uteh Str

Uteh Str

Күн бұрын

Пікірлер: 18
@utehstr
@utehstr 6 жыл бұрын
I forgot some code, this fixes it : Private Sub SaveToolStripMenuItem1_Click(sender As Object, e As EventArgs) Handles SaveToolStripMenuItem.Click If ind = 1 Then SaveFileDialog1.FileName = url ind = 0 End If SaveFileDialog1.Title = "Save text Files" SaveFileDialog1.CheckFileExists = True SaveFileDialog1.CheckPathExists = True SaveFileDialog1.DefaultExt = "txt" SaveFileDialog1.Filter = "Text files (*.txt)|*.txt|All files (*.*)|*.*" SaveFileDialog1.FilterIndex = 1 SaveFileDialog1.RestoreDirectory = True Try RichTextBox1.SaveFile(SaveFileDialog1.FileName, RichTextBoxStreamType.PlainText) Catch ex As Exception Call SaveAsToolStripMenuItem_Click(Me, e) End Try End Sub and find this: Private Sub DeleteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DeleteToolStripMenuItem.Click If RichTextBox1.SelectionLength > 0 Then RichTextBox1.Text = "" End If End Sub replace with this: Private Sub DeleteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DeleteToolStripMenuItem.Click Me.RichTextBox1.SelectedText = "" End Sub
@ethereal41
@ethereal41 11 ай бұрын
hey im getting an overload error with the openfiledialog sub? please could you explain?
@ethereal41
@ethereal41 11 ай бұрын
nevermind, i called openfiledialog.filenames instead of just filename.
@DavidWesleyBenner
@DavidWesleyBenner 4 жыл бұрын
Fantastic! This is just what I was looking for to add to my current project! Thanks!!!!!
@utehstr
@utehstr 4 жыл бұрын
You're welcome :-)
@TamiamiParkFlyers
@TamiamiParkFlyers 2 жыл бұрын
I'm getting the following error: Value of type 'System.IO.Stream' cannot be converted to 'System.IO.StreamReader'. Help!
@TamiamiParkFlyers
@TamiamiParkFlyers 2 жыл бұрын
Nevermind, fixed it!
@bobilondon01
@bobilondon01 3 жыл бұрын
can you post source code please
@veyselkucukkaraca8698
@veyselkucukkaraca8698 3 жыл бұрын
can you share the project with cloud as download?
@redblue7733
@redblue7733 3 жыл бұрын
What music is this?
@manjulingam6307
@manjulingam6307 5 жыл бұрын
Kjum.. Clearness erutha.. Nalaerukkumm..
@wyyden663
@wyyden663 3 жыл бұрын
Thanks Bro
@utehstr
@utehstr 3 жыл бұрын
You're welcome :-)
@manjulingam6307
@manjulingam6307 5 жыл бұрын
Kjum... Clear. .. Sluga....
@theprodigycoder7554
@theprodigycoder7554 4 жыл бұрын
send me the source
Arduino Programming with Visual Studio 2015
8:36
Uteh Str
Рет қаралды 3,2 М.
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 4 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 32 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 1,3 МЛН
Printing VB.NET (Part 1 - Basics)
6:51
ElevateCode
Рет қаралды 226 М.
Create a Text Editor with Rich Textbox in Visual Basic.NET
29:44
Windows Techies
Рет қаралды 2,3 М.
Text Editor || Textpad || using VB.NET
31:50
AD Sangma
Рет қаралды 337
How to create Notepad in VB.Net | mini Project
36:41
Coder Baba
Рет қаралды 17 М.
How to Open Word Documents in RichTextBox VB.NET
13:45
WareData
Рет қаралды 7 М.
Visual Basic .NET Tutorial 9 - Text To Speech in VB.NET
4:36
ProgrammingKnowledge
Рет қаралды 111 М.
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН