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.
それで:
私は書きます
StreamResourceInfo sri = Application.GetResourceStream(new Uri("ProjectName;component/45.ani", UriKind.Relative));
しかし、ファイルが見つかりません:)なぜですか?プロジェクトはビルドされています
ファイルのビルド アクションを (プロパティ パネルで) 確認できますか? 「リソース」に設定されていますか?
「リソース」を見逃しましたか?(たぶん UriKind.Absolute で)
new Uri("pack://application:,,,/ProjectName;component/Resources/45.ani", UriKind.Absolute)