随笔分类 -  Windows

Popup a window before the MainWindow
摘要:protected override void OnStartup(StartupEventArgs e) { Window w = new Window(); w.ShowDialog(); base.OnStartup(e); } 当w窗口关闭的时候会结束整个进程。 原因:https://doc 阅读全文

posted @ 2019-12-02 17:03 冰凌灵雨 阅读(95) 评论(0) 推荐(0)

WPF Build Action
摘要:None: The file is not included in the project output group and is not compiled in the build process. An example is a text file that contains documenta 阅读全文

posted @ 2018-03-01 17:05 冰凌灵雨 阅读(367) 评论(0) 推荐(0)

LCID
摘要:Language Location (or type) Language ID Language tag Supported version Afar 0x1000 aa Release 9 Afar Djibouti 0x1000 aa-DJ Release 9 Afar Eritrea 0x10 阅读全文

posted @ 2017-11-27 10:35 冰凌灵雨 阅读(126) 评论(0) 推荐(0)

导航