开发者

How do you open the settings dialog in a Windows desktop gadget programmatically?

开发者 https://www.devze.com 2023-01-26 05:08 出处:网络
The Windows desktop gadget I\'m developing requires some configuration on first run, so when it detects that it hasn\'t been configured, I want 开发者_开发技巧to immediately open the settings dialog.

The Windows desktop gadget I'm developing requires some configuration on first run, so when it detects that it hasn't been configured, I want 开发者_开发技巧to immediately open the settings dialog. Is this possible?


No, this is not supported. It's a better user experience to pick some good defaults using System.Gadget.Settings, and then let your user change them in the settings dialog. Forcing a user to pick some settings is not great for any application's first run experience.

0

精彩评论

暂无评论...
验证码 换一张
取 消