About 7,210 results
Open links in new tab
  1. Cursor is jumping when using shape.Delete …

    Jun 1, 2016 · Setting the cursor to the default location will cause the same problem. The problem: if you have the cursor in the first page, than you scroll down few pages (the shape is deleted during save …

  2. How can I move cursor to end of table In word application

    Dec 31, 2015 · I have a Word document with 2 pages and I've insert table that table start from page one and continues until the middle of the second page (Only one table exist in document). In Delphi …

  3. how to change cursor color while cursor wait wpf c#

    Sep 13, 2016 · As far as I know, the built-in APIs have not provided such method for you to do it. You should need to custom cursor by yourself. For example, you could load a custom cursor file “.cur”.

  4. C# - Calculating page count in Microsoft Word - Bug?

    Sep 25, 2014 · I have a word document that is a full 2 pages of text (any more text will push the document to the next page). Inside Word, I can go to the "Review: Word Count" and see that it is 2 …

  5. FormField Entry/Exit macro not firing when user using mouse to click ...

    May 23, 2012 · When having a locked Word document with several FormFields having entry/exit macros the macros are always triggered when user use keyboard to navigate. When user use the mouse to …

  6. Why won't my add-in validate? - social.msdn.microsoft.com

    Dec 11, 2018 · I've been working on a word add-in, and I'm trying to get it up and running, but I'm getting some XML Schema violations that I need to fix first. I've tried posting this on stackoverflow, …

  7. How to align flashing cursor in the middle of an input box

    Oct 7, 2021 · I have an input box, where the flashing cursor is in center in all browsers. But, in MS Edge its left aligned. How can i center this in Edge? As Khanna said, text-align: center could center the …

  8. Dynamic programming Money change - social.msdn.microsoft.com

    Jul 7, 2017 · I have two functions recursive and iterative to calculate money change; in the iterative version I needed to check for if the money is multiple of change (money modulus change is zero): is …

  9. Convert HTML to Word Document - social.msdn.microsoft.com

    Feb 11, 2010 · Hi! I wish to convert a HTML file to Word Document file. Is there anyway to save it as (*.doc) using Microsoft.Office.Interop library? Or is there any alternative method beside changing the …

  10. ListBox SelectionChanged Event fires twice

    Actually, the event fires twice when first time i try to Change the SelectedIndex and then it works fine means SelectionChanged event fires once after the first time.