launchy

Why doesn't visual studio register environment variables set using windows explorer?

Hi, Newly created environment variables are not passed on to visual studio sometimes. What may be the problem? The environment variables are not visible to VS even when I close and restart it. This is an intermittent problem and thus hard to diagnose. ...

WPF Launchy Clone (Focus problem)

I have a WPF application that has some functionality that is very closely related to Launchy - i.e., someone presses Ctrl+Space and they receive a search bar. This functionality should be available throughout the system, and I have used the ManagedAPI.Hotkey code to make this work - and it does. The problem is that when the search wind...