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.
我有一个Dll名为(带有图像列表的画廊)的目录。我将其Dll作为资源添加到我的主应用程序中。
Dll
我想在主应用程序中获取(画廊文件夹)的地址。我怎样才能做到这一点?
如果我理解正确(获取地址 = 获取资源),那么您可以尝试 Windows API FindResource和LoadResource。
如果您的 Gallery 文件夹包含在获取基本目录中,请使用此代码
System.AppDomain.CurrentDomain.BaseDirectory