samsmithnz
Senior Contributor
I'm just starting work on a new vb.net Windows forms project, that demands we have a textbox with alot of functionality in it. The main requirements are:
- Bold and italics
- Bullet points and numbered lists
- Indenting
I have a couple of ideas that I know must be possible, but I just can't find what I'm looking for. A couple of possible ideas I had were
1. To somehow use embed a word document into my application. (but I can't find any MS Word components or references?)
2. To somehow embed an HTML page with functionality very simliar to THIS VERY edit window - except that this application has to run locally on the users machines, and they won't have IIS installed...
Either way, we'll have to probably store the documents XML or HTML in a database, but that is not really an issue at the moment.
Does anyone have any pointers or ideas to help me get started? I've tryed looking at the the richtextbox, but its functionality is very limited, and I can't seem to find any 3rd party controls on google...
Your comments are most welcome.
- Bold and italics
- Bullet points and numbered lists
- Indenting
I have a couple of ideas that I know must be possible, but I just can't find what I'm looking for. A couple of possible ideas I had were
1. To somehow use embed a word document into my application. (but I can't find any MS Word components or references?)
2. To somehow embed an HTML page with functionality very simliar to THIS VERY edit window - except that this application has to run locally on the users machines, and they won't have IIS installed...
Either way, we'll have to probably store the documents XML or HTML in a database, but that is not really an issue at the moment.
Does anyone have any pointers or ideas to help me get started? I've tryed looking at the the richtextbox, but its functionality is very limited, and I can't seem to find any 3rd party controls on google...
Your comments are most welcome.