Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dmard
  • Order by date
  1. dmard

    Custom Document Properties

    Hello, I'm trying to develop an application in VC++ 6.0 that needs to read the custom properties of an Excel 2000 document. There is a function GetCustomDocumentProperties() in Excel9.olb but I'm not quite sure what its return type is. Could anyone let me know how to use it? Thanks.
  2. dmard

    Custom Document Properties

    Hello, I'm trying to develop an application in VC++ 6.0 that needs to read the custom properties of an Excel 2000 document. There is a function GetCustomDocumentProperties () in Excel9.olb but I'm not quite sure what its return type is. Could anyone let me know how to use it? Thanks.
  3. dmard

    Equivalence between point and pixel in Excel

    I need to programatically set the width of a column in Excel. On resizing a column in Excel, it is found that 1 point = 12 pixels while 5 points = 40 pixels(instead of 60 pixels). Clearly this is inconsistent. Could anyone please tell me what is the exact equivalence between a point and a pixel...
  4. dmard

    Automated version

    I need to automate the version number so that whenever the application is built, the version number is incremented. Is there any function in VC++ which allows the default version resource VS_VERSION_INFO to be edited?

Part and Inventory Search

Back
Top