I want to integrate a VB app and a python editor. I want the ( scintilla based ) code editor window to appear as a child window in the VB app OR host the VB window in a frame within a wxPython based app.
I have all the bits but I can’t see how to integrate them, can anyone point me in the right direction?
Regards,
Dave.
···
Please consider the environment - do you really need to print this email?
Cheshire Datasystems Limited uses software which automatically screens incoming emails for inappropriate content and attachments. If the software identifies such content or attachment, the email will be forwarded to our Technology Department for checking. You should be aware that any email which you send to Cheshire Datasystems Limited is subject to this procedure.
Hi,
I want to integrate a VB app and a python editor. I want the ( scintilla based ) code editor window to appear as a child window in the VB app OR host the VB window in a frame within a wxPython based app.
I have all the bits but I can't see how to integrate them, can anyone point me in the right direction?
Regards,
Dave.
Python Programming on Win32 by M. Hammond & A. Robinson has some
examples about establishing Python - VB communications via COM but I
cannot remember any hybrid GUI examples. I would definitely check the
book to get some ideas though.
Fahri
···
On Thu, Dec 4, 2008 at 9:57 AM, Dave Cross <Dave.Cross@cdl.co.uk> wrote:
Hi,
I want to integrate a VB app and a python editor. I want the ( scintilla
based ) code editor window to appear as a child window in the VB app OR host
the VB window in a frame within a wxPython based app.
I have all the bits but I can't see how to integrate them, can anyone point
me in the right direction?
Please consider the environment - do you really need to print this email?
This email is intended only for the person(s) named above and may contain
private and confidential information. If it has come to you in error, please
destroy and permanently delete any copy in your possession and contact us on
+44 (0) 161 480 4420. The information in this email is copyright (c) CDL Group
Holdings Limited. We cannot accept any liability for any loss or damage
sustained as a result of software viruses. It is your responsibility to
carry out such virus checking as is necessary before opening any attachment.
Cheshire Datasystems Limited uses software which automatically screens
incoming emails for inappropriate content and attachments. If the software
identifies such content or attachment, the email will be forwarded to our
Technology Department for checking. You should be aware that any email which
you send to Cheshire Datasystems Limited is subject to this procedure.
Hi,
I want to integrate a VB app and a python editor. I want the ( scintilla based ) code editor window to appear as a child window in the VB app OR host the VB window in a frame within a wxPython based app.
I have all the bits but I can't see how to integrate them, can anyone point me in the right direction?
If you can turn the guts of the VB app into an ActiveX control then it can be used in a wxPython app as a class derived from wx.Window.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!