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.
C#Windowsアプリケーションのリソースフォルダーから画像を取得したいですか?すでに私はさまざまな方法で試しました。しかし、私は正しい解決策を得ることができません。
起動パスや実行可能パスなどの代わりに、パス「c:test \ windowsapp \ Resouces\bar.png」が必要です。
これを試して:
var filePath = System.Reflection.Assembly.GetExecutingAssembly() .Location + @"\..\..\Resources\bar.png";
画像が有効なリソースである場合は、次の方法でアクセスできます。Properties.Resources
Properties.Resources