ms-office

14 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

Solved November 3, 2012

MSOFFICE MIME type verification

I have the following: $mimeTypes = array('application/msword'); //used to be an array $finfo = new finfo(FILEINFO_MIME, "/usr/share/misc/magic"); $type =…

thumb_up 10 trending_up 7
Solved August 20, 2011

Office add-in ribbons: same tab with 2 addins

I'm trying to make two word add-ins' groups to appear in the same tab (Tools) but they both create unique tabs (there's two 'Tools'…

thumb_up 4 trending_up 7
Solved January 25, 2011

32 and 64 bit interoperability on 64-bit Windows

Is there a good thorough authoritative reference that discusses interoperability between 32-bit and 64-bit processes? Based on googling I have deduced that: A 32-bit…

thumb_up 5 trending_up 8