Results 1 to 9 of 9

Thread: Create a Word Processor Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2019
    Posts
    1

    Create a Word Processor Question

    I want to create a text editor that looks like this.
    Name:  Annotation 2019-11-13 162033.jpg
Views: 582
Size:  10.4 KB

    The toolbars for editing text on top, the work area, and a side pane.

    In the side pane you click through each section (shown under the first folder) and write text for each section in the work area.

    When I’m done writing in each section I want to compile it (which is the word the program in the pic uses) and have the sections compiled into a different order (shown under the building blocks folder).

    I'm new to this, I just want to know if its possible.

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Create a Word Processor Question

    Sounds like a very ambitious starter project for someone without much experience.

    To answer your question: almost anything is possible
    The left pane could maybe be done with a treeview control
    The right pane could maybe be done with a tab strip control where strips are vertical. Other possibilities
    The top tabs could maybe be done with a tab strip also or a custom drawn control/picturebox
    The bottom pane maybe could be done with a statusbar control

    As far as splitting the text into "sections", that is a matter of defining what section is and being able to parse your source document to locate those sections.

    Welcome to the forums
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: Create a Word Processor Question

    The short answer, yes it can be done.

    It will require a good bit of coding and testing and likely will not look exactly like the sample but totally doable.

  4. #4
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,836

    Re: Create a Word Processor Question

    I'm new to this, I just want to know if its possible.
    Unless you picked VB 6.0 for a specific reason...if you really are new to this switch to VB .Net. VB 6.0 is a relic in programming languages albeit still used quite a bit.
    Please remember next time...elections matter!

  5. #5
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,250

    Re: Create a Word Processor Question

    I wouldn't inflict VB.NET on a starter either. VB6 may be a relic but from my experience it is still a better choice for the noob to actually get something going.

    Is it better to create something that works but is technically obsolete or not to create anything at all because it is too complicated? My experience converting my VB6 utility to VB.NET tells me that starting out on a VB.NET project is not a task for the faint hearted.

  6. #6
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,836

    Re: Create a Word Processor Question

    Quote Originally Posted by yereverluvinuncleber View Post
    I wouldn't inflict VB.NET on a starter either. VB6 may be a relic but from my experience it is still a better choice for the noob to actually get something going.

    Is it better to create something that works but is technically obsolete or not to create anything at all because it is too complicated? My experience converting my VB6 utility to VB.NET tells me that starting out on a VB.NET project is not a task for the faint hearted.
    I really have to disagree with that. If I felt any part of that was reasonable I'd still be coding COBOL. And I don't know what converting your VB6 utility to VB.NET has to do with anything. The OP said he/she was just staring out. I really recommend a person just starting out learn to program in a language that is still actively supported.
    Please remember next time...elections matter!

  7. #7
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: Create a Word Processor Question

    I agree. VB.Net would be a more logical choice for a newbie. Most of the issues converting from VB6 is that VB6 coders try to do it like they did in VB6 and run into issues. VB.Net is a bit different, but like any version of VB it is easy to learn and an extra bonus to learning VB.Net is that C# is not all that hard to pick up as many classes in the framework are the same for both VB and C#.

  8. #8
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,250

    Re: Create a Word Processor Question

    Quote Originally Posted by TysonLPrice View Post
    And I don't know what converting your VB6 utility to VB.NET has to do with anything.
    Well, I'm not sure but I think it has something to do with my words...

    - as in "experience...tells me that starting out on a VB.NET project is not a task for the faint hearted."

    My experience so far is - that VB.NET is a bit of a beast, unwieldy and overly complex in comparison to something like VB6 which was quite good for a starter, hiding a lot of the complexity and makeing it easy for RAD. If I were a complete noob working on a project like the one proposed then I wouldn't start here (here being VB6 nor VB.NET).

    Something like Xojo, one of the other BASIC variants or similar, something more suited to the beginner.

    Quote Originally Posted by TysonLPrice View Post
    I really recommend a person just starting out learn to program in a language that is still actively supported.
    That was MY point. VB6 is not supported so I don't think it is a good choice but it is still better than trying a recommendation that might not lead anywhere for a noob. Hence my comparison.

  9. #9
    Fanatic Member
    Join Date
    Aug 2016
    Posts
    603

    Re: Create a Word Processor Question

    what is the name of the software at #1?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width