Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Question about office files....

Question about office files....

Scheduled Pinned Locked Moved Visual Basic
questioncsharptutorial
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    ninkk
    wrote on last edited by
    #1

    Hi, i am developing a project(vb.net 2005) which acts like an Office Viewer. That means that on a form, the user will be able to see or change page/worksheet etc, of a Word or Excel or Powerpoint file(including Office 2007). Is there any idea how to do this? ninkk

    N D 2 Replies Last reply
    0
    • N ninkk

      Hi, i am developing a project(vb.net 2005) which acts like an Office Viewer. That means that on a form, the user will be able to see or change page/worksheet etc, of a Word or Excel or Powerpoint file(including Office 2007). Is there any idea how to do this? ninkk

      N Offline
      N Offline
      ninkk
      wrote on last edited by
      #2

      Any idea yet???

      1 Reply Last reply
      0
      • N ninkk

        Hi, i am developing a project(vb.net 2005) which acts like an Office Viewer. That means that on a form, the user will be able to see or change page/worksheet etc, of a Word or Excel or Powerpoint file(including Office 2007). Is there any idea how to do this? ninkk

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Man you're impatient. The problem with doing this is that you have to use Word, PowerPoint, Excel, Access, all that junk installed, so it really makes your app pointless. Besides, Microsoft already has smaller view applications[^] for all those file types.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        N 1 Reply Last reply
        0
        • D Dave Kreskowiak

          Man you're impatient. The problem with doing this is that you have to use Word, PowerPoint, Excel, Access, all that junk installed, so it really makes your app pointless. Besides, Microsoft already has smaller view applications[^] for all those file types.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          N Offline
          N Offline
          ninkk
          wrote on last edited by
          #4

          Ok, but Microsoft viewers are stand alone application. What i need is to be able to view office files within a .net project. Maybe there exists a component control, and after you drag and drop it on the form, to give filename and to see the office files(something from microsoft or 3rd party)? For example, in order to see Pdf files, you can install Adobe Reader and add in toolbox Adobe Pdf Reader from COM Components. Is there any to do this for .doc, .docx, ppt, etc... ????

          D 1 Reply Last reply
          0
          • N ninkk

            Ok, but Microsoft viewers are stand alone application. What i need is to be able to view office files within a .net project. Maybe there exists a component control, and after you drag and drop it on the form, to give filename and to see the office files(something from microsoft or 3rd party)? For example, in order to see Pdf files, you can install Adobe Reader and add in toolbox Adobe Pdf Reader from COM Components. Is there any to do this for .doc, .docx, ppt, etc... ????

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Maybe this[^]. The only problem is that it's $500 for a single developer license and $999 for distribution license where you can actually sell your app with the component in it. It's the only one I know of. I don't recommend it because it's so bloody expensive. Other than that, you can use the Office Primary Interop Assemblies to use Office apps inside your app. I don't do Office Interop so my experience with it is very limited.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups