http://bugs.winehq.org/show_bug.cgi?id=7369
------- Additional Comments From focht@gmx.net 2007-13-02 04:57 ------- ---- snip ----
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} ---- snip ----
This is the uuid for interface class "PictureBoxEvents"
VB Ver 6.0 (Visual Basic objects and procedures)
PictureBox uuid: 33AD4ED0-6699-11CF-B70C-00AA0060D393 _PictureBox uuid: 33AD4ED1-6699-11CF-B70C-00AA0060D393 PictureBoxEvents uuid: 33AD4ED8-6699-11CF-B70C-00AA0060D393
coclass PictureBox { [default] interface _PictureBox; [default, source] interface PictureBoxEvents; };
You sure that your vb6 IDE install using wine went fine (without any silent installation errors/skips)? Usually a vb6 IDE installation should take care and register vb6 typelibs You might check if required vb6 components are registered (registry viewer, ole viewer)
I dont have vb6 installed but i remember that kind of stuff resides vb6.olb. You might try to register the typelibrary manually using tools like "ole viewer" or "comview". These tools have ability to register type libraries from file.