473,543 Members | 2,000 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 6772
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****@discuss ions.microsoft. com> wrote in message
news:53******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:53******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:29******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:53******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:29******** *************** ***********@mic rosoft.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
2504
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 upload a word doc and I'd process it. I've done similar things with ASP in the past, but not with PHP. Could anyone tell me which of the above ways...
6
2240
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 capital A with a accent above it. It looks ok in the text box but the wrong character gets put in the database. Then when you go back in and edit...
2
1697
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
1114
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
12440
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, everything work exept these 3 things ...
1
2311
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 HTML and the message looks like crap. How can I force the message to open in the Outlook HTML editor? Thanks, Scott Dim myOlApp As Object...
6
8626
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 link for the end users to download the word file? FYI, the database records are obtained by end users submitting the forms themselve and i saved...
10
9782
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 there a free or inexpensive editor that can quickly remove all formatting to minimize the file size? I tried a few freeware editors, but wasn't...
3
1680
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. I want to extend this functionality with allowing additional extension .doc. I could save the document in .doc format of Microsoft. and when open...
0
7412
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7594
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7356
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7697
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5892
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5285
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4900
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3395
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
979
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.