473,387 Members | 3,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Word Editor

Hi guys,

I'm trying to design a word editor, something similar to "Microsoft Word".
This is my first time designing with Visual C#, so not really good will all
the features. I wonder how to actually create a work space ( which is set to
the paper size chosen by the user) and able to handle automatically for
multiple pages ( changes to next page when the first one is used). I found
this very confusing since I'm playing with pixel in designing my form, and am
I supposed to used the "Panel" as the work area of the user ??

Can someone elaborate me on this issue on how to design it in an elegant
manner.

Thx alot


Nov 17 '05 #1
4 6757
Why are you building something like this from scratch? Is this for a
client, or for a school project?

I'm not trying to be a wise guy.

We recently put a fairly sophisticated RTF editor in a C# app using a 3rd
party application from www.textcontrol.com.

We also used a 3rd party tool for spell checking.

Altogether, the license was about $1500/developer and we only purchased one
license since only one guy did the development on that tool.

But, just in case you didn't get the embedded hint, start with a form with
an Rich Text Editor.

HTH

"groast" <gr****@discussions.microsoft.com> wrote in message
news:53**********************************@microsof t.com...
Hi guys,

I'm trying to design a word editor, something similar to "Microsoft Word".
This is my first time designing with Visual C#, so not really good will all the features. I wonder how to actually create a work space ( which is set to the paper size chosen by the user) and able to handle automatically for
multiple pages ( changes to next page when the first one is used). I found
this very confusing since I'm playing with pixel in designing my form, and am I supposed to used the "Panel" as the work area of the user ??

Can someone elaborate me on this issue on how to design it in an elegant
manner.

Thx alot

Nov 17 '05 #2
Hi Sharpie,

I'm doing this project for my school project. Also i would like to learn how
to program in C#. I dont believe i can afford to pay $1500 for the license.

I've been using a form with RTF, but again I dont see a way to actually
create a work space based on the paper size that the user have chosen. Also
how to actually create the second page after the first page is full.

Best Regards

"Sharpie" wrote:
Why are you building something like this from scratch? Is this for a
client, or for a school project?

I'm not trying to be a wise guy.

We recently put a fairly sophisticated RTF editor in a C# app using a 3rd
party application from www.textcontrol.com.

We also used a 3rd party tool for spell checking.

Altogether, the license was about $1500/developer and we only purchased one
license since only one guy did the development on that tool.

But, just in case you didn't get the embedded hint, start with a form with
an Rich Text Editor.

HTH

"groast" <gr****@discussions.microsoft.com> wrote in message
news:53**********************************@microsof t.com...
Hi guys,

I'm trying to design a word editor, something similar to "Microsoft Word".
This is my first time designing with Visual C#, so not really good will

all
the features. I wonder how to actually create a work space ( which is set

to
the paper size chosen by the user) and able to handle automatically for
multiple pages ( changes to next page when the first one is used). I found
this very confusing since I'm playing with pixel in designing my form, and

am
I supposed to used the "Panel" as the work area of the user ??

Can someone elaborate me on this issue on how to design it in an elegant
manner.

Thx alot


Nov 17 '05 #3
Hey:

Are you going to take our lunch money if we don't do your homework???? ;-)

Simple suggestion: build a GUI object that can track where the cursor is
for your ruler(s). You'll need to do your homework on how to use a rich
text editor and how to apply formatting. You'll also need to used the
SelectedText property to allow the user to change the font- face, type, size
as well as underline. So you'll need those buttons.

I know it can be done. We have faith in you. :-)

I have an idea, why don't you go do some reading, build a prototype and then
come back to ask us questions AFTER you've actually tried to build
something.

Sound fair?

"groast" <gr****@discussions.microsoft.com> wrote in message
news:29**********************************@microsof t.com...
Hi Sharpie,

I'm doing this project for my school project. Also i would like to learn how to program in C#. I dont believe i can afford to pay $1500 for the license.
I've been using a form with RTF, but again I dont see a way to actually
create a work space based on the paper size that the user have chosen. Also how to actually create the second page after the first page is full.

Best Regards

"Sharpie" wrote:
Why are you building something like this from scratch? Is this for a
client, or for a school project?

I'm not trying to be a wise guy.

We recently put a fairly sophisticated RTF editor in a C# app using a 3rd party application from www.textcontrol.com.

We also used a 3rd party tool for spell checking.

Altogether, the license was about $1500/developer and we only purchased one license since only one guy did the development on that tool.

But, just in case you didn't get the embedded hint, start with a form with an Rich Text Editor.

HTH

"groast" <gr****@discussions.microsoft.com> wrote in message
news:53**********************************@microsof t.com...
Hi guys,

I'm trying to design a word editor, something similar to "Microsoft Word". This is my first time designing with Visual C#, so not really good will
all
the features. I wonder how to actually create a work space ( which is
set to
the paper size chosen by the user) and able to handle automatically
for multiple pages ( changes to next page when the first one is used). I found this very confusing since I'm playing with pixel in designing my form, and am
I supposed to used the "Panel" as the work area of the user ??

Can someone elaborate me on this issue on how to design it in an

elegant manner.

Thx alot


Nov 17 '05 #4
"groast" <gr****@discussions.microsoft.com> wrote in message
news:29**********************************@microsof t.com...
Hi Sharpie,

I'm doing this project for my school project. Also i would like to learn
how
to program in C#. I dont believe i can afford to pay $1500 for the
license.


Your school doesn't have an educational license for its students? You may
want to ask the teachers about that.
Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Preston Crawford | last post by:
I'm working on a site where one of the requirements is the ability to do a newsletter. This newsletter would either be composed with or pasted into some kind of WYSIWYG web-based editor OR they'd...
6
by: Andy Jacobs | last post by:
Hi All I've written a little CMS with a WYSIWYG editor from www.interactivetools.com. Everything works ok until they try and copy text from MS Word. When they do this, apostrophes change to a...
2
by: word9smith | last post by:
In other messages I have read that Word Perfect 10 can be us­ed for sgml/xml editing. Is this still true for Word Perfect 11?
0
by: Shawn Melton | last post by:
I have tried disabling the automatic word wrap feature in the text editor by going to: Tools/Options/Text Editor/Basic/General and Tools/Options/Text Editor/HTML/XML/General
3
by: Ronny Sigo | last post by:
Hello all, Could anybody give me the correct syntax to set the : line indent, top margin cursor position in Ms Word, with VBA ? Thanks !!! Ronny Sigo .... Here's what I have done so far,...
1
by: Scott Emick | last post by:
I am using the following code. When outlook opens the message and the Outlook HTML editor is the default editor, there is no problem. If Word is the default editor, however, it butchers up the...
6
by: Justin | last post by:
Hi all, i need some help over here... i found the solution to export file from mysql db into *.csv. but is there anyway to convert the contents into *.doc and save in my webserver and providing a...
10
by: Greg Lovern | last post by:
I have a very large html table created by MS Word, saved as it's "Web Page, Filtered" file type. Every html table cell has lots of formatting tags. Most of the file size is that formatting. Is...
3
by: palak23 | last post by:
Dear all, I have made an editor using Qt framework in C++. It is having all editor functions include cut,copy,paste,select,spell check etc. By default I save this document with .txt extension....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.