| Thread | Last Post | Replies |
|
| VSTO 2005 installation (Office 2003 SP1 issue)! | 11 Apr 2006 11:38 GMT | 3 |
When I try to install VSTO 2005, I get the following message: "Microsoft Office 2003 with Service Pack 1 (SP1) is not installed on this computer. You must install an edition of Office 2003 that supports Microsoft Visual Studio Tools for the Microsoft Office System before
|
| user-defined field in Outlook Question | 10 Apr 2006 15:11 GMT | 1 |
When I run my code below it always shows up that the "ActivityID Doesn't Exist" even after I run this multiple times. Does anyone see a problem with why my myUserProperty is always nothing? Dim myOlApp As New Outlook.Application
|
| How can i get Selected Range's Top Left Cell coordinates | 09 Apr 2006 18:26 GMT | 3 |
i want to get the coordinates of selected range, actually i want to get the top left cell coordinates of this range, thanx
|
| How to install Outlook Add-in for ALL users | 09 Apr 2006 18:22 GMT | 1 |
Is there a way to set the installer to install a VSTO2005 Outlook Add-In for ALL uses on a machine? Currently, it appears that it gets installed for only the user logged in at the time of the install.
|
| Referencing Word documents from VB | 09 Apr 2006 18:03 GMT | 2 |
In order to reference Word in VB, I have to add a reference to -- Microsoft Word 11.0 Object Library <-- I'm using Office 2003 Then, in my VB program, I'm forced to declare variables using the following syntax --
|
| Can't use COM components | 09 Apr 2006 14:20 GMT | 5 |
Could anyone please explain me, why if I try to load an external component, the VSTO program fails. For example, I wrote the line: ADODB.Connection conn;
|
| Excel COM Class Factor Failed | 09 Apr 2006 13:55 GMT | 1 |
In VS 2005 with VSTO, windows form code to initialize a new Excel Workbook object builds without error but fails in debug with "Retrieving the COM class factory for component with CLSID {00020819-0000-0000-C000-000000000046} failed due to the following error: 80040154."
|
| Excel Addin using C# | 09 Apr 2006 13:49 GMT | 2 |
I'm trying to find out how can I write Excel AddIn in C#. I have VS 2003 and Excel 2003 installed on Windows 2000 machine. After reading through some posts all I figured out is I need to have Office Resource Kit and VSTO 2003 installed on my machine before I
|
| Call VBA-function from net and get the result | 09 Apr 2006 13:38 GMT | 1 |
how can I call from a net solution a vba-function and get the result. For example Dim Result as string Result = vbafunction(......
|
| How to integrate multiple word templates in single user interface | 05 Apr 2006 13:19 GMT | 4 |
Basically I need to provide multiple word templates but with the single interface. Should i have to make separate solutions for each templates? Should i have to make separate projects in a single solution?
|
| Hour glass while performing word import | 02 Apr 2006 22:57 GMT | 1 |
Iam trying to set the hour glass of the form performing word import by the following word.WdCursorType.wdCursorWait, because the base forms cursor cannot be set when interop is being performed. Even then I am unable to set the cursor to hour glass.
|
| Drag and drop outlook emails to .net form | 01 Apr 2006 06:11 GMT | 4 |
I'm looking to "drag and drop" an outlook email to a .NET form and capture the to, from,subject and body from the email on the .net form. Any suggestions? Thanks!
|