utopicide Posted October 23, 2017 Share Posted October 23, 2017 (edited) Hi, I'm trying to programmatically set a game's additional application to its default. There is no e.g. SetAsDefault method on the IAdditionalApplication object, and my attempts to replicate this functionality with a custom method have been unsuccessful. For one thing, I'm barely good enough at programming to productively attempt such a routine. For another, when I use IGame's TryRemoveAdditionalApplication method, it seems to only partially succeed, deleting the data but leaving an empty container (an IAdditionalApplication with all visible fields set to empty) that I can't otherwise get rid of. Please advise: 1) Is there a way to set an additional application as the game default that I am not seeing? 2) If not, can one be added to the API (i.e., by Jason)? 3) If not, does anyone have a working routine I can drop into my code, or can otherwise advise me on how to accomplish? Thank you! Aaron Edited October 24, 2017 by utopicide Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.