On Nov 7, 2:58 am, 一首诗 <[EMAIL PROTECTED]> wrote:
> Hi, that's because I guess wxpython does not use native windows forms
> and could not provide
> a "handle" property.
Huh?
> I will make more study.
Take a look at wxFormBuilder. I have a wxPython tutorial in my blog.
http://sturlamolden.blog
On Nov 6, 7:58 pm, 一首诗 <[EMAIL PROTECTED]> wrote:
> On Nov 7, 4:55 am, Aaron Brady <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Nov 6, 7:50 am, 一首诗 <[EMAIL PROTECTED]> wrote:
>
> > > Hi all,
>
> > > Today I was writing a simple test app for a video decoder library.
>
> > > I use python to parse video fi
On Nov 7, 4:55 am, Aaron Brady <[EMAIL PROTECTED]> wrote:
> On Nov 6, 7:50 am, 一首诗 <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi all,
>
> > Today I was writing a simple test app for a video decoder library.
>
> > I use python to parse video files and input data to the library.
>
> > I got a problem here,
On Nov 6, 7:50 am, 一首诗 <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Today I was writing a simple test app for a video decoder library.
>
> I use python to parse video files and input data to the library.
>
> I got a problem here, I need a windows form, and send the form handle
> to the library as a pa
Hi all,
Today I was writing a simple test app for a video decoder library.
I use python to parse video files and input data to the library.
I got a problem here, I need a windows form, and send the form handle
to the library as a parameter, then it can output video on the form.
Here is my prob