Hi everybody i need some articles or hints about getting all the text in a word document using csharp, the text to get includes the text in all kinds of shapes, header footer, controls and all the complications of the word document thanks a lot
Tarek Jabri
Posts
-
Getting all text in word document -
Calling web browserHi thanks a lot, that worked well thanks again
-
Calling web browserHi am developing an application with MFC and i need to know how can i run the registered web browser and pass a url to naviagate to it. thanks a lot
-
Need bookHi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek
-
Need bookHi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek
-
Need BookHi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek
-
MSWord COM Addin problemHi i developed a com addin for msword in MFC i have done the registration issues for it ,and i added a menu item for invoking the addin functionality , so it is registered and working properly when i open NEW word document. the problem occurs when i OPEN an already saved word document, when i click the menu item the famous error message appears "Microsoft office word has encountered a problem and needs to close, we are sorry for the inconvience" when i work on a new word document i can attach to the word process and debug but when i work on an opened word document i can attach but the break points are not active can anyone give me any hint? thanks alot
-
MSWord com add-in problemHi i developed a com addin for msword in MFC i have done the registration issues for it ,and i added a menu item for invoking the addin functionality , so it is registered and working properly for a NEW word document. the problem occurs when i OPEN an already saved word document, when i click the menu item the famous error message appears "Microsoft office word has encountered a problem and needs to close, we are sorry for the inconvience" when i work on a new word document i can attach to the word process and debug, but when i work on an opened word document i can attach but the break points are not active can anyone give me any hint?? thanks alot
-
Getting Office language settings in MFCHi everyone i am developing a com add-in for MSWord in MFC, and i need to get the current UI language of the MSWord to make it the UI language of the add-in i know that there is a method in the application class called get_LangaugeSetting , but in MFC this will retrun a dispatch, i need the LanguageSettings class to attach it with the dispatch and i dont know where to get this class from any help please thanks all
-
Web service in the MFC, who can answer???????hello i am calling a web service written in C# , from MFC application , and i need to know how to change the time out of the web service from the MFC application thanks alot
-
Dialog activexHello everyone i need to have an activex that behaves as a modal dialog so i need to create it dynamically and show it as modal dialog anyone can help me with this?
-
mshflexgrid problemHi everyone i am developing new class that inherits from mshflexgrid, i need it to be editable so, i have an edit box that is located in the current selected cell. i need to have this edit box always visible even if the grid lost the focus when the current cell is the previous one to the last(the whole number of row is 30 and 10 are visible), and am scrolling up (so the current cell should move down) the grid automatically scroll down to show the edit box again. i want to stop this automatic scroll to keep the edit box invisible how can i solve this please? and thanks alot
-
MDI: New document using wizard (Where are you Microsoft people)Hi first thanks alot for your reply actually in the finish page of the wizard i give the user the choice to end the document and save the results in a file, or to open the view to show him the data he already chose in the wizard to enable him to update them. i also need to know how to hide the child frame, and how to associate the new document with the wizard thanks
-
MDI: New document using wizard (Where are you Microsoft people)Hello everybody i am working on MDI application using mfc, the user can have new file in the regular way, or by using a wizard. i have no problem in the regular way since the document , the view and the framework are attached to each other in the initinstance method in the application. the problem is in the wizard way. in the wizard i have to set the child frame hidden, and attach the document to the wizard, and to destroy the document after finishing the wizard. any help or sample is appreciated thanks alot bye
-
MSHflexgrid and images questionHi everybody am working on mshflexgrid, i need to know how can i set an icon in the row header to indicate that the row is the current one, and how to remove it when moving to another row. thanks alot Byeeeeeeeee
-
MSHflexgrid and images questionHi everybody am working on mshflexgrid in mfc, i need to know how can i set sn icon in the row header to indicate that the row is the current one, and how to remove it when moving to another row. thanks alot Byeeeeeeeee
-
MSHflexgrid hide column questionHi I am working on mshflexgrid in mfc i want to know how can i hide a column, setting the width to zero is one solution ,but the user still can resize it and see the hidden column thanks alot
-
Resizing child frame with nested csplitterwndi know it must go in the onsize handler in the child but i want to know how to do it?
-
Resizing child frame with nested csplitterwndHi everybody: i have a child frame with four splitters and five views, when i resize the child frame (decreasing for example) only the size of the first view decreases until it becomes zero, so the second view`s size starts to decrease, and so one i want to make all the views shrinks equally when resizing the child frame any help is appreciated thanks alot
-
CCombobox drawitem questionthanks alot it worked fine in drawitem method after testing that the itemid is in the valid range of indices. but the items seems so close to each other, how can this be solved? and how can i remove the border from the edit area of the combo? again thanks alot for your help