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.
16 posts Page 2 of 2
Contributors
User avatar
benji_19994
VIP - Donator
VIP - Donator
Posts: 156
Joined: Mon Apr 16, 2012 3:13 pm

For Jacobs problem are you saving the file as a Rich Text File Document ?
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: SilverCloud Write 2.0 Test Release
Shim
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
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

benji_19994 wrote:
For Jacobs problem are you saving the file as a Rich Text File Document ?
Yes
Image
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: SilverCloud Write 2.0 Test Release
Jg99
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
http://www.sctechusa.com SilverCloud Website
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Try this: http://www.textcontrol.com/en_US/sites/ ... l-express/ :D
It looks like a much more expanded version of the richtextbox.
Image
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: SilverCloud Write 2.0 Test Release
Jg99
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
16 posts Page 2 of 2
Return to “Work in Progress”