Re: I need a simple windows form handle.

2008-11-06 Thread sturlamolden
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

Re: I need a simple windows form handle.

2008-11-06 Thread Aaron Brady
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

Re: I need a simple windows form handle.

2008-11-06 Thread 一首诗
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,

Re: I need a simple windows form handle.

2008-11-06 Thread Aaron Brady
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

I need a simple windows form handle.

2008-11-06 Thread 一首诗
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