User Profile

Collapse

Profile Sidebar

Collapse
deego
deego
Last Activity: Apr 21 '12, 07:52 AM
Joined: Apr 4 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Namespace Error Using Microsoft.Office.Interop.Word;

    Hi,

    I use this program to sort the images in word document. in this i try to get the input as MS Word document.

    while compiling it ends with namespace error

    Code:
    using System;
    using System.Collections;
    using System.Collections.Generic;
    using Word = Microsoft.Office.Interop.Word;
    
    namespace WindowsFormsApplication1
    {
        class WindowsFormsApplication1
    ...
    See more | Go to post

  • How to compare 2 strings in a word document (with special character)?

    I need to compare two strings in a word document i work it out for alphabetic and numeric values but it is not able to compare a string which contains some special characters like (Máceres-Cartínez) Here a and i is occur with special character so it is not compare.
    See more | Go to post
No activity results to display
Show More
Working...