Using the Office Protocols ForumDiscuss technical content and implementation of the Microsoft Office protocols described in the Open Specifications© 2009 Microsoft Corporation. All rights reserved.Mon, 09 Nov 2009 14:06:05 Zfe74c70d-cdf1-45d8-b2bb-166862ccc8a2http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/cabfbed0-eef5-4d90-b38a-0777296a85c6http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/cabfbed0-eef5-4d90-b38a-0777296a85c6Webmaster1http://social.msdn.microsoft.com/Profile/en-US/?user=Webmaster1outlook 2007 SMTP Authentication Disable Automatically<p>Hi,</p> <p>We are using outlook 2007 on windows XP &amp; Vista PCs. IMAP &amp; SMTP account is configured in the outlook. Mail are working fine for incoming &amp; outgoing. we are using it on more than 50 PCs, every week, SMTP Authentication got disable automatically from outlook &amp; mails stops sending. When we manualy enabled SMTP Authentication, it starts working. After some time on another PC SMTP Auth got disabled. Pl. advice what we can do.</p> <p>Thanks in advance.</p> <p>Regards</p> <p>Manoj K Chandna</p>Mon, 09 Nov 2009 02:21:45 Z2009-11-09T14:06:05Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/95035f4e-2196-4950-a381-cf954a06bbeahttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/95035f4e-2196-4950-a381-cf954a06bbeaTim Koehlerhttp://social.msdn.microsoft.com/Profile/en-US/?user=Tim%20KoehlerMS-SIPAE - 3.3.2 session timer incorrect?Dear MS documentation team,<br /> <br /> We experience that the NTLM security association sometimes gets &quot;stale&quot; before the described 8 hours (at 3.3.2).<br /> <br /> &quot;When the NTLM or Kerberos authentication handshake completes and the SA enters the &quot;established&quot; state, the SIP server MUST start an SA expiration timer with a value of 8 hours.&quot;<br /> <br /> We implemented the recommended handshake 5 minuted earlier as recommended. &quot;A value of five (5) minutes or longer is recommended (SHOULD)&quot; At this time sometimes the old security association is already deleted on the server.<br /> <br /> Our current assumption is that the time is not a fixed value (8 hours) but rather a variable timeframe (which would make sense from a load perspective). <br /> <br /> Regards<br /> <br /> Tim KoehlerWed, 07 Oct 2009 09:02:51 Z2009-11-04T15:57:13Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/bb7a8a49-1b93-49dd-9329-2df2c4fd9778http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/bb7a8a49-1b93-49dd-9329-2df2c4fd9778TIJU THOMAShttp://social.msdn.microsoft.com/Profile/en-US/?user=TIJU%20THOMASExcel Splitter for HPCHi all,<br/> Can any one pls help me with the source code for excel splitter related to HPC.<br/> Thanks in advance.<br/> Tiju Kurian Thomas.Thu, 10 Sep 2009 07:13:11 Z2009-09-24T00:54:55Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/be825eb4-6247-4208-a1f1-34c332918f01http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/be825eb4-6247-4208-a1f1-34c332918f01Zmajcekhttp://social.msdn.microsoft.com/Profile/en-US/?user=ZmajcekRetrieve Outlook smtp account listI'm browsing MSDN but haven't found it (guess I'm not a good searcher :-))<br/> <br/> I'm experimenting on outlook add-in and I'd like to list my outgoing accounts (not contacts. my accounts I can send mail from). I only need email addresses (like john@company1.com , john@company2.net,...).<br/> Does microsoft.office.interop.outlook provide this? How?<br/> <br/> --edit--<br/> I found AccountsClass in MSDN but I don't have it in dropdown with acailable classes/options:<br/> <br/> using Outlook = Microsoft.Office.Interop.Outlook;<br/> <br/> namespace test1 {<br/> ...<br/> ...<br/> Outlook.[ACCOUNTS not in dropdown?!]<br/> }<br/> <br/> --edit--Sun, 02 Aug 2009 07:54:12 Z2009-08-04T23:53:38Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/6df33f6e-dc16-4a32-a045-113bff369181http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/6df33f6e-dc16-4a32-a045-113bff369181fwdevhttp://social.msdn.microsoft.com/Profile/en-US/?user=fwdev[SmartArt] Discrepancy between GUI and shape information stored in 'diagram1.xml'<span class=Apple-style-span style="border-collapse:separate;color:#000000;font-family:'Times New Roman';font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span class=Apple-style-span style="font-family:Tahoma;font-size:12px;text-align:left">Hi all,<span class=Apple-converted-space> </span> <br/> <br/> With the introduction of Office 2007 SP2, SmartArt now has a shape tree description saved (in a file called 'diagram*.xml') along with its normal data. I am using this shape tree to render SmartArt, which works fine except for some seeming discrepancies between what's saved and what the PowerPoint GUI displays.<span class=Apple-converted-space> </span> <br/> <br/> An example that illustrates one of the discrepancies is the SmartArt &quot;Trapezoid List&quot;. If you create a stock Trapezoid List SmartArt object in the GUI and add text to each of the shapes, the text is oriented horizontally. If you click on the individual shapes, you'll notice that they are rotated.<span class=Apple-converted-space> </span> <br/> <br/> Now, if you save this file and look at the shape tree generated for this SmartArt object, you'll notice that the shapes are saved as 'flowChartManualOperation' shapes that are rotated 270 degrees. However, the text for each shape is specified as being horizontally oriented (i.e. the &quot;vert&quot; attribute of 'bodyPr' is set to &quot;horz&quot;), and the text's associated 'txXfrm' tag specifies that the text should also be rotated 270 degrees. If you take this shape description and place it in a normal slide, the text is rendered vertically, from bottom to top. This does not match what is rendered for the SmartArt.<span class=Apple-converted-space> </span> <br/> <br/> I have looked through the data and layout for this SmartArt object (and others that exhibit similar problems), and I haven't seen anything to explain this mismatch. I was wondering if anyone could shed some insight on how to resolve this problem. Did I miss a detail somewhere?<span class=Apple-converted-space> </span> <br/> <br/> Thanks for the help!<span class=Apple-converted-space> </span> <br/> fwdev</span> </span>Wed, 22 Jul 2009 17:57:06 Z2009-07-29T16:34:11Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/924b30a7-0606-4184-9479-41dcf4bfb1c1http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/924b30a7-0606-4184-9479-41dcf4bfb1c1Lealdo Deluccihttp://social.msdn.microsoft.com/Profile/en-US/?user=Lealdo%20DelucciExport macro from office fileHi, I am trying to write a program that will recognize whether or not an office document (.doc, .xls, etc) has a macro in it, and if it does, to export that to a separate document. I need to do this in a platform independent way which means I cannot use VB. (I am developing in Python). <br/> <br/> What I have found is a way to find the Macro within the file using an OLE model, but the text of a Macro appears jumbled. Heavily jumbled. I was wondering if there is some straightforward way to get this information out of the files.<br/> <br/> Thank you,<br/> LealdoMon, 29 Jun 2009 22:10:40 Z2009-06-30T15:26:27Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/b5862a36-dec6-4b3d-910c-cfe029f8c317http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/b5862a36-dec6-4b3d-910c-cfe029f8c317ralph.http://social.msdn.microsoft.com/Profile/en-US/?user=ralph.Converting Power Point 2007 files to htmlHi,<br/><br/>has anyone an idea on how to convert pptx files to html? Any links, books, specifications, tutorials on how to do such things?<br/><br/>Thanks in advance<br/><br/>Ralph<hr class="sig">RalphSat, 16 May 2009 09:25:40 Z2009-05-17T12:07:14Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/9a6478d0-c578-46c4-8e4a-d422264c0508http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/9a6478d0-c578-46c4-8e4a-d422264c0508baptiste.dubuishttp://social.msdn.microsoft.com/Profile/en-US/?user=baptiste.dubuisCorruption in Outlook Folders when using MAPI protocolHi,<br/> <br/> I'm trying to synchronize with Outlook from another application. It's all working very well except that when leaving my application, this seems to cause a corruption in Outlook.<br/> <br/> Indeed, when trying to open a folder, I get the following message:<br/> <strong><em>Unable to display the folder. Microsoft Office Outlook could not access the specified folder location. Another application closed unexpectedly while using your Personal Folders file 'C:\Documents and Settings\ABCDE\Local Settings\Application Data\Microsoft\Outlook\Outlookimap.blablabla.com-00000004.pst'. To prevent potential damage to your Personal Folders file, it will not be available until you close all applications currently using it.</em> </strong> <br/> <br/> I think something's wrong with the way I'm dealing with the MAPI protocol, probably forgetting to close or release something. But since I do lot of things with it (actually, somebody did, and now i'm trying to understand what it is ;-) ), it will be helpful if someone can point out where could be the possible problem.<br/> <br/> What the application is doing basically is retrieving the contacts from a MAPI store which contains the highest count of contacts.<br/> <br/> I know I do not give lot of details here, but that's because I have to dig also by myself to understand the things that are done... But if someone can already give me a place to look, this would be nice ;-)<br/> <br/> I will try to edit this post, when I retrieve more information...<br/> <br/> TY<br/> <br/> BaptisteMon, 20 Apr 2009 15:17:47 Z2009-04-21T20:47:41Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/4882f4f1-a9ad-455c-8cbd-30b8b0ec9f72http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/4882f4f1-a9ad-455c-8cbd-30b8b0ec9f72ExcelMonkeyhttp://social.msdn.microsoft.com/Profile/en-US/?user=ExcelMonkeyOffice Open XML, Excel Object Model and .NetHi all.  I have a question regarding OfficeOpen XML and the.Net platform.  I work with Excel via Automation using VB.  I want to understand how the new XML formats for Excel 2007 are going to affect my approach to developing solutions for Excel.  Typically I use Automation by referencing the Excel Object Model 12.0 in my VB projects.  This allows me to access the Excel Object Model and the project runs by opening Excel on the client side.  <br/><br/>As I move forward, I now know that I can work with the Office Open XML and Open Document Format (ODF) for all spreadsheets.  If I decide to move towards a web-based solftware solution (say ASP.Net) and focus on the new XML format (Office Open XML and ODF), does this imply that I will no longer use the Excle Object Model via Automation?  Does this mean that I have to learn a new Object model for Excel XML and ODF?  Assume further that I may want to dump the spreadsheets into a SQL/Oracle Server at some point and reassemble them.  How do these new formats aid me in doing so?<br/><br/>I cannot seem to find any information to answer these questions.<br/><br/>Thanks<br/><br/>EMThu, 02 Apr 2009 16:10:21 Z2009-04-03T16:57:53Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/8768c22e-00fb-4c9f-98af-fa2a616df07ahttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/8768c22e-00fb-4c9f-98af-fa2a616df07aphd_telesnaphttp://social.msdn.microsoft.com/Profile/en-US/?user=phd_telesnapSIP authenticating server protocol version 4 and aboveHi,<p>first thanks for all the open documents provided. It's a great resource for us developer.</p><p>Unfortunately I have come to the limit of the documentation and missing some new feature explained.<br></p><p>In MS-SIPAE (Version 2.0, Dec 12, 08), the extension to the SIP concerning authentication, everything is covered until and including authentication protocol version 3 (chapter 3.2.4.1 Sending Messages to the SIP Server). There are some additions to the signature computation in version 4 and above which are not covered here. Is there a chance that this will be added in the near future? Or is there an other source that explains what is missing?</p><p>BR</p><p>Peter</p>Fri, 30 Jan 2009 14:17:03 Z2009-03-27T19:01:57Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/e1769f4b-df03-4095-bdf7-925e70ee2d6chttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/e1769f4b-df03-4095-bdf7-925e70ee2d6cAlex Morrillhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20Morrill What’s New – August 2008 Release (posted on 08-19-09) <span style="font-size:10pt;color:black;font-family:'Verdana','sans-serif'"><b>What’s New – August 2008 Release </b></span> <p style="background:white"><span style="font-size:10pt;color:black;font-family:'Verdana','sans-serif'">This release includes document changes made since the previous release.</span></p> <p style="background:white"><span style="font-size:10pt;color:black;font-family:'Verdana','sans-serif'">[MS-CTAP] </span><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Microsoft Windows CardSpace Security Token Acquisition Protocol</span> <span style="font-size:10pt;color:black;font-family:'Verdana','sans-serif'">is preliminary documentation.</span></p> <p style="background:white"><span style="font-size:10pt;color:black;font-family:'Verdana','sans-serif'">The following known issues exist in the August 2008 Release:</span> </p> <ol style="margin-top:0in" type=1> <li style="background:white;margin:0in 0in 0pt;color:black"><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Underscore characters are not always visible in code in the PDF files depending on the magnification selected by the user. Those characters are present in printed versions. </span></li> <li style="background:white;margin:0in 0in 0pt;color:black"><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Information in a table row may split across two pages.</span></li> <li style="background:white;margin:0in 0in 0pt;color:black"><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Table borders are not always visible depending upon the magnification selected by the user. Borders are present in printed versions of the PDF. </span></li> <li style="background:white;margin:0in 0in 0pt;color:black"><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Cross-protocol links are only functional when the PDF files for the protocols are in the same folder. </span></li> <li style="background:white;margin:0in 0in 0pt;color:black"><span style="font-size:10pt;font-family:'Verdana','sans-serif'">Bookmarks do not work in the system overviews.</span><span style="color:black"></li></ol></span>Wed, 18 Feb 2009 16:11:56 Z2009-02-18T16:12:15Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/25ccf091-7943-4ee2-b73a-e9b95516eb4fhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/25ccf091-7943-4ee2-b73a-e9b95516eb4fOmego2Khttp://social.msdn.microsoft.com/Profile/en-US/?user=Omego2Kexcel: how to set a certain row to repeat at the top when printingHi I am creating a dynamic excel document using HTML/XML. Yet I can't seem to figure out how to get a specific row to repeat at the top when printing. Closest I found was an office CSS property which I am not sure how to use as what I've tried is not working. The property is &quot;mso-print-title-row&quot; and I've tried using it like this:<br><br>&lt;style&gt;<br><br>@print<br>      {<br>      mso-print-title-row: $1:$1;<br>      }<br>&lt;/style&gt;<br><br>Also I am still not sure that this is how it's done. Any help would be appreciated.<br>Fri, 19 Dec 2008 17:03:35 Z2009-01-06T22:13:37Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/3de0fdf0-a2fd-4f06-968f-a2093b3a5600http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/3de0fdf0-a2fd-4f06-968f-a2093b3a5600yb_priyahttp://social.msdn.microsoft.com/Profile/en-US/?user=yb_priyaHelp with micorsoft acesshi i am having a bit of triuble actaully i have a very old cd actaully having an apllication of viewing students in 1987 done in  2003 Acess and it came in cd with .mdb file and a ui to display the data properly but apparently i want to edit this file and i am having trouble doing that it says that i donot have permission and the error number is 3033 if you google search it....so i read a few they all are talking about having some .mdw file i am not sure even though i found one called system.mdw but not sure how to use it ....please help me with this issue thanks <hr class="sig">D.BoyFri, 28 Nov 2008 16:45:25 Z2008-12-02T21:13:44Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/d59dab2a-7429-4931-8593-1cddcf22b0e5http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/d59dab2a-7429-4931-8593-1cddcf22b0e5Johnnyshihttp://social.msdn.microsoft.com/Profile/en-US/?user=Johnnyshiaddon for Outlook<div class=messageData><p>I am interested in writing an addon for Outlook, which reads in each individual emails and back it up. One thing I have no clue what-so-ever is how to access individual emails?</p><p> Any help would be great.</p><p> </p>Thanks </div> <div class="abusive disabled"><a title="Report post as abusive" class=target>Report post as abusive</a></div> Wed, 19 Nov 2008 16:01:45 Z2008-12-15T21:29:33Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/7a8a5390-5f9f-4753-b40e-b6c18180f8a2http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/7a8a5390-5f9f-4753-b40e-b6c18180f8a2Dave Hannahttp://social.msdn.microsoft.com/Profile/en-US/?user=Dave%20HannaHow to create a new Office DocI'm beating my head against the wall thinking &quot;This CANNOT be that hard&quot;, but I can't find the answer. <br><br>I am just getting started with the OpenXml SDK, and I have what should be a simple task: I want to read in a Word Template file (.dotx), perform some manipulations on the content, and write it back out as a new Word document (.docx), with a different file name. Disregard the manipulations for the moment. How do I save the package as a new filename?  All the examples read in a file, perform manipulations,and use XmlDocument.Save to write it back out, but I can't find a way to change the file name that it's written to.  The TargetPath and TargetName properties of the MainDocumentPart are read only, so I can't just change those.<br><br>I appreciate the help.Wed, 15 Oct 2008 14:42:43 Z2008-11-20T17:35:29Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/0f240058-b041-4ebf-8ea2-77f5c2b30a4dhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/0f240058-b041-4ebf-8ea2-77f5c2b30a4dChris Mullaneyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Chris%20MullaneyTechnical documentation links don’t resolve in Adobe Reader 9  <p style="margin:0in 0in 0pt 0.25in"><span style="font-size:11pt;font-family:'Calibri','sans-serif'">This is a change introduced by Adobe, which has altered the default setting for view mode in Adobe Reader 9. In order to access links, users need to change their settings so that the document is not in view mode.  In Adobe Reader 9, go to the <b>Edit</b> menu and click <b>Preferences</b>. In the <b>Categories</b> list, click <b>Documents</b>. Under <b>PDF/A View Mode</b>, change the selection from <b>Only for PDF/A documents</b> to <b>Never</b>, and click <b>OK</b>. </span></p> <p style="margin:0in 0in 0pt 0.25in"><span style="font-size:11pt;font-family:'Calibri','sans-serif'"> </span></p> <p style="margin:0in 0in 0pt 0.25in"><span style="font-size:11pt;font-family:'Calibri','sans-serif'">Additional details  on changing the setting can be located via the Adobe help site: <a href="http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS3E0E8467-B787-4020-A1D3-6BC762A42DF2.w.html"><span style="color:windowtext">http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS3E0E8467-B787-4020-A1D3-6BC762A42DF2.w.html</span></a></span><i></i></p>Mon, 20 Oct 2008 19:46:07 Z2008-10-20T19:46:24Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/7a2fc863-f727-4689-b317-8e4d04ea81b0http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/7a2fc863-f727-4689-b317-8e4d04ea81b0bhikajihttp://social.msdn.microsoft.com/Profile/en-US/?user=bhikajiHide message  <div class=messageData> Hi <br>. I have a requirement to hide certain outlook items eg mail, appointment inside outlook. They should still reside in Exchange, but based on certain conditions eg properties they should not be visible to user in OL. I thought of doing so using Exchange client extension . Could you please let me know if this can done?If so it would be nice if u can explain in brief how.<br><br>Thanks<br>Shailesh</div> <div class="abusive disabled"><a class=target><font color="#c6c6c6">Post is abusive</font></a></div>Thu, 16 Oct 2008 14:34:10 Z2008-10-18T03:11:24Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/30b36c52-3c78-4031-b966-3d20dd24420bhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/30b36c52-3c78-4031-b966-3d20dd24420babcd_abcd_woowhttp://social.msdn.microsoft.com/Profile/en-US/?user=abcd_abcd_woowADO or DAO?<p>Hi all,<br><br>I have to write new application in access2003 and I am new in access. I edited access application before and this is first time I have to create one.<br><br>I really don't know Which method I Should choose for my application ADO or DAO.<br><br>The application only has 7 tables and I have to make data entery form fro this application as well. Please guid me what is the best way to do this.<br><br>Is there any way I make user to use my command button for inserting and Uodating and deleteing data instead of using the keys at the form.(|&lt;   , &lt;  ,&gt;, &gt;|, etc)<br><br>Please Please Help me.</p><hr size="1" align="left" width="25%">abcdTue, 07 Oct 2008 03:22:31 Z2008-10-07T04:17:36Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/57ca6c6d-836c-43d5-badd-70cb43c7ff31http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/57ca6c6d-836c-43d5-badd-70cb43c7ff31skmguyhttp://social.msdn.microsoft.com/Profile/en-US/?user=skmguyVB in ExcelI've created a macro in excel in VBscript.  The macro migrates a portion of one excel spreadsheet and sends it to another workbook and then closes the workbook.  I want to change the default location that pops up everytime you save something.  I have changed the default save name text, but haven't figured out the path.  Any help is greatly appreciated! Thanks.<hr size="1" align="left" width="25%">Control System DeveloperMon, 06 Oct 2008 21:03:02 Z2008-10-07T03:07:05Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/89544d6b-c234-4e74-8982-1b09caf26a94http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/89544d6b-c234-4e74-8982-1b09caf26a94Andrew Brennerhttp://social.msdn.microsoft.com/Profile/en-US/?user=Andrew%20BrennerThis forum is moving on Monday 6/23<p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>Microsoft has created a new forums platform (</font><a title="http://forums.msdn.microsoft.com/en-US/forums/" href="http://forums.msdn.microsoft.com/en-US/forums/"><span style="color:purple"><font face=Calibri size=3>MSDN</font></span></a><font face=Calibri size=3> | </font><a title="http://forums.technet.microsoft.com/en-us/Forums/" href="http://forums.technet.microsoft.com/en-us/Forums/"><span style="color:purple"><font face=Calibri size=3>TechNet</font></span></a><font face=Calibri size=3> | </font><a title="http://forums.expression.microsoft.com/en-US/forums/" href="http://forums.expression.microsoft.com/en-US/forums/"><span style="color:purple"><font face=Calibri size=3>Expression</font></span></a><font face=Calibri size=3> | </font><a title="http://forums.community.microsoft.com/en-US/forums/" href="http://forums.community.microsoft.com/en-US/forums/"><span style="color:purple"><font face=Calibri size=3>Microsoft</font></span></a><font face=Calibri size=3>) with increased performance, stability, and an improved user experience. On Thursday (<b>6/5</b>)<b> </b>this forum will be moving to the new platform. </font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3></font> </p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.</font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3></font> </p> <p class=MsoListParagraph style="margin:0in 0in 0pt 1in;text-indent:-0.25in"><span style="font-family:'Calibri','sans-serif'"><font size=3>1.</font></span><span style="font-size:7pt"><font face="Times New Roman">       </font></span><font size=3><span style="font-family:'Calibri','sans-serif'">All posts in the forum will be preserved</span><span style="font-size:15pt"></span></font></p> <p class=MsoListParagraph style="margin:0in 0in 0pt 1in;text-indent:-0.25in"><span style="font-family:'Calibri','sans-serif'"><font size=3>2.</font></span><span style="font-size:7pt"><font face="Times New Roman">       </font></span><font size=3><span style="font-family:'Calibri','sans-serif'">Any points you’ve received for replies will move with you (on a per forum basis)</span><span style="font-size:15pt"></span></font></p> <p class=MsoListParagraph style="margin:0in 0in 0pt 1in;text-indent:-0.25in"><span style="font-family:'Calibri','sans-serif'"><font size=3>3.</font></span><span style="font-size:7pt"><font face="Times New Roman">       </font></span><font size=3><span style="font-family:'Calibri','sans-serif'">Any bookmarks to this forum or threads within this forum will redirect to their new location</span><span style="font-size:15pt"></span></font></p> <p class=MsoListParagraph style="margin:0in 0in 0pt 1in;text-indent:-0.25in"><span style="font-family:'Calibri','sans-serif'"><font size=3>4.</font></span><span style="font-size:7pt"><font face="Times New Roman">       </font></span><font size=3><span style="font-family:'Calibri','sans-serif'">Your “My Threads” will be preserved on the new platform</span><span style="font-size:15pt"></span></font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font size=3><font face=Calibri><span style="font-size:12pt"></span></font></font> </p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>The only thing you’ll need to do after migration is set Windows Live Alerts for any threads you were tracking.</font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3></font> </p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>If you have feedback, let us know in the </font><a title="http://forums.technet.microsoft.com/en-US/suggest/threads/" href="http://forums.msdn.microsoft.com/en-US/suggest/threads/"><span style="color:purple"><font face=Calibri size=3>suggestions forum</font></span></a><font face=Calibri size=3> or contact me directly at Andrew.Brenner at Microsoft.com</font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3></font> </p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>Thanks,</font></p> <p class=MsoNormal style="margin:0in 0in 0pt 0.5in"><font face=Calibri size=3>-Andrew</font></p>Wed, 04 Jun 2008 05:14:20 Z2008-09-30T22:11:11Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/ace55a53-acb3-4081-b45e-aa6491f798d9http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/ace55a53-acb3-4081-b45e-aa6491f798d9newkeyhttp://social.msdn.microsoft.com/Profile/en-US/?user=newkeyWhere to download the Office Open Protocol Specifications? thanks.<p align=left><font face=Arial size=2>Where to download the Office Open Protocol Specifications? thanks.</font></p>Wed, 09 Apr 2008 04:49:17 Z2008-09-30T22:08:01Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/91092a24-71b4-4092-86b0-29efcac5cfechttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/91092a24-71b4-4092-86b0-29efcac5cfecThomas Leehttp://social.msdn.microsoft.com/Profile/en-US/?user=Thomas%20LeeCommunity Content for Office ProtocolsThe Open Office Protocol set are sweet - very nice and thanks.<br><br>In reading some of them carefully, there are some places where clarification would be useful and community content might be helpful. <br><br>Can MS open up community content?<br> <hr size="1" align="left" width="25%">Thomas LeeFri, 18 Jul 2008 22:20:14 Z2008-09-24T19:27:50Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/07e842e7-0f33-4406-8ddb-359e3af32119http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/07e842e7-0f33-4406-8ddb-359e3af32119jonphenryhttp://social.msdn.microsoft.com/Profile/en-US/?user=jonphenryOpen Access database from C#IM working on a small C# program to backup My Access database automatically and woould like to add a few bells and whistles. Id like to be able to open the selected database from the program in exclusive and non-exclusive mode. Ive read the articl on SMSDN about Access automation as well as others but still have a problem.<br><div style="overflow:auto;background-color:white;line-height:100% ! important;font-family:Courier New;font-size:11px"><table style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;background-color:rgb(255, 255, 255)" cellpadding=0 cellspacing=0><col style="font-family:Courier New;font-size:11px;padding-left:10px;white-space:nowrap"><tbody><tr><td><font style="font-size:11px">using </font><font style="color:red">Access</font><font style="font-size:11px"> = </font><font style="color:blue">Microsoft</font><font style="font-size:11px">.Office.Interop.Access; </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)"> </td></tr><tr><td>....... </td></tr><tr><td style="background-color:rgb(247, 247, 247)"> </td></tr><tr><td>private void btnOpenCurrDB_Click(object sender, EventArgs e) </td></tr><tr><td style="background-color:rgb(247, 247, 247)">{ </td></tr><tr><td>   // Start a new instance of Access for Automation: </td></tr><tr><td style="background-color:rgb(247, 247, 247)">   Access.Application <font style="color:red">oAccess</font><font style="font-size:11px"> = </font><font style="color:blue">new</font><font style="font-size:11px"> Access.ApplicationClass(); </font></td></tr><tr><td>   if (<font style="color:red">cbExclMode.Checked</font><font style="font-size:11px"> == true) </font></td></tr><tr><td style="background-color:rgb(247, 247, 247)">   { </td></tr><tr><td>       //Open a database in exclusive mode: </td></tr><tr><td style="background-color:rgb(247, 247, 247)">       oAccess.OpenCurrentDatabase(@&quot;C:\FTTH.mdb&quot;, true,null); </td></tr><tr><td>   } </td></tr><tr><td style="background-color:rgb(247, 247, 247)">   else </td></tr><tr><td>   { </td></tr><tr><td style="background-color:rgb(247, 247, 247)">       // Open a database in non-exclusive mode: </td></tr><tr><td>       oAccess.OpenCurrentDatabase(@&quot;C:\FTTH.mdb&quot;, false,null); </td></tr><tr><td style="background-color:rgb(247, 247, 247)">   } </td></tr><tr><td>} </td></tr></tbody></table></div>When I run the program, and click on the OpenCurrDB button I get 'InvalidCastException was unhandled'<br>Unable to cast COM object of type 'Microsoft.Office.Interop.Access.ApplicationClass' to interface type 'Microsoft.Office.Interop.Access._ApplicationClass'. The exception cmoes in either of the two oAccess.OpenCurrentDatabase lines depending on whether or not I have the exclusive checkbox checked.<br><br>Im a novice programmer, the rest of my program works fine, I just cant seem to get my hand on this part. Fri, 12 Sep 2008 21:51:10 Z2008-09-30T22:13:00Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/a050c555-a280-496d-8823-e9062ba8db44http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/a050c555-a280-496d-8823-e9062ba8db44saranya kasimanihttp://social.msdn.microsoft.com/Profile/en-US/?user=saranya%20kasimanicorrelation between chart and its data How chart correlates with its data in excel?<hr size="1" align="left" width="25%">saranyaTue, 26 Aug 2008 08:43:42 Z2008-08-29T22:27:49Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/3b3425a6-6f7a-425c-b4ae-4c8cafe4fbb1http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/3b3425a6-6f7a-425c-b4ae-4c8cafe4fbb1Becky Clementshttp://social.msdn.microsoft.com/Profile/en-US/?user=Becky%20ClementsPrinting EMFs - all help appreciated!<font size=2>I am having problems printing enhanced metafile images in a Microsoft Word document. <p>The images were made in Microsoft PowerPoint and consist of several layers. These layers were ?grouped? and the image saved as an enhanced metafile. These enhanced metafile images were then inserted into the Word document.</p> <p>These images were created on my PC laptop and print fine on a PC desktop computer linked to a HP deskjet priniter. However, I would like to print this document on a HP5550 laser printer. It is using the PC computer linked to the HP5550 laser printer that I am having difficulties printing these enhanced metafile images.</p> <p>When the document is viewed in page view, and print preview, all of the enhanced metafile images can be viewed correctly. Unfortunately, when I print these enhanced metafile images in Word, these images do not print as created/viewed. The top layer of the image is fine but the lower layers of the image are obscured because the transparent regions of the top layer have been converted into white coloured regions.</p> <p>I can save the document as a PDF and the images will print correctly from the computer linked to the HP5550 laser printer. However, I would prefer to print directly from Word as the images become more pixelated in the PDF format.</p> <p>Please could you tell me what settings I need to change on the PC computer linked to the HP5550 laser printer (Word or printer?) to allow these enhanced metafile images to print correctly from Word.  Many thanks</p></font>Mon, 04 Aug 2008 09:33:31 Z2008-08-06T17:58:29Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/1ca91be0-f616-4f72-b165-c15d87aa6b58http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/1ca91be0-f616-4f72-b165-c15d87aa6b58Anup.Kamathttp://social.msdn.microsoft.com/Profile/en-US/?user=Anup.KamatWord Macro Paragraph Style<p>Hello All,</p> <p>I have text's(dates like 1920) having some particular style in a page while using Macro. The word document has about 90 pages. The text having style starts from 9th page. So I reach 9th page and read the first text in the table having the style and set it as header.There are some more text's having same style on same page.</p> <p>My problem is that I want to jump to next page to select the first text having style and set as header while ignoring other text's that follow, on the same page. Is there a solution by using Paragraph? As curently it sets all the text's of the same page as header.</p> <p>Here is my function below:</p> <p>Function setCIHeader()</p> <p>Dim doc As Document<br>Dim objParagraph As Paragraph</p> <p>'Dim pgno As Integer<br>Set doc = Documents.Open(ActiveDocument.path &amp; &quot;\cumindex.chrono.en.doc&quot;)<br>doc.Activate</p> <p>Selection.GoTo What:=wdGoToPage, Which:=wdGoToPrevious, count:=10</p> <p>pgno = getActualCurrentPageNo<br>'Dim n As Integer<br>n = 8</p> <p>Do While pgno &lt; n<br>pgno = getActualCurrentPageNo<br>goToNextPage<br>Loop</p> <p>'Do While pgno &gt;= 8<br>'Loop</p> <p>'For Each itm In doc.ActiveWindow.Application.ActiveDocument.Paragraphs<br>For Each objParagraph In ActiveDocument.Paragraphs<br>'goToNextPage</p> <p>With objParagraph<br>If objParagraph.style = &quot;Chrono.conclusionyear&quot; Then<br>'MsgBox (objParagraph.style)</p> <p>.Range.Select<br>'goToPreviousPage<br>Selection.MoveUp Unit:=wdLine, count:=1<br>'Selection.InsertBreak Type:=wdSectionBreakContinuous<br>'Selection.MoveDown Unit:=wdLine, count:=1<br>'goToNextPage<br>ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader<br>Selection.HeaderFooter.LinkToPrevious = Not Selection.HeaderFooter. _<br>LinkToPrevious<br>'Selection.WholeStory<br>'Selection.delete Unit:=wdCharacter, count:=1<br>Selection.MoveDown Unit:=wdScreen, count:=1<br>MsgBox (Trim(objParagraph.Range.text))<br>ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader<br>Selection.InsertAfter (vbLf)<br>Selection.TypeText text:=Trim(objParagraph.Range.text)<br>'Selection.MoveDown Unit:=wdScreen, count:=1<br>'Selection.MoveDown Unit:=wdLine, count:=10<br>'ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageFooter<br>'Selection.MoveDown Unit:=wdLine, count:=3<br>'n = getActualCurrentPageNo + 1<br>ActiveWindow.ActivePane.View.NextHeaderFooter<br>Selection.GoTo What:=wdGoToTable, Which:=wdGoToNext, count:=1<br>n = n + 1<br>Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, count:=n<br>'Selection.GoTo What:=wdGoToTable, Which:=wdGoToNext, count:=2<br>'objParagraph.style = Nothing<br>'Selection.GoTo What:=wdGoToTable, Which:=wdGoToNext</p> <p>'ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader<br>'If Selection.HeaderFooter.IsHeader = True Then<br>'Selection.HeaderFooter.LinkToPrevious = Not Selection.HeaderFooter. _<br>'LinkToPrevious</p> <p>'Else<br>' ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader<br>'End If</p> <p>'Exit Function<br>End If<br>End With<br>Application.StatusBar = &quot;Setting Header in pages...Please Wait..&quot;<br>Next<br>doc.Close savechanges:=wdSaveChanges<br>Application.StatusBar = &quot;Done...&quot;<br>'Loop ''New R&amp;D</p> <p>End Function</p> <p>Thanks in advance,</p> <p>Anup</p> Thu, 24 Jul 2008 09:04:02 Z2008-07-24T15:52:32Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/1d92ccac-9e10-4321-aa2e-80d3d8e805e8http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/1d92ccac-9e10-4321-aa2e-80d3d8e805e8अमोल सोनवणेhttp://social.msdn.microsoft.com/Profile/en-US/?user=%u0905%u092e%u094b%u0932%20%u0938%u094b%u0928%u0935%u0923%u0947How to Update Contact Details in MS Outlook using API/MS Office SDK Hello,<br><br>How to Update Contact Details in MS Outlook using API/MS Office SDK  <br>I have referred http://msdn.microsoft.com/en-us/library/aa168454(office.11).aspx<br>but i can successfully add user details in ms Outlook, But how to update Outlook contact details from  application.<br><br>Thanks <br><br> Wed, 09 Jul 2008 13:46:59 Z2008-08-06T21:11:00Zhttp://social.msdn.microsoft.com/Forums/en-US/os_office/thread/882cf250-80d1-4ff6-9782-331e7f003744http://social.msdn.microsoft.com/Forums/en-US/os_office/thread/882cf250-80d1-4ff6-9782-331e7f003744WordlDominationhttp://social.msdn.microsoft.com/Profile/en-US/?user=WordlDominationHow to permanently delete MICROSOFT OFFICE ENTERPSIE 2007?!!<p align=left><font face=Arial size=2></font> </p> <p><font size=5>Hi, I have been looking all over the net to find out how to delete mircosoft office enterprise 2007 permanently from my comp. After using a trial version it doesn't remove from my computer.</font></p> <p align=left><font size=5></font> </p> <p align=left><font size=5>Please, help!</font></p> <p align=left><font size=5></font> </p> <p align=left><font size=5>Thanks your help would be greatly appreciated.</font></p> <p align=left><font size=5></font> </p> <p align=left><font size=5>J.Joab</font></p>Fri, 18 Apr 2008 16:35:43 Z2008-07-28T20:06:54Z