Our winforms application interacts with MS Word and we run this code when a document is generated and we want to show it in Word in front of our application:
[setup w as a Word interop object]
w.Visible = True
w.Activate()
When rolled out to XP machines running Office 2007 this works as intended.
On Win7 machines running Office 2010 the document loads behind our application and flashes on the taskbar.
Any ideas?