Welcome to Peter's Webplace Sign in | Join | Help

Office (RSS)

Document level, application level, huh?

Today I saw this post on VSTO forum and I thought it would be a good thing to create a post to describe what's the difference between document and application level VSTO customizations. Document level A document level customization is a customization
posted by peterj | 0 Comments
Filed Under: ,

VSTO Orcas: Turn on SmartTags in Office 2007

Steve was quicker on this issue on VSTO forum. In Word 2007 smart tags are not displayed by default. Follow the instructions below to enable smart tags in Word 2007: 1) Open Word Options (That big button on the upper left side of the screen) 2) Click
posted by peterj | 2 Comments
Filed Under: ,

VSTO deployment in Visual Studio 8 - Orcas

Hats off to VSTO (VS, ClickOnce) team! No more problems with CAS and prerequisites. You can deploy your VSTO solutions with ClickOnce with a couple of clicks - same as you would deploy Windows Forms application. I would post an example but it's really
posted by peterj | 0 Comments
Filed Under: ,

Excel 2003 Work Schedule

I am 'reposting' this - looks like my download section does not work. You can download Excel 2003 Work Schedule here. I opened up the template today after about 2 years and instantly I discovered some bugs :). If you want to do some code changes and/or
posted by peterj | 0 Comments
Filed Under: ,

Interviews at Microsoft

Last year I had a chance to be interviewed at Microsoft HQ in Redmond. How did I get there? What did I do? I think it was in March last year when I saw this post on Eric Carter's blog. Wow, they had job openings at VSTO in VSTA teams (btw. the post
posted by peterj | 0 Comments
Filed Under: , , ,

Programmatically executing SmartTag action(s) in document... and in footnotes! It's HEAVYMETAL!

Recently I ran across interesting problem regarding Smart tags in VSTO. I have a document with some text and I created a smart tag which recognizes the text according to the regex values. Everything works fine; text that needs to be recognized is recognized.
posted by peterj | 0 Comments
Filed Under: ,

Programmatically executing SmartTag action(s) in document... and in footnotes! It's HEAVYMETAL!

Recently I ran across interesting problem regarding Smart tags in VSTO. I have a document with some text and I created a smart tag which recognizes the text according to the regex values. Everything works fine; text that needs to be recognized is recognized.
posted by peterj | 0 Comments
Filed Under: ,

VSTO 2005 SE Deployment

Via Misha's blog: Updated article on deploying VSTO 2005 SE solutions is published. You can find it here.   Technorati tags: vsto, office, vstose Share this post: Email it! | bookmark it! | digg it! | reddit!
posted by peterj | 0 Comments
Filed Under: ,

Neat Outlook Trick

Just saw this neat Outlook trick on Julie's and Steve's blog. Did you know that you can type text into the appointment times for an Outlook calendar feature.  For example, if you need to schedule an appointment for two days time, you can just type
posted by peterj | 1 Comments
Filed Under: , ,

Sorting in Word (VSTO)

I am working on project which involves some text sorting in Word 2003. I am trying to sort the range of text ascending. VBA code for sorting looks like this: Selection.Sort ExcludeHeader:=False, FieldNumber:="Paragraphs", _ SortFieldType:=wdSortFieldAlphanumeric,
posted by peterj | 2 Comments
Filed Under: ,

Videos from Office System Developers Conference 2006

You can watch videos of sessions from this years Office developer conference. Check out this post on Erika Ehrli's blog. Share this post: Email it! | bookmark it! | digg it! | reddit!
posted by peterj | 2 Comments
Filed Under:

Office 2007 Beta 2 & VSTO v3 June CTP

Office 2007 Beta 2 is available for download here. Also, VSTO v3 June CTP (via John Durant) is available for download and it will work with the new Office 2007 Beta. You can download it here. One more news - Office Developer Center got a make over.
posted by peterj | 0 Comments
Filed Under: ,

Welcome

Welcome to my new blog - I have moved from PHP to ASP.NET; I didn't migrate my old blog but only some posts - I still have a backup of it and maybe someday I will post all old posts. Old blog address (blog.jausovec.net) is still available - you can
posted by peterj | 1 Comments
Filed Under: , , ,

Ribbons in Outlook 2007

Creating Ribbon customizations in Outlook 2007 is a bit different as in Word or Excel because Ribbon in Outlook is displayed when you open different Outlook inspectors and it's not a part of Outlook UI as it is in Excel or Word.   These customizations
posted by peterj | 0 Comments
Filed Under: ,

Back home

Yesterday I got back home from Redmond (after about 20 hours). Microsoft Office System Developers conference was a blast - sessions were great; mostly I was listening to the client track session (VSTO stuff). I also attended SDR event, which was held
posted by peterj | 0 Comments
Filed Under: , ,
More Posts Next page »