CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Oct 1999
    Location
    ks
    Posts
    524

    excel in/on dialog box

    what am i missing?

    have gone through countless searches in this forum and google. i want to do the following:

    create an mfc dialog based app that treats excel like a grid control in that
    an excel workbook is placed on the dialog box (preferably through a drag and drop procedure) and employ basic cell i/o operations.

    articles such as http://support.microsoft.com/kb/311546: (How to embed and automate an Excel worksheet by using MFC and Visual C++ 2005 or Visual C++ .NET) are typical of the off point material i find:

    1. they are not written for dialog based apps

    2. i interpret automation to mean control and embedding to make excel
    a child object to the dialog so that click events can alter the excel sheet
    cell values visible on the dialog - the articles i see seem to make no distinction

    3. the article actually provides compilable code - something i rarely find ms
    capable of doing (the article above is a case in point: does not provide
    what i want and does not compile)

    am using vs2005 vc++

    appreciate any insight. thx in advance -
    Last edited by jim enright; February 2nd, 2011 at 02:07 AM. Reason: typos

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

Featured