Visual C# Notepad Part 1
Loading...
7,739
Loading...
Uploader Comments (Pingu2k9)
see all
All Comments (5)
-
awesum man u made it very fast straight forward !!
-
ive some problems with my pad
Text Dateien|*.txt|Config Dateien|*.cfg|Html Dateien|*.html|Htm Dateien|*.htm|Phtml Dateien|*.phtml|Xhtml Dateien|*.xhtml|Php Datei|*.php|Batch Dateien|*.bat|Playlist Datei|*.m3u|Playlist Datei|*.asx|Auto-It Datei|*.au3|Blizzard Config|*.wtf|Alle Dateien|*.*"
its for coding ;) (i think u see that :P)
and im only able ro save as rtf or a few other formats if i use richt textbox :(
Loading...
UPDATE:
To open and save files as text documents use:
this.richTextBox1.LoadFile(File to open, RichTextBoxStreamType.PlainText);
this.richTextBox1.SaveFile(File to create, RichTextBoxStreamType.PlainText)
Pingu2k9 1 year ago
you better not use richt textbox and the "New" menustripitem code is shit clear = deleate but not New becouse if you overwrite it there is no dialoge for checking the saved odr NOT saved files
MrHazington 2 years ago
Ye i no but im not sure how to code in C# soo i don't use it tha much i use visual basic the most cuz i can use that no problem
Pingu2k9 2 years ago