Group:  General ยป microsoft.public.officedev

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  
Calling VTSO Class/Procedure from an External Application
Does anyone know how to execute/call a VSTO class/procedure from an external application? Currently we have a server side application that executes Excel Macros to generate reports for us. We would like to move to VSTO, but are unable to fixgure out how to execute its code from an external source. Any help would be appreciated. Regards, Eric S....
3 03.01.2006 15:36:02
Winfixer
Is there a way to get rid of Winfixer?...
1 01.01.2006 23:19:02
embedded template in excel and word
hello there, sorry for my poor english, I'll try to be as clear as possible ... I'm doing a small dev to automate some tasks. I have an excel sheet, which generate automatically a word document, with the data that are in the cells. actually, the dev is working perfectly, but I wanted to make it as portable as possible. I have a template for the word document that is generated, and I w...
3 30.12.2005 14:03:36
Outlook rule for message header
Hi! I have two colleagues e-mail accounts redirected to my e-mail in our company. For example somebody send e-mail to xy@mycompany.com and e-mail server redirects this e-mail to my address myaddress@mycompany.com. I don't know how can I define the rule, because getting information from TO or CC box is not a solution, because if somebody send one e-mail to me and person XY, I recieved t...
1 30.12.2005 12:21:31
msofile.dll documentation?
Hi, I have been searching high and low for documentation on the Microsoft Office product "msofile.dll". What I need is a list of the functions, their arguments and what they return. I'm trying to use the dsofile.dll in a program I'm making in Macromedia, so it isn't VB or .NET, which is why I need the documentation. Any help would be really appreciated, Thanks, Ariel...
7 30.12.2005 10:37:35
office xp developper
Where can I find it please !!!! --------------= Posted using GrabIt =---------------- ------= Binary Usenet downloading made easy =--------- -= Get GrabIt for free from http://www.shemes.com/ =- ...
2 29.12.2005 14:02:34
Earn money Online - without risk!
Earn money Online - without risk! For all people, who can utilize money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without yourself you someone makes directions? Would you yourself like to determine, when, how much and like often you salary? Work for yourself ? Then you should take yourself a couple minutes time. You happil...
1 25.12.2005 02:33:32
newbie office pia quesiton
Hi, I'm 2 days new in developing windows application using Office XP PIA, I have been an asp.net web developer all this time. I need to add a toolbar (actually just a button) to office XP and when user clicks this button, it activates my backend code which extra content from a webservices and then parse it and attach some content to word's custom properties. I have no problem with th...
2 24.12.2005 15:14:33
Accessing mailmerge fields within text boxes
I'm using Word 2003 SP2 and have a single page document containing a variety of text, as well as some mailmerge fields. I have recently added a few text boxes and within these text boxes I have placed normal text and also mailmerge fields. I'm (eventually) doing a mailmerge via VB macros and the problem I have is that when I iterate through the fields on the document, I'm only ever see...
2 24.12.2005 15:14:32
THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE < Would store / would copy this text or side before the administrator could remove this letter. This special program is acquire copyrighting-protected, only with the participation you the copyrighting at this program. Prohibited utilization leads to the notice! THE > SUPER-MONEY-SOURCE < In this program, there is really money. 1200.- Euro ...
1 22.12.2005 23:44:16
Is reflection really necessary when using the PIAs from another application?
I have discovered (much to my disappointment) that in order to access Word document properties and methods from a Windows Forms application, I have to use reflection instead of calling the methods directly. For example, when I need to access the Word.Document.CustomDocumentProperties collection from VSTO (VBA would be similar), I can use the following syntax: Microsoft.Office.Interop.Word....
3 21.12.2005 18:04:27
Creating a new Word document using ASP.NET (VB.NET)
Hello All, I have a VB.NET web application (1.1 framework) that creates a new Word document through interop.word.dll. I have a Windows Server 2003 with Office XP Professional installed. I've also installed the Office XP PIA. In my VB.NET application, I want to create a new Word document using the following code: Dim MSWord As New Word.ApplicationClass Dim doc As Word....
2 20.12.2005 09:59:00
Q about VS tools for office edition
I am unclear, is VS 2005 tools for office a stand alone product or is it an add on purchase to one of the standard/pro versions? If its a stand alone then does that mean VS 2005 for office cant create ASP.NET projects? Thanks...
2 19.12.2005 20:27:04
how can change file type of saved photo
I want to change type of bitmap image to JPG IMAGE. How can i do?...
1 17.12.2005 12:44:03
Can I call OfficeCodeBehind (vsto) methods from a Windows Forms app?
Is it possible to call OfficeCodeBehind methods externally? I have created a Word 2003 template using VSTO 2003, and I would like to call a few of the methods implemented in the OfficeCodeBehind class from a Windows Forms application. I know that I can link the methods to CommandBar buttons and execute them by calling the CommandBarButton.Execute method. What I'm hoping to do is call them usi...
4 16.12.2005 04:55:49
Excel.exe Process stays open in my "Task Manager" (C# ASP.Net Development)
Hi , I Used the object Excell Application(COM INTEROP) and it is staying as an open process, And the owner(User Name) is ASPNET Altough I try to release it with : System.Runtime.InteropServices.Marshal.ReleaseComObject, And GC.Collect. Every time I am opening a new Excel.Application() , I get more Processes in memory. Note: I am calling the CreateExcellObj each time I am pressing a b...
1 14.12.2005 17:33:51
NET.framework
Hello from Steved How do I enable the below thankyou. ************* JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled....
5 13.12.2005 17:16:05
Track Changes - multiple revisions, same author
When a Word document is tracking changes and a user adds some text to the document this appears as a Revision in the document. If the same user at a later time returns to the revision and adds some additional text (track changes is still on) directly to the end of the previous revision there are now two modifications to the same area. If I hover the cursor over each one I can see that ...
2 13.12.2005 10:57:17
Outlook 2003 and ASP.NET
Hi I'm into creating a web application in C# (.NET Framework 1.1) which would list and manage the outlook tasks. If I try to do this in a Windows Application, it works fine. But there are many issues in case of Web application. Code: Outlook.Application app = new Outlook.Application(); Outlook.NameSpace ns = app.GetNamespace("MAPI"); Outlook.MAPIFolder tasks = ns.GetDefault...
1 13.12.2005 09:40:47
Certificate management for Office Macro Signing
How do I most efficiently distribute my trusted publisher certificates to all hosts in a domain, in advance, so that the users are not asked whether to trust this signer? It should not be required to restart the computer. How can I ensure that macro signature verification succeeds even for a domain not connected to the internet and even after expiration of the signing certificate? Re...
1 12.12.2005 12:02:02
Questions about Windows XP
I want a Desktop folder w/icon that requires a password...
1 10.12.2005 02:14:02
Do I need a second MS Office Pkg for a second computer?
Do I need a second MS Office Pkg for a second computer?...
2 04.12.2005 15:44:02
question about OCR and forms
This might not be the right group and please point me to the correct one if it is not. Regularly I have to create electronic versions of customers' paper forms using crystal or word and it is a pain staking process. I know I can use a pdf tool like acrobat to define the forms and data fileds for entry. What I am curious about is the following: Can I scan a form into word 2003 and d...
3 02.12.2005 16:23:12
Action Panel Customization
Hello, I woner if there's any way to customize appearance of the ActionPanel (I'm using Word app as my app's GUI)? By default the 'dropdown menu' at the top shows a list of actions - Getting Started, Help, .. Document Actions (if any) etc. What I'm looking for is: 1. Restrict access to anything except of Document Actions (I dont' want users to have access to XML Structure etc. which com...
2 02.12.2005 16:16:56
Best way to populate several worksheets that contain common data
I have several worksheets that are in different workbooks but, that have several cells that require the same data, ie. customer name, phone. I want to develop a solution where I can type the data in one place, perhaps using Forms, and the data automatically populates the fields in the various worksheets. What is the best way to do this? Any suggestions are welcome....
2 02.12.2005 16:09:50
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net