| Thread | Last Post | Replies |
|
| Unable to complete Word Hands-on lab | 30 Jul 2005 14:58 GMT | 1 |
When I try to run the code in the part "To bind controls to fields in the Customers table (the child table) using the foreign key", I get a interop comexception. I've tried to reboot, in case that the word document was really busy.
|
| VSTO 2005 Beta 2 Outlook Adding: How to create a context menu? | 30 Jul 2005 12:55 GMT | 1 |
I did some googling for creating a context menu entry IN VSTO 2005 Beta 2 (for example on a MailItem) with an icon and catching the click event? I didn't really find a promising solution. Has anyone a simple and clear example how to do this?
|
| Outlook: Adding CommandBar to a ContactItem... | 29 Jul 2005 15:00 GMT | 13 |
I would like to do following things. 1.) Adding CommandBar to ContactItem, TaskItem, etc. 3.) Adding a new tab with a DataGrid to a ContactItem. I know that the first one is possible and have some problems to do
|
| New menu toolbar for an Outlook Contact | 28 Jul 2005 20:20 GMT | 5 |
Using the sample apps, I have been able to create a menu for Outlook explorer. I would like to create a new button on the Contact toolbar. How would I do that?
|
| Creating word document with ASP.NET application | 27 Jul 2005 23:56 GMT | 1 |
While creating, the memory usage for aspnet worker process seems to skyrocket and even after the document is created, the memory stays where it is... Sometimes, it goes as high as 80mb. In the project, I create a reference to Word component object and I make
|
| PropertyPages for Outlook? | 26 Jul 2005 17:10 GMT | 3 |
I'm looking for a sample of how to make a property page for Outlook. I did this in ThisApplication_Startup: this.OptionsPagesAdd += new Microsoft.Office.Interop.Outlook.ApplicationEvents_11_OptionsPagesAddEventHandler(ThisApplication_OptionsPagesAdd);
|
| Question about System Requirements | 26 Jul 2005 16:28 GMT | 3 |
I was wondering about the reasoning behind the decision to allow VSTO solutions only for Professional Editions of Office. I can understand this decision perhaps from a development perspective, but it's a nightmare for deployment. Many companies have large bases of Standard Office ...
|
| Outlook Addin with Keyboard Shortcuts | 26 Jul 2005 09:06 GMT | 2 |
I was wondering about the best way of associating a keyboard shortcut (say, "F2") with commands in a custom VSTO-built outlook addin. In some online articles, I've read that the only way is the use of SetWindowHookEx() [1]. I don't know enough about the internals of the ...
|
| VSTO 2005 Beta 2 Outlook Addin: How to create a context menu? | 25 Jul 2005 18:40 GMT | 4 |
I did some googling for creating a context menu entry IN VSTO 2005 Beta 2 (for example on a MailItem) with an icon and catching the click event? I didn't really find a promising solution. Has anyone a simple and clear example how to do this?
|
| .NET Security Policy for VSTO | 25 Jul 2005 15:27 GMT | 6 |
When I try to open an Excel Project Solution, I receive an error that states " The current .Net security policy does not permit to run from the folder ".\ExcelObjectModelVB_bin\". This doesn't happen with Word projects, it only happens with Excel projects. Does anyone know how to ...
|
| creating an excel worksheet function | 22 Jul 2005 22:03 GMT | 1 |
I have successfully been able to create an excel addin in VSTO but I can't see any of the functions I created as worksheet functions. The only code that gets executed is ThisWorkbook_Open(). What do I have to do to create worksheet functions?
|
| Adding controls to a form at runtime | 22 Jul 2005 15:47 GMT | 5 |
I am tryig to add a form and some controls to a document at runtime: With Globals.ThisDocument.Application.ActiveDocument_ .VBProject.VBComponents vbComp = .Add(Microsoft.Vbe.Interop.vbext_componentType_
|
| Share a WinForm? | 21 Jul 2005 18:18 GMT | 2 |
We have a WinForm that we would like to be able to use both from a .Net client AND from MS-Access. Is this possible? If so, how? Are there some examples somewhere? I am a .Net developer, so I have no trouble understanding how the .Net
|
| Can I create a custom view for contacts using vsto | 21 Jul 2005 14:22 GMT | 4 |
Can I add a custom view for contacts, or dynamically modify an built-in view?
 Signature PB10.2
|
| list of all word events | 21 Jul 2005 11:44 GMT | 2 |
Hello all. I'm writing some word based solution (provide editing of xml). I need to handle some word events. I need too get the list of ALL word events (for example I need to handle cursor positions change event).
|