Hi, I'm trying to get an in house app to run with Wine. The app in question is a VB6 application that uses a couple of third party controls (TrueDB Grid among them), and also uses the Microsoft OLEDb provider to connect to an Oracle database. It'd be really cool if I could get this to run on Linux. We have the source code and the developer in house, so can make small changes if necessary. When I run the app, it throws up with a "File not found" error, immediately followed by an error 339 telling me that ticon3d6.ocx or a dependency is not correclty registered. I've tried registering it with regsvr32, but have not got that to succeed either. Can I get this to work in Wine, and if so, how? TIA, Mike.