I am trying to recreate SharePoint's open item behaviour from a client app.
The behaviour I am trying to achieve is to give my application a URL to an item in SharePoint and for the item load in it's native editor with the SharePoint options available such as check in, check out.
I have been able to use Process.Start and pass a URL to a word document on SharePoint which will open Internet Explorer's download list, and when I open the item from there, it opens in Word correctly as if I have opened it from SharePoint, but I don't want the download window to appear at all.
Is it possible to recreate this behaviour and open an item directly from SharePoint without seeing the download list window first using the Client Object Model?