Page 1 of 1

C# Non-Modal Form

Posted: 28 Aug 2007 19:16
by HoltDan
I'm using the code found under the .NET Interface to VLC as a starting point.

When I place the control in either the main form of the application or in a form that's shown via ShowDialog, all's well. But when I show that form via Show - nothing. I've created another test app and in this one the form even disappears (can't tell yet if it's hidden or what).

I'll keep digging but I'm fast running out of time/money for this task. Anyone have any suggestions?

Thanks very much,
Dan

Re: C# Non-Modal Form

Posted: 29 Aug 2007 17:23
by HoltDan
Oops - my bad. Nevermind.

Some day I hope to learn how to write computer programs.