SilverCloud Write 2.0 Test Release
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
For Jacobs problem are you saving the file as a Rich Text File Document ?
for jacobs error use something like this
Code: Select all
Dim savedialog As New SaveFileDialog
savedialog.Title = "Save As..."
savedialog.Filter = "Text Files (*.txt)|*.txt|All Files (*.*)|*.*"
If savedialog.ShowDialog = Windows.Forms.DialogResult.OK Then
RichTextBox1.SaveFile(savedialog.FileName, RichTextBoxStreamType.PlainText)
End If
Find my programs on Softpedia
benji_19994 wrote:For Jacobs problem are you saving the file as a Rich Text File Document ?Yes
Ok, i can't make it so it opens as formatted for some reason.
I use streamwriter/streamreader for saving/opening files.
I added a new file extension ".scw", which is Silvercloud write files.
Also, I made it so all .scw files are automatically opened with SilverCloud write after first run
I use streamwriter/streamreader for saving/opening files.
I added a new file extension ".scw", which is Silvercloud write files.
Also, I made it so all .scw files are automatically opened with SilverCloud write after first run
http://www.sctechusa.com SilverCloud Website
Try this: http://www.textcontrol.com/en_US/sites/ ... l-express/
It looks like a much more expanded version of the richtextbox.

It looks like a much more expanded version of the richtextbox.
I may use that when I have time. I don't think I will be programming on spring break XD (one week)
http://www.sctechusa.com SilverCloud Website
Copyright Information
Copyright © Codenstuff.com 2020 - 2023