Fox Pro 导出例程
因此,为了从旧的 Fox Pro 数据库中获取 DBF 文件,我必须使用 OEM exe,它会在我的 XPSP3 屏幕上短暂显示一段时间,然后再提供美味的 DBF。
我试图将那个家伙包装在一个导出程序中以在客户端上运行,我想知道是否有任何方法(我尝试过 start /run min,用 vbhide 将其包装在 VB6 中(vb6..bleech! )我可以隐藏运行它吗?
我知道窗口首选项是一个请求,并且让我们了解 OEM exe 有多丑陋 - 它似乎实际上在其例程中调用了另一个丑陋的 OEM exe 我很确定它是。那个执行程序 除了将所有这些
作为服务运行之外,perl 的 Win32::GUI 库是否可以处理隐藏的“脱壳”?
So in order to get DBF files from an old Fox Pro db, I have to use an OEM exe which splashes on my XPSP3 screens for a brief moment before delivering it's delicious DBF's.
I'm trying to wrap that guy up in an export program to run on the client, and I was wondering if there's any way (I've tried start /run min, wrapping it up in VB6 with vbhide (vb6..bleech!) I can run it hidden?
I know the window preferences are a request, and to give an idea of how ugly the OEM exe is - it appears to actually be calling another ugly OEM exe during its routine. And I'm pretty sure it's that exe that's getting all the on-screen attention.
Other than running all this as a service, is there anyway to do this? Might perl's Win32::GUI library handle "shelling" it hidden?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
perl 的 Win32::GUI 工作得很好!
perl's Win32::GUI worked great!