Skip to main content

Hi There,

I have been using K2 2003 thus far with ASP.NET applications. My question is if it is possible to use it with a Windows application. If so can anybody give me a link to a tutorial of some sort or possible just where I can find the steps to doing it in a windows application. I have attempted to do it the same way that I have been doing it in a web application but it doesn't seem to work.

Any help will be much appreciated. 

We use Windows forms in two ways:

1. Windows form calls custom web service to interact with workflow.  The web service uses K2 API.

2. Windows form calls K2ROM API directly (this should have been the same as you'd do it from ASPX) - this requires distribution of K2 DLL to client.


Reply