Ben Griswold on February 24th, 2009

As you may have gathered from my last post, I’ve been playing around with ClickOnce a bit lately.  The latest head-scratcher is how to get a ClickOnce deployed application to run at startup.  It should be a no-brainer (just copy a shortcut in the startup folder, right?) but when you add Vista to the mix [...]

Continue reading about ClickOnce Run at Startup

Ben Griswold on February 18th, 2009

ClickOnce is pretty simple to get going once you know where to click (no pun intended.)  Here’s a down and dirty, quick start guide on how to implement ClickOnce in your application:
First, create a sample application in Visual Studio.  The attached sample is a WPF application using VS 2008.  ClickOnce configuration is managed through the [...]

Continue reading about ClickOnce Getting Started Sample