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  
Document actions pane controls problem
Hello ! Sometimes some of my controls in the Document Actions task pane (buttons, checkboxes) are rendered as links. I never use the link type in my code, everything is double checked and I only use buttons and checkboxes. I was suspecting some misbehaviour in case of labels being too long, but some of the buttons with one-word short labels are sometimes (quite randomly) rendered as l...
1 31.01.2006 16:19:23
building a web site
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a good site builder. Im going to keep working on it ill let you all know how im doing. Paul ...
1 27.01.2006 01:30:51
Adding custom meta data to office documents
Is there an API available for adding custom meta data attributes to office docs? And if there is, can it be called from the .Net runtime? TIA// ...
2 25.01.2006 14:33:21
Registry Setting? -- Start a new instance of Word
If Word is launched from the command line using the /w switch, a new instance will be loaded (see http://support.microsoft.com/kb/q210565/) Is there a registry setting that will accomplish the same thing, so that -- for example -- double clicking on a Word document will load that document into a new instance of Word? Thanks. ...
1 24.01.2006 17:22:32
StatusOnCompletionRecipients and WWF
I am currently working on a Proof Of Concept. An Internet users submits a form to a webserver. The webserver passes the request (the form) to a Windows Workflow application (WWF). After validating the request, the form is passed on to a client, by setting a task in Outlook 12. After the client has fullfilled the task, I need to trigger (start) my workflow again. I know that there is...
1 23.01.2006 13:24:03
Sending email using Outlook 10.0 Object Library
In my application I am using the Office XP PIAs to communicate with the local Outlook client in order to send email. I am using the Office XP PIAs because I have to support Office 2000,XP, and 2003. Yes, I am aware that MS only supports using the Office XP PIAs for 2000 and XP, but I had problems trying to include references to both the Outlook 10.0 object library and the Outlook 11.0 ob...
3 21.01.2006 16:36:04
Free Hot Phone Sex
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de ...
1 21.01.2006 15:57:50
Free Hot Phone Sex
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de ...
1 21.01.2006 15:57:44
How do you reduce the start time for a self running presentation
I am using Power Point 2003, and am just getting familiar with the Package Presentation for CD. After I have packaged and recorded a presentation to a CD,then put the cd into a drive to test the results ,the start time is over two minutes. How can I reduce that time....
1 21.01.2006 00:37:02
Closing smart documents
Hello ! I'm developing a smart document library and would like to be able to react to the initialization process that happens inside the SmartDocInitialize method. In more detail : if anything goes wrong there (like database call etc) I would like to close the current document altogether. Is there a way to do it automatically ? The SDK says "Do not close the document in the SmartDocInitia...
1 20.01.2006 17:15:02
Underlining words like the speelc-hecker/smart tags
Hello, I am implementing a VSTO-based Word customization that must validate some part of a document. When a given range is not valid, I would like to underline it with a squiggle, just like how it is done by the spell checker, or by the smart tag engine when it recognizes words. I want to retain the style of the parts that are marked as invalid, so I am looking for a way to do this wi...
2 20.01.2006 09:23:34
API GetCommandLine in Word XP returns empty string
Hi, We developed a macro in which we read out the commandline. We use the API call "GetComandLine" for this. It works great when we use Windows 2000 with Office 2000, but when we run the macro under Windows 2000 with Office XP, the API call returns an empty string. Is there a difference between Office 2000 and Office XP? Thanks, Hendrik Jan...
1 19.01.2006 15:08:56
From my application- run outlook, open new message and attach at least 2 files
I need to do the following- From my application I need to run MS-Outlook with a new message opened and attach to it two or more attachments. Appreciate any help Dov ...
1 18.01.2006 15:49:08
Set up list to e-mail monthly newsletter w/Bcc
I need to set up a list of e-mail addresses to send a monthly newsletter with a blind carbon copy. When I sent it out with a list from my contacts it put my name in the To: area on each one....
1 18.01.2006 15:10:05
Free mp3's
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="http://forum.saait.net/">http://forum.saait.net/</A></P> <P>This site offers free and legal mp3's, software, movies, games.<BR>They also have a l...
1 18.01.2006 06:34:11
BABYSITTING PULL TAB ADVERTIZMENT TEMPLATE.
Can anyone suggest a way to make my daughter a babysitting form to advertize babysitting on billboards. It needs to have the phone number on many pull tabs so that the potential parents can take her phone number without pulling the whole sheet down. Thanks!...
1 13.01.2006 15:30:02
B.Net Recovery From Word Safe Mode
I have a VB.Net application that creates an instance of Word and uses it to create a document from a group of HTML documents. Occasionally, Word will crash leaving an orphaned process. My application can usually catch and log these errors, however, to cleanup, I have to kill the orphaned process and restart Word. When Word restarts, it comes up in safe mode and presents a dialog to t...
1 11.01.2006 19:40:03
Newbie question on Documentation
Hello, I have never programmed a plug-in for office before and I was wondering what books and/or websites you guys would recommend reading to learn how to create COM plug-ins for MS Office in VS2005? Thank You, David ...
2 10.01.2006 09:30:01
Excel 2003
What Office (2003) software (dll's) is required to programmatically (C# ..Net) generate an excel file on a production server that does not have any office software installed on it? Can I use only the office SDK or do I require an installation of office? Is it possible I can only install the dll's required to do the automation? Thanks in advance Ollie ...
6 09.01.2006 22:49:00
Smart Tags, XML nodes, or managed Bookmarks???
(Posted this same item to vstools.office last week - no response received.) I am going to be upgrading some "old school" Word templates. There are letter and memos linked to VB/VBA userforms which insert addresses and other data at bookmarks. Needless to say these could be upgraded to "Smart Documents" w/XML and Actions Panes for inserting the data, but I am overwhelmed by all the addi...
3 06.01.2006 17:47:40
Using VBA to create a new table from a template
Greetings, I am using MS Access to read in, manipulate and write data back out to several files with a partially known structure. (I am basically using MS Access as a fancy savegame editor. ;-)) I have already laid out several tables as templates, and code to handle the reading, manipulating and writing. What I want to do is while reading each file, make a copy of the template table (using...
6 06.01.2006 09:07:00
"dsofile.dll" documentation?
Srange! I posted earlier asking about "dsofile.dll" and the community website now shows it as "msofile.dll" instead! Why would this happen? Anyway, the question remains, where can I find documentation on the "dsofile.dll"? I program in Macromedia, not VB, and need to know what are the functions, their arguments, what they return, and the data types of the arguments and returns. I've...
4 05.01.2006 22:49:36
AutoOpen macro does not run in dot file
Hi, I have made a dot.file (CPD.dot) for Ms Word and placed it in the startup directory of Ms Word. This CPD.dot contains an AutoOpen macro. When I start Ms Word this CPD.dot file is loaded. For so far everything is OK. But when I start another dot file (Test.dot) from the commandline the AutoOpen macro in the CPD.dot does not run. I use this command: "C:\Program Files\....\Winwo...
2 05.01.2006 10:27:44
I would like to see "Regular Expression"
Hi, I feel the search in Windows and Office product can be more powerful, if it implement the usage of Regular Expression. The editot like vi utilizes its at best. Do let me know, if I can provide you more information. Regards, Yeheya ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this sugge...
1 03.01.2006 21:52:04
Please make simple, attractive graph to track weight changes.
I have had requests for graph paper, etc. for use in tracking weight loss. This would be similar to what I have seen among the templates for tracking blood sugar or blood pressure. Would it be possible for you to come up with an attractive, simple graph people might use to track weight changes, both by week and by month. It would be most useable to have it on Microsoft Word or Excel. ...
1 03.01.2006 20:41:03
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