Results 1 to 2 of 2

Thread: Desktop Publishing Program in Visual Basic

  1. #1
    willi is offline Senior Member
    Join Date
    Jan 2009
    Posts
    148
    Rep Power
    4

    Default Desktop Publishing Program in Visual Basic

    Application software like Page-Maker provide an easy way to access a page from the document and do necessary changes such as add a new page, edit the desired text on a page and then save it. These are just a tip of the iceberg. The PageMaker software has many more sophisticated facilities.

    Here we present a software that provides a few of these facilities for Microsoft Word documents. It lets you access a page, edit it, add a new page, add new text to it, and save new or edited text. The program is based on Visual Basic (VB) interacting with the MS Word through an object linking and embedding (OLE) environment.

    The OLE is an automated environment of server-and-client nature. Prop¬erties like Action, AutoActivate, eopy, Paste and DoVerb enable you to use OLE as a client platform in the applications. Application software like Word, Excel and Paint can be automated in the applications as server and client using OLE.

    In this article, we have used MS Word automation. As a result, the MS Word acts as the server and OLE as the client. Using such adaptability, many of the Microsoft Word facilities can be easily borrowed either automatically or by program code onto the OLE platform and used as if Microsoft Word is active in the application.

    Name:  Desktop Publishing Program in Visual Basic.jpg
Views: 2224
Size:  62.6 KB

    This program allows you to open any existing Word document up to four pages long, which can be placed onto the OLE environment to make changes and save it as if working with Microsoft Word. We have used only a few of the OLE properties in the program that meet our requirements. The program output of desktop publishing using Visual Basi<; is shown in Screenshot.

  2. #2
    TheReaper is offline Junior Member
    Join Date
    Feb 2009
    Posts
    6
    Rep Power
    0

    Talking

    thaks very much !!

Similar Threads

  1. Ending a Visual Basic For loop?
    By David Hooper in forum Programming
    Replies: 1
    Last Post: 05-28-2010, 01:07 PM
  2. Statement in visual basic
    By PowellParker in forum Programming
    Replies: 1
    Last Post: 05-27-2010, 02:29 PM
  3. Visual Basic 2008 Express
    By WilsonMartin in forum Operating System
    Replies: 2
    Last Post: 01-29-2010, 06:15 PM
  4. Visual basic editor in word
    By Fredrick Borren in forum Windows XP
    Replies: 0
    Last Post: 07-01-2009, 07:16 AM
  5. Visual Basic Programming
    By aiantin465 in forum Programming
    Replies: 0
    Last Post: 07-05-2008, 09:50 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48