Word Editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • groast

    #1

    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




  • Sharpie

    #2
    Re: Word Editor

    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" <groast@discuss ions.microsoft. com> wrote in message
    news:5334228D-F7B4-4227-B1FB-290DD28A5779@mi crosoft.com...[color=blue]
    > 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[/color]
    all[color=blue]
    > the features. I wonder how to actually create a work space ( which is set[/color]
    to[color=blue]
    > 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[/color]
    am[color=blue]
    > 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
    >
    >
    >
    >[/color]


    Comment

    • groast

      #3
      Re: Word Editor

      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:
      [color=blue]
      > 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" <groast@discuss ions.microsoft. com> wrote in message
      > news:5334228D-F7B4-4227-B1FB-290DD28A5779@mi crosoft.com...[color=green]
      > > 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[/color]
      > all[color=green]
      > > the features. I wonder how to actually create a work space ( which is set[/color]
      > to[color=green]
      > > 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[/color]
      > am[color=green]
      > > 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
      > >
      > >
      > >
      > >[/color]
      >
      >
      >[/color]

      Comment

      • LeapFrog

        #4
        Re: Word Editor

        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" <groast@discuss ions.microsoft. com> wrote in message
        news:29D2D31F-365B-4811-92DF-ABECC17EC8C4@mi crosoft.com...[color=blue]
        > Hi Sharpie,
        >
        > I'm doing this project for my school project. Also i would like to learn[/color]
        how[color=blue]
        > to program in C#. I dont believe i can afford to pay $1500 for the[/color]
        license.[color=blue]
        >
        > 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.[/color]
        Also[color=blue]
        > how to actually create the second page after the first page is full.
        >
        > Best Regards
        >
        > "Sharpie" wrote:
        >[color=green]
        > > 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[/color][/color]
        3rd[color=blue][color=green]
        > > 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[/color][/color]
        one[color=blue][color=green]
        > > 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[/color][/color]
        with[color=blue][color=green]
        > > an Rich Text Editor.
        > >
        > > HTH
        > >
        > > "groast" <groast@discuss ions.microsoft. com> wrote in message
        > > news:5334228D-F7B4-4227-B1FB-290DD28A5779@mi crosoft.com...[color=darkred]
        > > > Hi guys,
        > > >
        > > > I'm trying to design a word editor, something similar to "Microsoft[/color][/color][/color]
        Word".[color=blue][color=green][color=darkred]
        > > > This is my first time designing with Visual C#, so not really good[/color][/color][/color]
        will[color=blue][color=green]
        > > all[color=darkred]
        > > > the features. I wonder how to actually create a work space ( which is[/color][/color][/color]
        set[color=blue][color=green]
        > > to[color=darkred]
        > > > the paper size chosen by the user) and able to handle automatically[/color][/color][/color]
        for[color=blue][color=green][color=darkred]
        > > > multiple pages ( changes to next page when the first one is used). I[/color][/color][/color]
        found[color=blue][color=green][color=darkred]
        > > > this very confusing since I'm playing with pixel in designing my form,[/color][/color][/color]
        and[color=blue][color=green]
        > > am[color=darkred]
        > > > 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[/color][/color][/color]
        elegant[color=blue][color=green][color=darkred]
        > > > manner.
        > > >
        > > > Thx alot
        > > >
        > > >
        > > >
        > > >[/color]
        > >
        > >
        > >[/color][/color]


        Comment

        • Tony

          #5
          Re: Word Editor

          "groast" <groast@discuss ions.microsoft. com> wrote in message
          news:29D2D31F-365B-4811-92DF-ABECC17EC8C4@mi crosoft.com...[color=blue]
          > 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.[/color]

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


          Comment

          Working...