Tagged Questions
Related to physical offices. Do *not* use this tag for questions related to Microsoft Office or OpenOffice.org; use [tag:ms-office] or [tag:openoffice.org] instead, respectively.
83
votes
72answers
7k views
Must haves for developers office [closed]
We are designing our office right now and want to know what stuff you guys really care about or started loving in your office.
So -
What are your must-haves for a developers office?
What things ...
67
votes
48answers
5k views
Should developers *really* have private offices? [closed]
We will probably be moving within a year, so we have to make some decisions regarding office layout.
At the moment, our company is basically one big office.
When our developers can't bother to be ...
16
votes
8answers
3k views
Home Office Programming Setup (Post pictures if possible) [closed]
I am in a phase to move to a new house and was wondering what should the home office for programming looks like. If you have setup your home office for programming then please advise. Also, post your ...
15
votes
13answers
1k views
Home Office Programming requirements?
For people who do real actual programming from home, either part time or full time:
What are some of the most important requirements, for encouraging productivity?
Other factors to consider, for a ...
13
votes
11answers
538 views
Does forcing developers to work fewer hours boost productivity?
In chapter 15 of The Deadline by Tom DeMarco working extra hours is discussed. One of the characters says she forces the developers out of the office every evening so that they can't work extra hours. ...
12
votes
7answers
374 views
Osmotic communication -vs- closed-off offices?
What are people's experiences with osmotic communication (as recommended by Alastair Cockburn as part of Crystal Clear) as opposed to giving developers individual offices with doors (as recommended by ...
6
votes
9answers
243 views
What is the most useful information to display at the front of the office?
The company I work for has just purchased 4 32" LCD screens to be mounted at the front of the office for demonstration purposes. Whilst we are not demonstrating (most of the time), the screens are to ...
5
votes
2answers
166 views
5
votes
2answers
812 views
Embedding word 2010 editor in a wpf application
How do I use the word editor in a WPF application? Is it possible using windows forms hosting in WPF only? Is there another way to accomplish that?
I found AvalonEdit but it does not have features ...
5
votes
1answer
757 views
VS2008 UnitTesting - detached RCW with Office Application objects (PowerPoint, etc.)
BACKGROUND
I am automating an PowerPoint 2007 via C#
I am writing unittests using the built-in unit testing of Visual Studio (Microsoft.VisualStudio.TestTools.UnitTesting) for my code
I am well ...
4
votes
2answers
200 views
Really Slow Performance Reading from Access 2007 (accdb) file from C#
I am writing an application on Visual Studio 2008 with C#. The application reads data from an access file and then generates a txt file. I was doing some tests with a mdb file with 1.000.000 records ...
4
votes
1answer
82 views
Add Reference dynamically to my project
I am Developping an Add-In for Microsoft Word.
In my Add-In i am using a reference to file "Microsoft.Office.Interop.Word.dll" so i can use word objects.
In case the development machine has word 2007 ...
4
votes
2answers
313 views
vsto: getting email address of a recipient which is an exchange user
In my VSTO Outlook 2007 plug-in, I am able to get the email address of a recipient which is an exchange user. But when I have the following case, it does not return me the smtp email:
Add a new ...
4
votes
1answer
1k views
VBA End-user upgrading Microsoft Office 2007 to 2010 (VBA 6 to VBA7) problems and need for documentation, help, tips. (Enough with keywords)
As typical small-business user, when my laptop broke I HAD to upgrade to Office 2010 (2007 isn’t on market anymore). Now I have a bunch of quick-and-dirty VBA to go with my old worksheets. None of ...
4
votes
2answers
1k views
Microsoft.Office.Core reference missing
Using the example provided in http://www.codeproject.com/KB/cs/outlookconnector.aspx I am struggling to work out where I can find the reference to the library Microsoft.Office.Core.
I am getting the ...
4
votes
4answers
1k views
How can I view Microsoft Office documents in a WinForms application using the installed version of Office?
I'm writing a feature to allow users to quickly skim through and review a number of word documents fairly quickly. All users will have either Office 2003, 2007 or 2010 installed (this is required for ...
4
votes
4answers
714 views
RCW & reference counting when using COM interop in C#
I have an application that uses Office interop assemblies. I am aware about the "Runtime Callable Wrapper (RCW)" managed by the runtime. But I am not very sure how the reference count gets ...
4
votes
2answers
900 views
Hyperlink to an Excel Cell
Quick Summary
How can I create a hyperlink to a specific cell in Excel that will work from Firefox, or achieve the same result in javascript?
Detailed Description
I have an excel spreadsheet that ...
4
votes
4answers
420 views
embedding an excel document in an intranet browser, and navigate to a sheet
It would make my user's lives much easier if I could do the following;
Allow an Excel document to be viewed (not edited) in Internet Explorer 8
Facilitate jumping to particular sheets in that ...
4
votes
2answers
1k views
What is the difference between Office Automation, VSTO, and Open XML SDK?
What is the difference between Office Automation, VSTO, and Open XML SDK? Do we need all of them or some of them are obsolete?
4
votes
1answer
1k views
How would you convert any document to a preview image?
I am using .NET and am looking for a way to convert just about any document into a preview image. I say any, but the priorities are Office Documents, PDF, and most image files.
I would assume that I ...
4
votes
6answers
1k views
programmer productivity studies, team room versus private offices?
Have there been any studies on productivity and code quality comparing team room approach aka bullpen versus private offices?
I've only been able to find studies comparing the faux office (cubical) ...
3
votes
1answer
49 views
Microsoft Office files to Images (JPEG/PNG)
I'm building a webapp, and I need the ability for users to view Word/Excel/PPT files in the browser (these files are stored server-side). So i decided it will be better to convert these files into ...
3
votes
1answer
89 views
Launching Word x64 in Delphi
I am currently working on very old project, which is based on Delphi 5. When I am trying to open new Word document on x64 system, I recive this error:
According to MSDN, the source of problem might ...
3
votes
1answer
406 views
Opening office documents in WebBrowser control without file download dialog?
I am using the WebBrowser control in my WPF application to embed the opening of Office documents.
When opening a document: webBrowser.Navigate("example.docx"); a file download dialog appears.
I ...
3
votes
1answer
459 views
32 and 64 bit interoperability on 64-bit Windows
Is there a good thorough authoritative reference that discusses interoperability between 32-bit and 64-bit processes? Based on googling I have deduced that:
A 32-bit DLL can only reside in a 32-bit ...
3
votes
4answers
321 views
Does VSTO run on Windows Azure?
I have a Web application which will be deployed to Windows Azure and I'm looking for alternatives to generate Excel spreadsheets.
Can I use VSTO to programatically generate an Excel spreadsheet in a ...
3
votes
1answer
2k views
How to determine if VSTO 2010 Runtime is Installed?
It was easy to check if VSTO 2005 SE was installed by just calling MsiGetProductInfo() with the product code {388E4B09-3E71-4649-8921-F44A3A2954A7}, as listed in MSDN.
What is the product code for ...
3
votes
2answers
563 views
Url protocol handler security warnings
I have a custom url protocol handler for urls of the form myhandler://path/to/something. This is registered to a locally installed client application that handles the requests and does "the right ...
3
votes
1answer
398 views
How to disable conversion message when opening Office 2007 doc using Office 2003?
I am working on a C# application which opens Excel workbooks using Interop. It works fine except for one annoyance: when opening an Excel 2007 document on a machine using Excel 2003, a small message ...
2
votes
1answer
25 views
Powerpoint 2010 VSTO AddIn taskpane on multiple Windows
I would like have a taskpane displayed on each document-windows, I have read all MSDN articles about it, but it doesn't work.
I click on ToggleButton1 when 3 or 4 document are open, and i get 3 or 4 ...
2
votes
1answer
101 views
Adding hidden bcc for outlook with c#
I'm using POP for mails and I want to inform one of my company mails when a message is sent by one of the users. And I want it hidden so they cannot delete it. I see there are solutions bun not free ...
2
votes
2answers
115 views
“Class not registered” error when creating a new Excel application in C#
I am running a console application in MS Visual Studio 2010 in Windows 7 and I get the following error message when trying to create a new Excel application using a standard C# command:
The full ...
2
votes
3answers
112 views
How to retrieve author of a office file in python?
Title explains the problem, there are doc and docs files that which I want to retrieive their author information so that I can restructure my files.
os.stat returns only size and datetime, real-file ...
2
votes
1answer
249 views
Accessing an open Excel Workbook in C#
I need to access an excel file that is already open. I thought just inspecting the .Workbooks property that it would be there but it isn't. What is the right way to get a reference to the open ...
2
votes
1answer
49 views
Capturing an MS Office autoshape click event
I think the answer to this question might be that it's impossible, but I'd like to have this confirmed by experts on the subject (of which I sadly am not...)
I have made a set of macros in Excel ...
2
votes
2answers
399 views
Calling an External VBA from VBScript
Ok, I am using a program called mathtype to pull some equation objects out of a word document. I've written code in VBA that works perfectly using their API, but I have to translate it to a VBScript ...
2
votes
1answer
40 views
Visual Studio office reference working on PC with no office?
I have a program that uses excel to do some modifications to a spreadsheet. Once I publish it it works fine if the client PC has office installed, is there any way to get it to work if there is no ...
2
votes
1answer
225 views
Uninstalling my Office 2010 plugin leaves a null pointer exception
I've been trying to track down why my Office2010 plugin leaves a null pointer exception during uninstall and the 2007 version does not. (Edit: 2007 is at same state as 2010 - FAIL)
To narrow it down ...
2
votes
3answers
452 views
Connect Silverlight to Office 365 / “Sharepoint 2010 online”
I have a SilverLight application (silverlight 3) running on Microsoft Office 365 (beta). Getting the app into 365 is no problem, but I found no way to connect to the SharePoint contents, e.g. ...
2
votes
1answer
187 views
Cancel close outlook form region
I was wondering how you can cancel the closing of an outlook form region.
I want to display a dialog to tell the user that the form is incomplete and a yes no option for continuing. But because ...
2
votes
2answers
245 views
ASP.NET Word Documentment without Office Automation
Is there any free library available for .NET that lets you read Microsoft Word documents in ASP.NET. As the interop assemblies aren't really meant for server usage, we are looking for a free solution ...
2
votes
1answer
479 views
Garbled text in mail subject using mailto: under ASP.NET
This is my first question on StackOverflow so if I'm doing something wrong when asking this question I welcome any pointers as to how I should've posed it instead, or any further information needed.
...
2
votes
3answers
1k views
“Office 2010 Add-In: Icons Gallery” - How to extract icons from backstage tab (docx)
I downloaded "Office 2010 Add-In: Icons Gallery" that is docx file with two backstage tabs that hold icons.
How can i extract the icons or use them in my application?
thanx
2
votes
4answers
528 views
create excel file in .net without office installed
I require to create excel files (with multiple sheets) using .net on a production server (Windows Server 2008) where Microsoft Office is not installed.
Can this be fulfilled with the help of VS2010 ...
2
votes
1answer
277 views
32 bit dll in Office 64 bit
I understand that I cannot load a 32 bit dll in a 64 bit process. I have a 32 bit dll (VB6 component), with no source code, that is loaded in an Excel automation macro. What are my options?
any help ...
2
votes
1answer
2k views
use c# to find text in a word document and replace it with a table
I am trying to search a word document for some specific text and then replace it with a custom table. I seem to almost have it working but it seems to add the table halfway through the previous word ...
2
votes
1answer
653 views
Using 32bit COM addin under MS Office 64 bit
I am struggling to apply an existing 32bit COM addin to 64bit Microsoft Word 2010.
To make the addin visible to Word, I have used the dllsurrogate-method, as it described here.
The problem is that ...
2
votes
1answer
258 views
Event on named range creation in Excel using VSTO
Is there any way to hook into the creation of a named range or list object in Excel 2007 using VSTO? I need to track the named ranges in a worksheet and, as such, need to be alerted when a new one is ...
2
votes
1answer
581 views
Wix: How to define conditional bootstrapper pre-requisites?
I am using WIX 3.0 Toolset and VS2008. In my ".wixproj" file I have added the following code (which works fine). I want to add a condition so that it will only install PIA if office 2007 is installed.
...