Alpha 4 download Browse source It turns out that creating UIs in Visual Studio is really easy. I created one for BFBC2FavouriteManager, so it now actually lives up to its name; it can now manage your favourites. Here’s a screenshot:

The only thing missing now is that I’d like to add some signalling to the program so that the manager knows to reload the list when the link handler adds a new server. The link handler operates as a separate process, so I’m going to need IPC of some kind to achieve that. Outside of that, I can’t think of any other features to add. I’m open to suggestions.