Wrap wx frame in a VB app

Raul Cota wrote:

Hi!

Is there a way to wrap a wx frame into a VB application ?? I have a
whole vb application and I have a canvas in wx and I want the
application in vb to be the parent of the wx frame.

Guidance in this would be greatly appreciated

There is a function called wxWindow_FromHWND that may help. You give it a window handle and it returns a wxWindow that 'wraps' that handle. I have no idea how well it works though...

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!