Writing a Windows Workflow Activity that performs some kind of quick, synchronous operation seems relatively easy.
I’ve managed to get away with using my MessageBoxActivity for parts of demos and there’s really not much to it;
public partial class MsgBoxActivity
Read More