Hello, i am currently developing a new OpenSource project.
I will release it to the public this week. :-)
Let's get to my question(s) then:
- I have a Rich Text Box, and i want to save that text into a default extension.
- I want the default name to be found in the textbox, E.g: Hello my name is Zack (The file would appear as default name Zack on the Save File Dialog, but if the name was Richards, it would appear Richards instead).
- Also, the Save File Dialog should open a default folder. (.../Saved)
I lack knowledge in saving files on VB.NET, any help would be greatly appreciated and a great boost on my project.