Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当你在项目上点击人民币时,进入属性,你可以为项目设置图标和清单。
在项目代码中,我想打开一个流来读取该图标数据。这个怎么做?
我不想在资源中再次手动添加该图标,此外我也无法为其打开流;-)。
Icon appIcon = Icon.ExtractAssociatedIcon(Assembly.GetExecutingAssembly().Location);