如何使用嵌入式资源复制文件而不制作本地副本?
如果您的 VB6 项目中有一个包含二进制文件的嵌入式资源,那么什么代码会导致该文件复制到另一个位置,而无需在本地系统上创建该文件的副本?
我以前在.NET 中做过类似的事情,但我担心在 VB6 中这是不可能的。
If you have an embedded resource in your VB6 project that contains a binary file, what code would cause this file to be copied to another location, without ever making a copy of the file on the local system?
I have done something like this before in .NET but I fear it is not possible in VB6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 http://support.microsoft.com/kb/q194409/ :
From http://support.microsoft.com/kb/q194409/ :